v1
latestOpenAPI 3.1.02026-07-2277219695.0 KBCustoms Items
Retrieve a customs item
Returns an existing customs item using an object ID
get/customs/items/{CustomsItemId}
Path parameters
CustomsItemIdstring required
Object ID of the customs item
Query parameters
pageinteger
The page number you want to select
Headers
SHIPPO-API-VERSIONstring
Example:2018-02-08
Optional string used to pick a non-default API version to use. See our API version guide.
Response
Customs item
Example response
{
"description": "T-Shirt",
"mass_unit": "lb",
"metadata": "Order ID \"123454\"",
"net_weight": "5",
"quantity": 20,
"sku_code": "HM-123",
"hs_code": "0901.21",
"value_amount": "200",
"value_currency": "USD",
"object_created": "2014-07-17T00:49:20.631Z",
"object_id": "d799c2679e644279b59fe661ac8fa488",
"object_owner": "shippotle@shippo.com",
"object_updated": "2014-07-17T00:49:20.631Z"
}