This API helps determine if the item has regulatory, legal, or carrier-based restrictions for a single destination country.
Use this API to determine which countries are available for listing, and/or perform screenings to determine shipping compliance for crossborder transactions. Responses include restrictions and prohibitions for CITES, Health, Limited Quantity, Hazmat & Dangerous Goods, ITAR and Medical related regulations.
The requested restrictions has been retrived successfully.
Invalid request.
The request could not be authorized.
The request could not be completed due to an internal error.
{- "exportCountryCode": "US",
- "destinationCountryCode": "CA",
- "item": {
- "itemId": "ITEM123456",
- "hsTariffCode": "2936210000",
- "condition": "new"
}
}
{- "exportCountryCode": "US",
- "destinationCountryCode": "CA",
- "item": {
- "itemId": "ITEM123456",
- "restrictions": [
- {
- "restrictionType": "IMPORT",
- "regulation": "RESTRICTED",
- "category": "LIMITED QUANTITY",
- "requirement": "IMPORT PERMIT",
- "agencies": [
- "CFIA"
], - "complianceMessage": "Import Permit required"
}
]
}
}