stack

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

AdminTypes.DeliveryProfileCreatePayload interface

Return type for deliveryProfileCreate mutation.

Signature:

export interface DeliveryProfileCreatePayload 

Properties

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.