stack

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

AdminTypes.FulfillmentOrderAcceptFulfillmentRequestPayload interface

Return type for fulfillmentOrderAcceptFulfillmentRequest mutation.

Signature:

export interface FulfillmentOrderAcceptFulfillmentRequestPayload 

Properties

Property Modifiers Type Description
fulfillmentOrder?   Maybe<FulfillmentOrder> (Optional) The fulfillment order whose fulfillment request was accepted.
userErrors   Array<UserError> The list of errors that occurred from executing the mutation.