Inventory > Importing inventory
Importing inventory
Text
| Header | Required/Optional | Description | Example |
|---|---|---|---|
| product_variant | Optional | Name of the product variant (ignored on import) | T-Shirt (Red / Medium) |
| sku | Required | A unique identifier for the product variant in the shop (stock keeping unit) | 874510000 |
| inventory_location | Required | Name of the inventory location | NYC Storage |
| bin_location | Optional | The physical location of the inventory item in a shops warehouse | L2-2208 |
| incoming | Optional | Incoming items (ignored in import) | 5 |
| on_hand | Required | Amount of items in the inventory | 10 |
| committed | Optional | Amount of items reserved by paid orders (ignored on import) | 5 |
| available | Optional | Amount of items available for orders to reserve (essentially: on_hand - committed, ignored on import) | 99 |
| low_stock_level | Optional | A product will be considered low in stock when it’s Available quantity falls below the set low stock level. | 20 |