Skip to content

Latest commit

 

History

History
19 lines (16 loc) · 20 KB

LineItem.md

File metadata and controls

19 lines (16 loc) · 20 KB

LineItem

Fields

Field Type Required Description Example
currency Optional<String> Currency of the total_price amount. USD
manufactureCountry Optional<String> Country the item was manufactured in. In the Shippo dashboard, this value will be used ot pre-fill the customs declaration when creating a label for this order. US
maxDeliveryTime OffsetDateTime The date and time this item needs to be delivered by, i.e. by when the carrier delivers it to the buyer.
This value is used by some platforms such as eBay to measure a seller's shipping time and performance.
It will be displayed in the Shippo dashboard.
2016-07-23T00:00:00Z
maxShipTime OffsetDateTime The date and time this item needs to be fulfilled by, i.e. by when the shipping label needs to be
created and handed over to the carrier. This value is used by some platforms such as eBay to measure
a seller's handling time and performance. It will be displayed in the Shippo dashboard.
2016-07-23T00:00:00Z
quantity Optional<Long> The quantity of this item in this order. 20
sku Optional<String> The stock keeping unit value of this item. HM-123
title Optional<String> Title of the line item. Hippo Magazines
totalPrice Optional<String> Total price paid by the buyer for this item (or these items, if quantity > 1). 12.1
variantTitle Optional<String> A variant is a specific variation of an item (e.g. size M or color blue).
Variants might be exposed as a separate resource in the future too.
Currently the variant title is a free text field describing the variant.
June Edition
weight Optional<String> Total weight of this/these item(s). Instead of specifying the weight of all items,
you can also set the total_weight value of the order object.
0.4
weightUnit Optional<WeightUnitEnum> The unit used for weight. lb
objectId Optional<String> Unique identifier of the line item object. abf7d5675d744b6ea9fdb6f796b28f28