cURL
curl --request GET \ --url https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io/api/commodities \ --header 'Authorization: <api-key>'
{ "commodities": [ { "code": "GEN", "name": "General Cargo", "hsCode": "1234.56", "dangerousGoods": false, "unNumber": "UN1234" } ] }
Get commodity catalog with HS codes and UN numbers for dangerous goods
Filter by commodity code
Filter by commodity name
Filter by dangerous goods flag
Filter by HS code
Commodity catalog
Show child attributes