curl https://api.goshippo.com/customs/items/ \
-H "Authorization: ShippoToken <API_TOKEN>"{
"next": "baseurl?page=3&results=10",
"previous": "baseurl?page=1&results=10",
"results": [
{
"description": "T-Shirt",
"mass_unit": "lb",
"net_weight": "5",
"origin_country": "<string>",
"quantity": 20,
"value_amount": "200",
"value_currency": "USD",
"eccn_ear99": "<string>",
"metadata": "Order ID \"123454\"",
"sku_code": "HM-123",
"hs_code": "0901.21",
"tariff_number": "<string>",
"object_created": "2014-07-17T00:49:20.631Z",
"object_id": "d799c2679e644279b59fe661ac8fa488",
"object_owner": "shippotle@shippo.com",
"object_state": "VALID",
"object_updated": "2014-07-17T00:49:20.631Z",
"test": true
}
]
}Returns a list all customs items objects.
curl https://api.goshippo.com/customs/items/ \
-H "Authorization: ShippoToken <API_TOKEN>"{
"next": "baseurl?page=3&results=10",
"previous": "baseurl?page=1&results=10",
"results": [
{
"description": "T-Shirt",
"mass_unit": "lb",
"net_weight": "5",
"origin_country": "<string>",
"quantity": 20,
"value_amount": "200",
"value_currency": "USD",
"eccn_ear99": "<string>",
"metadata": "Order ID \"123454\"",
"sku_code": "HM-123",
"hs_code": "0901.21",
"tariff_number": "<string>",
"object_created": "2014-07-17T00:49:20.631Z",
"object_id": "d799c2679e644279b59fe661ac8fa488",
"object_owner": "shippotle@shippo.com",
"object_state": "VALID",
"object_updated": "2014-07-17T00:49:20.631Z",
"test": true
}
]
}API key authentication using the ShippoToken scheme. Format: Authorization: ShippoToken <API_TOKEN> Example: Authorization: ShippoToken shippo_live_abc123
Optional string used to pick a non-default API version to use. See our API version guide.
"2018-02-08"
The page number you want to select
The number of results to return per page (max 100)
x <= 100Was this page helpful?