Home > @infiniteobjects/shopify-data-manager > AdminTypes > ReverseFulfillmentOrder
A group of one or more items in a return that will be processed at a fulfillment service. There can be more than one reverse fulfillment order for a return at a given location.
Signature:
export interface ReverseFulfillmentOrder extends Node
Extends: Node
| Property | Modifiers | Type | Description |
|---|---|---|---|
| id | Scalars[‘ID’][‘output’] | A globally-unique ID. | |
| lineItems | ReverseFulfillmentOrderLineItemConnection | The list of reverse fulfillment order line items for the reverse fulfillment order. | |
| order | Order | The order associated with the reverse fulfillment order. | |
| reverseDeliveries | ReverseDeliveryConnection | The list of reverse deliveries for the reverse fulfillment order. | |
| status | ReverseFulfillmentOrderStatus | `${ReverseFulfillmentOrderStatus}` | The status of the reverse fulfillment order. | |
| thirdPartyConfirmation? | Maybe<ReverseFulfillmentOrderThirdPartyConfirmation> | (Optional) The current confirmation for the reverse fulfillment order from a third-party logistics service. If no third-party service is involved, then this value is nil. |