PUT
/
api
/
external
/
v2
/
products
/
{id}
{
  "created_at": "2023-08-30T10:08:08.146343Z",
  "currency": "EUR",
  "description": "This is product 1",
  "external_reference": "0e67fc3c-c632-4feb-ad34-e18ed5fbf66a",
  "id": 1,
  "label": "Product 1",
  "ledger_account": {
    "id": -39758458
  },
  "price": "minim mollit aute ut commodo",
  "price_before_tax": "nulla ",
  "reference": "REF-123",
  "unit": "piece",
  "updated_at": "2023-08-30T10:08:08.146343Z",
  "vat_rate": "FR_200"
}

Path Parameters

id
string
required

(Required)

Example:

"1"

Body

application/json

Response

200
application/json

The updated Product

The response is of type object.