Get all shipment customs type

The customs numbers are of a predefined type. In One Record API, they are represented by a two to three-character name which can be retrieved with this /shipment-customs-type route.


Filters

To understand the filters parameter and the customization of API responses, please refer to the filters page.

List of filters
  • name - to filter by the name.

  • description - to filter by the description.

  • createdAt - to filter by the creation date.


Get shipment customs type by name

get

Get shipment customs type by name

Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Responses
200Success
application/json
get
/shipment-customs-type

Last updated