{
"object": "line_item",
"id": 63819516,
"canceled": false,
"canceled_quantity": 0,
"custom_variables": {},
"description": "The classical Ipod",
"name": "Ipod Nano - Green",
"merchant_id": "404142",
"quantity": 1,
"requires_shipping": true,
"sku": "3700719011997",
"shipped_quantity": 1,
"thumbnail": {
"src": "https://imgur.com/ipodnanogreen",
"height": 120,
"width": 50
},
"title": "Ipod Nano",
"variant_title": "Green",
"created_at": 1564683016,
"updated_at": 1564683792
}
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 |
---|---|
id | Unique identifier of the line item |
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 |
custom_variables | Object containing custom variables. Those variables can be reused to customize or add logic in the notifications |
description | Product description |
merchant_id | Unique identifier used by the online retailer for the line item |
name | Full name of the product |
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 canceled_quantity field. |
shipped_quantity | (This field is only available in line_items that are nested inside a tracker) |
requires_shipping | If false, Shipup won't consider that this line item needs to be shipped and tracked. Defaults to true. (See use case) |
sku | Sku of the product |
thumbnail | An object formed of the |
title | Product title |
variant_title | Product variant title |
created_at | Time at which the line item was imported into Shipup |
updated_at | Time at which the line item was last updated |
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