Inventory cards
Endpoint
URL: /api/v6/inventory_cards
Method: GET
Request headers
X-API-KEY: <your_api_key>
Query parameters
| Parameter | Required | Description |
|---|---|---|
filtering[product_id] | Yes | Product id. |
filtering[sheet_date:gte] | No* | Range start. |
filtering[sheet_date:lte] | No* | Range end. |
* If both are omitted, the API defaults from 2000-01-01 to now.
Example request
GET /api/v6/inventory_cards?filtering[product_id]=101&limit=100 HTTP/1.1
Host: example.getflycrm.com
X-API-KEY: your-api-key