ReferenceProducts
Retrieve a product
Retrieve a product.
Retrieve a product.
Authorization
http AuthorizationBearer <token>
In: header
Path Parameters
id*string
Response Body
application/json
application/json
application/json
application/json
curl -X GET "https://example.com/products/string"{ "id": "string", "object": "product", "name": null, "description": null, "translations": { "name": [ null ], "description": [ null ] }, "image_url": "string", "currency": "eur", "price": 0, "price_excl_vat": 0, "vat_rate": 0, "limit": 0, "sold": 0, "available": 0, "availability": "auto", "available_from": "string", "available_until": "string", "min_per_order": 0, "max_per_order": 0, "events": [ "string" ], "created_at": "string", "updated_at": "string"}