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