stack

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

AdminTypes.FulfillmentOrdersSetFulfillmentDeadlinePayload interface

Return type for fulfillmentOrdersSetFulfillmentDeadline mutation.

Signature:

export interface FulfillmentOrdersSetFulfillmentDeadlinePayload 

Properties

Property Modifiers Type Description
success?   Maybe<Scalars[‘Boolean’][‘output’]> (Optional) Whether the fulfillment deadline was successfully set.
userErrors   Array<FulfillmentOrdersSetFulfillmentDeadlineUserError> The list of errors that occurred from executing the mutation.