curl https://api.contazen.ro/v1/products/prod_5f6g7h8i9j \ -H "Authorization: Bearer sk_live_YOUR_API_KEY"
{ "success": true, "data": { "id": "prod_5f6g7h8i9j", "object": "product", "name": "Laptop Dell XPS 15", "description": "High-performance laptop with 15.6\" display", "currency": "RON", "price": 5000.00, "vat_rate": 19, "unit_of_measure": "buc", "ubl_um": "H87", "ubl_nc": "84713000", "ubl_cpv": null, "created_at": 1704067200, "modified_at": 1710460800 }, "meta": { "version": "v1", "response_time": "23.45ms" } }
Retrieve a specific product by ID
Show Product Object
product
Was this page helpful?