Files
speakeasy-playground/docs/models/components/lineitembase.md
Mike Lueders 14c449163c generate sdk
2024-03-01 12:52:50 -06:00

18 KiB
Raw Blame History

LineItemBase

Fields

Field Type Required Description Example
currency Optional[str] Currency of the total_price amount. USD
manufacture_country Optional[str] 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
max_delivery_time date 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
max_ship_time date 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[int] The quantity of this item in this order. 20
sku Optional[str] The stock keeping unit value of this item. HM-123
title Optional[str] Title of the line item. Hippo Magazines
total_price Optional[str] Total price paid by the buyer for this item (or these items, if quantity > 1). 12.1
variant_title Optional[str] 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[str] 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
weight_unit Optional[components.WeightUnit] The unit used for weight. lb