Home > @infiniteobjects/shopify-data-manager > AdminTypes > DeliveryProfileUpdatePayload
Return type for deliveryProfileUpdate mutation.
Signature:
export interface DeliveryProfileUpdatePayload
| Property | Modifiers | Type | Description |
|---|---|---|---|
| profile? | Maybe<DeliveryProfile> | (Optional) The delivery profile that was updated. | |
| userErrors | Array<UserError> | The list of errors that occurred from executing the mutation. |