Requires read_orders access scope.

Represents a single line item on an order.


A list of attributes that represent custom features or special requests.

The discounts that have been allocated onto the line item by discount applications.

The total line price after discounts are applied, in shop and presentment currencies.

The approximate split price of a line item unit, in shop and presentment currencies. This value doesn't include discounts applied to the entire order.

The total number of units to fulfill.

The service provider that fulfills the line item.

Deleted fulfillment services will return null.

The line item's fulfillment status. Returns 'fulfilled' if fulfillableQuantity >= quantity, 'partial' if fulfillableQuantity > 0, and 'unfulfilled' otherwise.

A globally-unique ID.

The image associated to the line item's variant.

Whether the line item represents the purchase of a gift card.

Whether the line item can be edited or not.

The name of the product.

The total number of units that can't be fulfilled. For example, if items have been refunded, or the item isn't something that can be fulfilled, like a tip.

The total price in shop and presentment currencies, without discounts applied. This value is based on the unit price of the variant x quantity.

The variant unit price without discounts applied, in shop and presentment currencies.

The Product object associated with this line item's variant.

The number of variant units ordered.

The line item's quantity, minus the refunded quantity.

Whether physical shipping is required for the variant.

Whether the line item can be restocked.

The variant SKU number.

Staff attributed to the line item.

Whether the variant is taxable.

The TaxLine object connected to this line item.

The title of the product.

The total amount of the discount allocated to the line item in the presentment currency. This field must be explicitly set using draft orders, Shopify scripts, or the API. Instead of using this field, Shopify recommends using discountAllocations, which provides the same information.

The total discounted value of unfulfilled units, in shop and presentment currencies.

The total price without any discounts applied. This value is based on the unit price of the variant x quantity of all unfulfilled units, in shop and presentment currencies.

The number of units not yet fulfilled.

The Variant object associated with this line item.

The name of the variant.

The name of the vendor who made the variant.


Was this section helpful?
Map

Fields and connections from

LineItemMutable



Was this section helpful?
||-
LineItemMutable Implements
LineItemMutable

Implements