Retrieve stock levelsAsk AIpost https://sbx-api.vaultn.com/api/v4/product/stocklevelsReturns a collection of shared stock levels that are filtered by request.Body ParamsRequest containing connection GUID, product GUID, SKUs list, pagination settings, and change filterconnectionGuiduuid | nullUnique identifier for the connection in between vaults.productGuiduuid | nullSpecifies the product for which the stock levels are to be queried.skusarray of strings | nullList of SKUs that are to be queried for the specified product.skusADD stringonlyChangesbooleanChooses whether to query a full set of stock levels or just the changes. True by default.truefalsepageIndexint32 | nullZero based page index.pageSizeint32required1 to 1000Number of items returned per page.Responses 200Stock levels retrieved successfully 400Bad request 401Unauthorized - Authentication credentials are missing or invalid 404Connection or product not foundUpdated 10 months ago