cURL
curl --request GET \ --url https://app.fliqr.ai/api/products/{product_id} \ --header 'X-ACCESS-TOKEN: <api-key>'
{ "id": 123, "name": "<string>", "price": 123, "sale_price": 123, "category_id": 123, "category_name": "<string>", "stock": 123, "short_description": "<string>", "image": "<string>", "created_at": "<string>" }
Get product by id
successful operation
Subscribed date in UTC. Example 2022-10-12 14:40:00
Was this page helpful?