Home > @infiniteobjects/shopify-data-manager > AdminTypes > ReverseFulfillmentOrderDisposePayload
Return type for reverseFulfillmentOrderDispose mutation.
Signature:
export interface ReverseFulfillmentOrderDisposePayload
| Property | Modifiers | Type | Description |
|---|---|---|---|
| reverseFulfillmentOrderLineItems? | Maybe<Array<ReverseFulfillmentOrderLineItem>> | (Optional) The disposed reverse fulfillment order line items. | |
| userErrors | Array<ReturnUserError> | The list of errors that occurred from executing the mutation. |