WarehouseItem
(OBJECT)
Product warehouse item
link GraphQL Schema definition
- type WarehouseItem {
- # Item internal ID
- ID! :
- # Quantity on stock
- Float :
- # Warehouse identificator
- String :
- # Product
- Product :
- # EAN
- Ean :
- # Weight
- Weight :
- # Status
- WarehouseStatus :
- # Attributes making up the physical variant of the product
- Attribute] : [
- # Image path warehouse item variant
- Url :
- # Variant price
- Price :
- }