stack

Home > @infiniteobjects/shopify-data-manager > AdminTypes > DeliveryCustomizationCreatePayload

AdminTypes.DeliveryCustomizationCreatePayload interface

Return type for deliveryCustomizationCreate mutation.

Signature:

export interface DeliveryCustomizationCreatePayload 

Properties

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.