OBJECT
ProductVariant
link GraphQL Schema definition
- type ProductVariant {
- String! :
- String :
- # Default previous price for the product in the channel, disregards Customer
- # specific prices.
- Price :
- # Default price for the product in the channel, disregards Customer specific
- # prices.
- Price :
- String! :
- ProductImage] : [
- # The previous price (i.e. this will be higher than `price` if the product is
- # discounted). Will be a Customer specific previous price, if that Customer has a
- # separate price list.
- Price :
- # The current price. Will be a Customer specific price, if that Customer has a
- # separate price list.
- Price :
- # Not in use. Always null.
- Price :
- # NB: Carries a performance cost, as asking for this will result in a separate API
- # call in the backend.
- StockStatus :
- # Variant values (combination of option values)
- String]! : [
- # NB: Carries a performance cost, as asking for this will result in a separate API
- # call in the backend.
- Warehouse] : [
- }