Prohibited Items

Check whether specific items in a shipment are prohibited for import, export, or transport based on the regulations related to the shipper's and destination countries.
This API helps ensure compliance with international trade laws by identifying items that cannot legally cross borders, thereby preventing legal issues and shipment delays.

Body Params

The prohibited items request.

string | null

A unique identifier for the shipping account, which can either be generated by the system or provided by you (alias) during shipping account creation.
This ID helps associate the request with a specific shipping account.

Shipment
object
required

The shipment subjected to the commodity code validation, allowing the user to provide details about the entire shipment for validation.

Items
array of objects
required

A collection of items for which the user wants to validate their HS codes, allowing for multiple items to be checked in a single request.

Before sending the request, make sure of the following conditions:

  • At least one item must be sent in the request.
  • A maximum of 12 items can be sent in a single request.


Note: For better performance, it is recommended to send 10 items or less in a single request.

Items*
Responses

401

Unauthorized

403

Forbidden

500

Internal Server Error

Language
Credentials
OAuth2
LoadingLoading…
Response
Choose an example:
application/json