StockAdjustments
Stock Adjustments report queue
This endpoint queues an export of the report of stock adjustments for the given parameters.
get/inventory/reports/stock-adjustments/queue
Query parameters
site_idstring uuid required
Filter stock adjustments by site.
date_fromstring date required
Filter the list of stock adjustments by the date the adjustment was made. The adjustment must have been made on or after this date.
date_tostring date required
Filter the list of stock adjustments by the date the adjustment was made. The adjustment must have been made on or before this date.
brand_idsstring[]
Filter the list of stock adjustments by a comma-separated list of brand IDs associated with the inventory products.
category_idsstring[]
Filter the list of stock adjustments by a comma-separated list of category IDs associated with the inventory products.
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.