Get Customs Product by Id

This operation retrieves the details of a specific Customs Product mapping by its unique description.
A customs product (description) represents a saved configuration of customs items defined for international shipment.

SecuritybearerAuth
Request
path Parameters
customsProductId
required
string

Unique customs product identifier. This value is defined when the customs product is created and cannot be changed later.

Responses
200

Specified customs product has beed retreived successfully.

400

Invalid request.

401

The request could not be authorized.

500

The request could not be completed due to an internal error.

get/api/v1/customsproduct/{customsProductId}
Request samples
Response samples
application/json
{
  • "customsProductId": "MGW40jeQAZ3m",
  • "description": "towel",
  • "originCountryCode": "US",
  • "hsTariffCode": "hsc01",
  • "quantity": 1,
  • "unitPrice": 10,
  • "itemId": "item1",
  • "url": "abc",
  • "productDimensions": {
    },
  • "weightUnit": "OZ",
  • "weight": 10
}