Types > VariantInventoryLocation
Commerce APITypesVariantInventoryLocation
VariantInventoryLocation

Description

Fields

available: Int!

Amount of items available for orders to reserve (essentially: on_hand - committed)

Example: 0


bin_location: String!

Physical location of the inventory item in a shops warehouse

Example: "Level 3 Shelf 14 A"


committed: Int!

Amount of items reserved by paid orders

Example: 0


incoming: Int!

Incoming items

Example: 0


inventory_location: InventoryLocation

The inventory location

Expandable

Permission bit: "inventory_locations.read"


low_stock_level: Int!

Low stock level (if non-zero, when to notify shop owner about low stock level)

Example: 50


on_hand: Int!

Amount of items in the inventory

Example: 0


status: InventoryStockStatus!

Stock status of this inventory location

Example: "in_stock"


Used By

Types

VariantInventory

Preview (typescript)

Loading module