stack

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

AdminTypes.ReverseFulfillmentOrderLineItem interface

The details about a reverse fulfillment order line item.

Signature:

export interface ReverseFulfillmentOrderLineItem extends Node 

Extends: Node

Properties

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.