POST

Query Inventory Items


Developer Preview

This API is subject to change. Bug fixes and new features will be released based on developer feedback throughout the preview period.

Retrieves a list of up to 1,000 inventory items, given the provided filtering, sorting, and cursor paging.

For field support for filters and sorting, see Inventory Items: Supported Filters and Sorting.

To learn about working with Query endpoints, see API Query Language, and Sorting and Paging.

Permissions
Manage Stores - all permissions
Read Stores - all read permissions
Manage Orders
Manage Products
Read Products
Manage Restaurants - all permissions
Read v3 catalog
Manage v3 catalog
Read inventory in v3 catalog
Learn more about app permissions.
Endpoint
POST
https://www.wixapis.com/stores/v3/inventory-items/query

Body Params
queryQuery

Query options.

Response Object
inventoryItemsArray <InventoryItem>minItems 1maxItems 1000

List of inventory items.


pagingMetadataPagingMetadata

Paging metadata.

Query Inventory Items

Query Inventory Items with filter by ids and sort by creation date

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?