Home > @infiniteobjects/shopify-data-manager > AdminTypes > FulfillmentOrderLineItem
Associates an order line item with quantities requiring fulfillment from the respective fulfillment order.
Signature:
export interface FulfillmentOrderLineItem extends Node
Extends: Node
Property | Modifiers | Type | Description |
---|---|---|---|
id | Scalars[‘ID’][‘output’] | A globally-unique ID. | |
image? | Maybe<Image> | (Optional) The image associated to the line item’s variant. | |
inventoryItemId? | Maybe<Scalars[‘ID’][‘output’]> | (Optional) The ID of the inventory item. | |
lineItem | LineItem | The associated order line item. | |
originalUnitPriceSet | MoneyBag | The variant unit price without discounts applied, in shop and presentment currencies. | |
productTitle | Scalars[‘String’][‘output’] | The title of the product. | |
remainingQuantity | Scalars[‘Int’][‘output’] | The number of units remaining to be fulfilled. | |
requiresShipping | Scalars[‘Boolean’][‘output’] | Whether physical shipping is required for the variant. | |
sku? | Maybe<Scalars[‘String’][‘output’]> | (Optional) The variant SKU number. | |
totalQuantity | Scalars[‘Int’][‘output’] | The total number of units to be fulfilled. | |
variantTitle? | Maybe<Scalars[‘String’][‘output’]> | (Optional) The name of the variant. | |
vendor? | Maybe<Scalars[‘String’][‘output’]> | (Optional) The name of the vendor who made the variant. | |
warnings | Array<FulfillmentOrderLineItemWarning> | Warning messages for a fulfillment order line item. | |
weight? | Maybe<Weight> | (Optional) The weight of a line item unit. |