Home > @infiniteobjects/shopify-data-manager > AdminTypes > FulfillmentOrderReleaseHoldPayload
Return type for fulfillmentOrderReleaseHold mutation.
Signature:
export interface FulfillmentOrderReleaseHoldPayload
| Property | Modifiers | Type | Description |
|---|---|---|---|
| fulfillmentOrder? | Maybe<FulfillmentOrder> | (Optional) The fulfillment order on which the hold was released. | |
| userErrors | Array<FulfillmentOrderReleaseHoldUserError> | The list of errors that occurred from executing the mutation. |