Home > @infiniteobjects/shopify-data-manager > AdminTypes > DeliveryCustomizationCreatePayload
Return type for deliveryCustomizationCreate
mutation.
Signature:
export interface DeliveryCustomizationCreatePayload
Property | Modifiers | Type | Description |
---|---|---|---|
deliveryCustomization? | Maybe<DeliveryCustomization> | (Optional) Returns the created delivery customization. | |
userErrors | Array<DeliveryCustomizationError> | The list of errors that occurred from executing the mutation. |