StockOnHand
Stock on Hand report queue
This endpoint queues an export of the report of stock on hand for the given parameters.
get/inventory/reports/stock-on-hand/queue
Query parameters
site_idstring uuid required
Filter stock on hand by site.
datestring date required
The date to filter stock on hand by.
brand_idsstring[]
A comma-separated list of brand IDs to filter stock on hand by.
category_idsstring[]
A comma-separated list of category IDs to filter stock on hand by.
supplier_idsstring[]
A comma-separated list of supplier IDs to filter stock on hand by.
Response
The job was successfully queued
Example response
{
"data": {
"created_at": "2023-11-07T00:00:00+00:00",
"updated_at": "2023-11-07T01:00:00+00:00"
}
}Changes
No recorded changes to this endpoint across all 1 revision of this API.