Draft Order Line Item
A line item included in a draft order.
Anchor to FieldsFields
- Anchor to discountedTotaldiscounted•Money
Total V2! non-null The total price of the line item after discounts have been applied.
- Anchor to discountedUnitPricediscounted•Money
Unit Price V2! non-null The discounted total divided by the quantity, resulting in the value of the discount per unit.
- Anchor to discountInformationdiscount•Draft
Information Order Line Item Discount Information! non-null The discount information for the draft order line item.
- •ID!non-nullPre-auth accessible
A globally-unique ID.
- Anchor to imageimage•Image
The image associated with the line item.
- Anchor to namename•String!non-null
The name of the product.
- Anchor to originalTotaloriginal•Money
Total V2! non-null The total price of the line item, based on the original unit price of the variant multiplied by the quantity. This total doesn't include any discounts.
- Anchor to originalUnitPriceoriginal•Money
Unit Price V2! non-null The price of the variant without any discounts applied.
- Anchor to quantityquantity•Int!non-null
The quantity of this variant item in the draft order.
- Anchor to requiresShippingrequires•Boolean!
Shipping non-null Whether the variant requires physical shipping.
- •String
The SKU number of the variant.
- Anchor to taxabletaxable•Boolean!non-null
Whether the variant is taxable.
- Anchor to titletitle•String!non-null
The title of the product or variant. This only applies to custom line items.
- Anchor to variantTitlevariant•String
Title The name of the product variant.
- Anchor to vendorvendor•String
The name of the vendor of the variant.
- Anchor to weightweight•Weight
The weight of the line item, including the unit and value.