stack

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

AdminTypes.DeliveryProfileUpdatePayload interface

Return type for deliveryProfileUpdate mutation.

Signature:

export interface DeliveryProfileUpdatePayload 

Properties

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.