WarehouseItem
(OBJECT)
Product warehouse item
link GraphQL Schema definition
- type WarehouseItem {
- # Item internal ID
- ID! :
- # Quantity on stock
- Float :
- # Non blocked quantity on stock
- Float :
- # Warehouse identificator
- WarehouseNumber :
- # Product
- Product :
- # EAN
- Ean :
- # Weight
- Weight :
- # warehouse status of this variant
- # this may be NULL if warehouse status is determined by the main product's status
- WarehouseStatus :
- # Attributes making up the physical variant of the product
- Attribute] : [
- # Image path for specific warehouse item variant
- Url :
- # product variant's net price (excl. tax)
- # If not set, the product's main price is returned
- Price! :
- # Final price of product including tax, discounts and all other price components.
- Price :
- }