latestOpenAPI 3.0.12026-08-20112309904.6 KB

466169815b78

EUDR - Customers - Products

Update an existing inbound product

Update an existing inbound product's information.

All product fields in the payload can be updated; changes are persisted immediately.

Required permission: access_public_products and UPDATE on the product

put/public/v2/eudr/customers/products/inbound/{productId}

Path parameters

productIdinteger required

The ID of the product.

Request body

namestring required

Product name.

scientificNamestring nullable

Scientific name label.

referencestring nullable

Reference label.

hsCodestring required

HS code associated with the product. Can be retrieved from the HS code list endpoint.

annualSpendnumber nullable

Annual spend (EUR).

annualQuantitynumber nullable

Annual quantity.

unitstring nullable

Quantity unit.

supplierIdinteger required

Target ID of the supplier.

Example request

{
  "name": "Wooden Table",
  "scientificName": "Quercus robur",
  "reference": "REF-12345",
  "hsCode": "440799",
  "annualSpend": 10000,
  "annualQuantity": 100,
  "unit": "kg",
  "supplierId": 42
}

Response

Product updated successfully.