v1
latestOpenAPI 3.1.02026-07-1270243932.3 KBCustoms Items
List all customs items
Returns a list all customs items objects.
get/customs/items
Query parameters
pageinteger
The page number you want to select
resultsinteger
The number of results to return per page (max 100)
Headers
SHIPPO-API-VERSIONstring
Example:2018-02-08
Optional string used to pick a non-default API version to use. See our <a href="https://docs.goshippo.com/docs/api_concepts/apiversioning/">API version</a> guide.
Response
Paginated list of customs items
Example response
{
"next": "baseurl?page=3&results=10",
"previous": "baseurl?page=1&results=10",
"results": [
{
"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"
}
]
}