stack

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

AdminTypes.FulfillmentOrderHoldPayload interface

Return type for fulfillmentOrderHold mutation.

Signature:

export interface FulfillmentOrderHoldPayload 

Properties

Property Modifiers Type Description
fulfillmentOrder?   Maybe<FulfillmentOrder> (Optional) The fulfillment order on which a fulfillment hold was applied.
remainingFulfillmentOrder?   Maybe<FulfillmentOrder> (Optional) The remaining fulfillment order containing the line items to which the hold wasn’t applied, if specific line items were specified to be placed on hold.
userErrors   Array<FulfillmentOrderHoldUserError> The list of errors that occurred from executing the mutation.