InventoryAdjustments
List inventory adjustments
Returns the paginated list of stock adjustments — positive or negative changes to product quantities — across the caller's visible scope, optionally filtered by site.
get/inventory/adjustments
Query parameters
site_idstring
Filter results by the site they belong to
per_pageinteger
The number of results to return per page
pageinteger
The page to retrieve results from
Response
Adjustments were successfully retrieved.
Example response
{
"data": [
{
"id": "10000000-0000-0000-0000-000000000000",
"organisation_id": "20000000-0000-0000-0000-000000000000",
"site_id": "30000000-0000-0000-0000-000000000000",
"product_id": "30000000-0000-0000-0000-000000000000",
"created_at": "2019-01-15T12:00:00.000Z"
}
],
"meta": {
"from": 1,
"to": 2,
"total": 2,
"current_page": 1,
"last_page": 2,
"per_page": 15,
"path": "http://example.com/api"
}
}Changes
No recorded changes to this endpoint across all 1 revision of this API.