Skip to the content.

Line Items Properties

fulfillable_quantity : The amount available to fulfill, calculated as follows:

fulfillment_service : The service provider that’s fulfilling the item. Valid values: manual, or the name of the provider, such as amazon or shipwire.

fulfillment_status : How far along an order is in terms line items fulfilled. Valid values: null, fulfilled, partial, and not_eligible.

grams : The weight of the item in grams.

id : The ID of the line item.

price : The price of the item before discounts have been applied in the shop currency.

price_set : The price of the line item in shop and presentment currencies.

product_id : The ID of the product that the line item belongs to. Can be null if the original product associated with the order is deleted at a later date.

quantity : The number of items that were purchased.

requires_shipping : Whether the item requires shipping.

sku : The item’s SKU (stock keeping unit).

title : The title of the product.

variant_id : The ID of the product variant.

variant_title : The title of the product variant.

vendor : The name of the item’s supplier.

name : The name of the product variant.

gift_card : Whether the item is a gift card. If true, then the item is not taxed or considered for shipping charges.

properties : An array of custom information for the item that has been added to the cart. Often used to provide product customization options.

taxable : Whether the item was taxable.

tax_lines : A list of tax line objects, each of which details a tax applied to the item.

tip_payment_gateway : The payment gateway used to tender the tip, such as shopify_payments. Present only on tips.

tip_payment_method : The payment method used to tender the tip, such as Visa. Present only on tips.

total_discount : 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.discount_allocations, which provides the same information.

total_discount_set : The total amount allocated to the line item in the presentment currency. Instead of using this field, Shopify recommends using discount_allocations, which provides the same information.

discount_allocations : An ordered list of amounts allocated by discount applications. Each discount allocation is associated with a particular discount application.

origin_location : The location of the line item’s fulfillment origin. This field is due to be deprecated. Consider using ‘ “FulfillmentOrder#assigned_location_id instead.

duties : A list of duty objects, each containing information about a duty on the line item.