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.
Specified customs product has beed retreived successfully.
Invalid request.
The request could not be authorized.
The request could not be completed due to an internal error.
{- "customsProductId": "MGW40jeQAZ3m",
- "description": "towel",
- "originCountryCode": "US",
- "hsTariffCode": "hsc01",
- "quantity": 1,
- "unitPrice": 10,
- "itemId": "item1",
- "url": "abc",
- "productDimensions": {
- "length": 10,
- "height": 10,
- "width": 10,
- "dimUnit": "IN"
}, - "weightUnit": "OZ",
- "weight": 10
}