A line_item is a product included in an order, with an associated quantity. Line items are split between fulfillments. They are also linked to a tracker once they're shipped.
FIELD | DESCRIPTION |
|---|---|
merchant_id string, required | Unique identifier used by the online retailer for this line_item |
title | Product title |
variant_title | Variant title |
name | Full name of the product |
description | Product description |
quantity | Product quantity of the line item in the fulfillment. This field must not change. If part of the quantity of the line item is canceled, please use |
requires_shipping | If false, no notification will be sent for this product. Defaults to true |
shipped_quantity | (This field is only available in line_items that are nested inside a tracker) |
sku | Stock Keeping Unit of the product |
thumbnail | An object formed of the src, width and height keys. Dimensions are in px |
canceled | Whether or not the item is canceled from the order |
canceled_quantity | If the line item is only partly canceled, this field will indicate which quantity is canceled. The |
price | The unit price (incl. tax, incl. discount) of the line item, in the same currency as order_details.currency_code. |
vat_amount | The VAT for a single item of this line, in the same currency as order_details.currency_code. |
merchant_price | Optional. The unit price (incl. tax, incl. discount) of the line item, in the same currency as order_details.merchant_currency_code |
merchant_vat_amount | Optional. The VAT for a single item of this line, in the same currency as order_details.merchant_currency_code |
Please read the line item configuration guide to fully understand the use cases behind these fields
Thumbnails in CSV:
If you wish to send the thumbnail information in a FTP integration, you'll have to create up to 3 separate columns:
-
line_item.thumbnail.src -
line_item.thumbnail.width -
line_item.thumbnail.height
Disclaimer
The order details are being currently implemented, you can already send the information to us, but you won't be able to use it right away. Our team will keep you posted as soon as we have more info about it.
