Home > @infiniteobjects/shopify-data-manager > AdminTypes > ReverseFulfillmentOrderLineItem
The details about a reverse fulfillment order line item.
Signature:
export interface ReverseFulfillmentOrderLineItem extends Node
Extends: Node
Property | Modifiers | Type | Description |
---|---|---|---|
dispositions | Array<ReverseFulfillmentOrderDisposition> | The dispositions of the item. | |
fulfillmentLineItem | FulfillmentLineItem | The corresponding fulfillment line item for a reverse fulfillment order line item. | |
id | Scalars[‘ID’][‘output’] | A globally-unique ID. | |
totalQuantity | Scalars[‘Int’][‘output’] | The total number of units to be processed. |