Skip to content

Find stock balances

GET
/warehouse-management/stock-balance/stock-balances
Required scope: viskan:stockbalance:read

Searches for stock balances in the system.

Parameters

Query parameters

page  integer
The page to search for.
Default value: 1
resultsPerPage  integer
The number of results per page. Must be a value between 1 and 200.
searchId  string
The search ID to use for continued pages. Not usable together with any of the filters. More details.
modifiedAfter  boolean
Filter on last modification date. Useful for getting delta-changes. More details.
stockKeepingUnitId  integer
Multivalued
Filter on the internal identifier of stock keeping units.
europeanArticleNumber  string
Multivalued
Filter on the European article number of stock keeping units.
priceLookupNumber  string
Multivalued
Filter on the price lookup number of stock keeping units.
priceLookupUnitNumber  string
DeprecatedMultivalued
Deprecated in favor of priceLookupNumber.
warehouseId  integer
Multivalued
Filter on warehouse by their internal number.
warehouseNumber  string
Multivalued
Filter on the external number of warehouses.

Response

The response contains a set of search hits and information about pagination.