InventoryLocations
List adjustments for a single inventory location
Returns the paginated list of stock adjustments scoped to a single inventory location. Use this for a per-location audit trail of stock movement.
get/inventory/locations/{locationId}/adjustments
Query parameters
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.