Home > @infiniteobjects/shopify-data-manager > AdminTypes > FulfillmentOrderClosePayload
Return type for fulfillmentOrderClose
mutation.
Signature:
export interface FulfillmentOrderClosePayload
Property | Modifiers | Type | Description |
---|---|---|---|
fulfillmentOrder? | Maybe<FulfillmentOrder> | (Optional) The fulfillment order that was marked as incomplete. | |
userErrors | Array<UserError> | The list of errors that occurred from executing the mutation. |