cURL
curl --request GET \ --url https://api.heffl.com/api/v1/products \ --header 'x-api-key: <api-key>'
{ "items": [ { "id": 123, "name": "<string>", "price": 123, "type": "<string>", "isActive": true, "description": "<string>", "sku": "<string>" } ], "meta": { "count": 123, "total": 123, "pageNo": 123, "pageSize": 123 } }
Returns a paginated list of products.
API key for authentication. Get yours at app.heffl.com/settings/developers
Page number (starts from 1)
x >= 1
Number of items per page (max 100)
1 <= x <= 100
Search by product name
OK
Show child attributes