About the Wix Stores Inventory Items V3 API

The Inventory Items API allows you to manage inventories for Wix Stores.

This API provides extensive functionalities to handle inventory items across multiple products, variants and in multiple locations, ensuring that store owners can track and update their stock levels seamlessly.

With the Wix Inventory Items API, you can:

  • Manage and update inventory items, ensuring accurate stock levels and availability.
  • Retrieve information about existing inventory items.

Before you begin

It’s important to note the following point before starting to code:

  • You must call getCatalogVersion() to get the site's Stores catalog version before using any of the Inventory Items V3 API methods. Based on the response, you must then use either the original Inventory API or the Inventory Items V3 API.

Terminology

  1. Tracking Method: Specifies whether an inventory item is available for sale without quantity tracking or tracks the current quantity left in inventory.
  2. Pre Order: A status indicating that an item is available to be ordered before it is in stock, with shipments occurring once inventory becomes available.
  3. Location: Learn more about Stores Locations.
Was this helpful?
Yes
No