Stock Adjustments report
This endpoint provides a report of stock adjustments for the given parameters.
Query parameters
Filter stock adjustments by site.
Filter the list of stock adjustments by the date the adjustment was made. The adjustment must have been made on or after this date.
Filter the list of stock adjustments by the date the adjustment was made. The adjustment must have been made on or before this date.
Filter the list of stock adjustments by a comma-separated list of brand IDs associated with the inventory products.
Filter the list of stock adjustments by a comma-separated list of category IDs associated with the inventory products.
The page to retrieve results from
The number of results to return per page
Response
The stock adjustments were successfully retrieved
Example response
{
"data": [
{
"product_name": "Blissful Body Butter",
"quantity": 10,
"reason_code": "Sale",
"reason_description": "Sale of 10 Blissful Body Butter products",
"adjusted_by": {
"first_name": "Dan",
"last_name": "Johnson",
"full_name": "Dan Johnson"
},
"adjusted_value": 2000,
"currency": "gbp"
}
],
"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.