latestOpenAPI 3.0.12026-08-20112309904.6 KB

466169815b78

EUDR - Customers - DDS

Retrieve all available DDS units along with their associated HS codes

Retrieve reference data for all available DDS units and their associated HS codes.

This endpoint returns all DDS units that can be used when creating or updating DDS entries, along with the HS codes that are associated with each unit.

Use Cases:

  • Get DDS unit reference data before creating a DDS
  • Populate unit selection dropdowns
  • Validate unit and HS code associations

Required permission: access_public_products

get/public/v2/eudr/customers/dds-units

Response

List of DDS units with associated HS codes.

unitstring required

Unit of the DDS (e.g., NAR, MTQ, KSD)

descriptionstring nullable

Description of the DDS unit

Example response

[
  {
    "unit": "NAR",
    "hsCodes": {
      "code": "440799",
      "description": "Wood sawn or chipped lengthwise, sliced or peeled, of oak",
      "commodityId": 1
    },
    "description": "Cubic meter of sawn wood"
  }
]