Skip to main content
Log inSign up
object

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.

•
MoneyBag!non-null

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

Anchor to discountedUnitPriceSetdiscountedUnitPriceSet
•
MoneyBag!non-null

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.

•
Int!non-null

The total number of units to fulfill.

•

The service provider that fulfills the line item.

Deleted fulfillment services will return null.

•
String!non-null

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

•
ID!non-null

A globally-unique ID.

•

The image associated to the line item's variant.

•
Boolean!non-null

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

•
Boolean!non-null

Whether the line item can be edited or not.

•
String!non-null

The name of the product.

Anchor to nonFulfillableQuantitynonFulfillableQuantity
•
Int!non-null

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.

•
MoneyBag!non-null

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

Anchor to originalUnitPriceSetoriginalUnitPriceSet
•
MoneyBag!non-null

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

•

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

•
Int!non-null

The number of variant units ordered.

•
Int!non-null

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

•
Boolean!non-null

Whether physical shipping is required for the variant.

•
Boolean!non-null

Whether the line item can be restocked.

•

The variant SKU number.

•

Staff attributed to the line item.

•
Boolean!non-null

Whether the variant is taxable.

•
[TaxLine!]!non-null

The TaxLine object connected to this line item.

•
String!non-null

The title of the product.

•
MoneyBag!non-null

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.

Anchor to unfulfilledDiscountedTotalSetunfulfilledDiscountedTotalSet
•
MoneyBag!non-null

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

Anchor to unfulfilledOriginalTotalSetunfulfilledOriginalTotalSet
•
MoneyBag!non-null

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.

•
Int!non-null

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.

Show
deprecated fields Deprecated
•
Boolean!non-nullDeprecated

Whether the line item can be restocked. Use restockable instead.

•
Money!non-nullDeprecated

The total line price after discounts are applied, in shop currency. Use discountedTotalSet instead.

•
Money!non-nullDeprecated

The approximate split price of a line item unit, in shop currency. This value doesn't include discounts applied to the entire order. Use discountedUnitPriceSet instead.

•
Money!non-nullDeprecated

The total price without any discounts applied, in shop currency. ""This value is based on the unit price of the variant x quantity. Use originalTotalSet instead.

•
Money!non-nullDeprecated

The variant unit price without discounts applied, in shop currency. Use originalUnitPriceSet instead.

•
Money!non-nullDeprecated

The total amount of the discount allocated to the line item in the shop 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. Use totalDiscountSet instead.

Anchor to unfulfilledDiscountedTotalunfulfilledDiscountedTotal
•
Money!non-nullDeprecated

The total discounted value of unfulfilled units, in shop currency. Use unfulfilledDiscountedTotalSet instead.

Anchor to unfulfilledOriginalTotalunfulfilledOriginalTotal
•
Money!non-nullDeprecated

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 currency. Use unfulfilledOriginalTotalSet instead.


Was this section helpful?

•
interface

Was this section helpful?