POST

Query Inventory


Returns a list of up inventory items, given the provided paging, sorting and filtering. See Stores Pagination for more information.

Permissions
Manage Stores - all permissions
Read Stores - all read permissions
Manage Products
Read Products
Learn more about app permissions.
Endpoint
POST
https://www.wixapis.com/stores-reader/v2/inventoryItems/query

Body Params
queryQuery
Response Object
inventoryItemsArray <InventoryItemV2>

Inventory items.


metadataMetadata

Display metadata.


totalResultsinteger

Number of total results.

Request
cURL
Response
JSON
Errors

This method doesn’t return any custom errors, but may return standard errors. Learn more about standard Wix errors.

Did this help?