Documentation
Feedback
Guides
API Reference

Guides
Integration Guides
Back office integration guide (ERP/PIM/WMS)
Import inventory

In this step, you will send the number of products you currently have in stock to VTEX.

Before you start

The Shipping module is where you control your store's inventory and the processes of receiving, managing, packing, and shipping orders. It includes concepts like:

A basic concept here is that of a logistics route, the path connecting your store to the customer. For an order to be placed in a store, the desired item should have stock available in at least one warehouse connected through a loading dock to a freight carrier that delivers to the customer's address. The image below illustrates these concepts.

{"base64":"  ","img":{"width":1262,"height":732,"type":"png","mime":"image/png","wUnits":"px","hUnits":"px","length":248294,"url":"https://user-images.githubusercontent.com/77292838/212991206-1605510b-9d1a-44fe-9bf2-16a17489b6e3.png"}}

If you would like an introduction to our Logistics module, check out the Logistics overview in our Help Center.

Create Warehouses

The stock availability of an SKU is stored at the warehouse level. Before updating the inventory of an SKU, you must create the warehouses that will hold its stock.

If you have a small quantity of warehouses to manage, this can be done with the warehouse management section of your Admin panel. Otherwise, you can use the Create/Update Warehouse endpoint to create them programmatically.

Update SKU Inventory

To update an SKU inventory, you should use the Update Inventory By SKU and Warehouse endpoint, from the Logistics API.

You can find the warehouseId for each Warehouse using the List All Warehouses endpoint.

You should set the total quantity of items in stock for each SKU. In between steps, you can use the List Inventory By SKU endpoint or see how you can Manage inventory from your Admin panel.

Wrapping up

If you’ve done things correctly, you should have imported your inventory information. This includes creating the warehouses needed for your logistics operation and updating the stock availability of each SKU in all warehouses.

Contributors
2
Photo of the contributor
Photo of the contributor
+ 2 contributors
Was this helpful?
Yes
No
Suggest edits (Github)
Contributors
2
Photo of the contributor
Photo of the contributor
+ 2 contributors
On this page