Returns a list of all Customs Products.
A list of custom productss has beed retreived successfully.
Invalid request.
The request could not be authorized.
The request could not be completed due to an internal error.
{- "pageInfo": {
- "total": 10,
- "pages": 1,
- "page": 1,
- "pageSize": 20
}, - "data": [
- {
- "productId": "MGW40jeQAZ3m",
- "description": "towel",
- "originCountryCode": "US",
- "hsTariffCode": "hsc01",
- "quantity": 1,
- "unitPrice": 10,
- "itemId": "item1",
- "url": "abc",
- "productDetails": {
- "weightUnit": "OZ",
- "weight": 10,
- "length": 10,
- "height": 10,
- "width": 10,
- "dimUnit": "IN"
}
}
]
}