v1

latestOpenAPI 3.1.02026-07-2277219695.0 KB
Customs 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 API version guide.

Response

Paginated list of customs items

nextstring
previousstring

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"
    }
  ]
}