📄️ How to adapt your app to manage stock from multiple locations
We are doing changes in our platform to support multi location inventory in 2023. This guide will explain how our APIs are changing and how apps can adapt to them.
📄️ How to go from `variant.stock` to `variant.inventory_levels`
To start working with stock by location in variants, the main change is that now the variant contains the inventory_levels element and the stock attribute is deprecated.
📄️ How to access the new information of the Order
For a further understanding of this guide we recommend reading Order and Managing multiple fulfillments.
📄️ How to adjust the creation of an order or draft order in a multi inventory environment
For a further understanding of this guide we recommend reading Order and Managing multiple fulfillments.