Learn about ePost Global requirements for including line items in the parcel object for domestic shipment rates and labels.
{
"length": 5,
"width": 5,
"height": 5,
"distance_unit": "in",
"weight": 3,
"mass_unit": "lb",
"line_items": [
{
"manufacture_country": "US",
"quantity": 1,
"weight_unit": "lb",
"weight": 1,
"title": "Jeans",
"amount": "30",
"sku": "HM-112",
"currency": "USD"
},
...
]
}
Was this page helpful?