Skip to main content
Log inSign up

Shopify uses cookies to provide necessary site functionality and improve your experience. By using our website, you agree to our privacy policy and our cookie policy.

object

Requires read_draft_orders access scope.

The line item for a draft order.

•

The custom applied discount.

•
Boolean!non-null

Whether the line item is custom (true) or contains a product variant (false).

•

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

•

The list of additional information (metafields) with the associated types.

•
MoneyBag!non-null

The total price with discounts applied.

Anchor to discountedUnitPriceSetdiscountedUnitPriceSet
•
MoneyBag!non-null

The unit price with discounts applied.

•

Name of the service provider who fulfilled the order.

Valid values are either manual or the name of the provider. For example, amazon, shipwire.

Deleted fulfillment services will return null.

•
ID!non-null

A globally-unique ID.

•

The image of the product variant.

•
Boolean!non-null

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

•
String!non-null

The name of the product.

•
MoneyBag!non-null

The total price excluding discounts, equal to the original unit price multiplied by quantity.

Anchor to originalUnitPriceSetoriginalUnitPriceSet
•
MoneyBag!non-null

The price without any discounts applied.

•

The product for the line item.

•
Int!non-null

The quantity of items. For a bundle item, this is the quantity of bundles, not the quantity of items contained in the bundles themselves.

•
Boolean!non-null

Whether physical shipping is required for the variant.

•

The SKU number of the product variant.

•
Boolean!non-null

Whether the variant is taxable.

•
[TaxLine!]!non-null

A list of tax lines.

•
String!non-null

The title of the product or variant. This field only applies to custom line items.

•
MoneyBag!non-null

The total discount amount.

•

The product variant for the line item.

•

The name of the variant.

•

The name of the vendor who created the product variant.

•

The weight unit and value.

Show
deprecated fields Deprecated
•
Money!non-nullDeprecated

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

•
Money!non-nullDeprecated

The discountedTotal divided by quantity, equal to the value of the discount per unit in the shop currency. Use discountedUnitPriceSet instead.

•
IntDeprecated

The weight of the line item in grams. Use weight instead.

•
Money!non-nullDeprecated

The total price, in shop currency, excluding discounts, equal to the original unit price multiplied by quantity. Use originalTotalSet instead.

•
Money!non-nullDeprecated

The price, in shop currency, without any discounts applied. Use originalUnitPriceWithCurrency instead.

•
Money!non-nullDeprecated

The total discount applied in shop currency. Use totalDiscountSet instead.


Was this section helpful?

•
interface

Was this section helpful?