Inventory

List stock adjustments

Returns a paginated list of stock adjustments for the authenticated retailer.

🔒 Requires: inventory:write scope

get/stock_adjustments

Query parameters

page_sizeinteger

The maximum number of items to be returned in the response.

afterinteger

Return records with a version greater than this value.

beforeinteger

Return records with a version less than this value.

Response

The list of stock adjustments was successfully retrieved.

Changes

No recorded changes to this endpoint across all 1 revision of this API.