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
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.