stack

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

AdminTypes.FulfillmentLineItem interface

Represents a line item from an order that’s included in a fulfillment.

Signature:

export interface FulfillmentLineItem extends Node 

Extends: Node

Properties

Property Modifiers Type Description
discountedTotal   Scalars[‘Money’][‘output’] The total price after discounts are applied.
discountedTotalSet   MoneyBag The total price after discounts are applied in shop and presentment currencies.
id   Scalars[‘ID’][‘output’] A globally-unique ID.
lineItem   LineItem The associated order’s line item.
originalTotal   Scalars[‘Money’][‘output’] The total price before discounts are applied.
originalTotalSet   MoneyBag The total price before discounts are applied in shop and presentment currencies.
quantity?   Maybe<Scalars[‘Int’][‘output’]> (Optional) Number of line items in the fulfillment.