GET
/
products
/
{id}
{
  "id": 123,
  "label": "<string>",
  "description": "<string>",
  "external_reference": "<string>",
  "price_before_tax": "<string>",
  "vat_rate": "exempt",
  "price": "<string>",
  "unit": "piece",
  "currency": "AED",
  "reference": "<string>",
  "ledger_account": {
    "id": 123,
    "url": "<string>"
  },
  "created_at": "<string>",
  "updated_at": "<string>"
}

Path Parameters

id
string
required

Response

200
application/json

200

The response is of type object.