OBJECT
Product
link GraphQL Schema definition
- type Product {
- : ID!
- : Boolean!
- : String
- : String!
- : String!
- : String!
- : String!
- : String!
- : String!
- : Float!
- : DateTime
- : Boolean!
- : DateTime
- : [String!]!
- : [String!]!
- : Boolean!
- : Float!
- : ProductDimensions!
- : Price!
- : Price
- : ProductStock!
- : ProductImageGallery!
- : ProductRating!
- : ProductDeliveryTime!
- : [ProductScalePrice!]!
- : Product
- : Manufacturer
- : Vendor
- # Arguments
- # onlyMainCategory: [Not documented]
- (: Boolean): [Category!]!
- : ProductUnit
- : Seo!
- : [Product!]!
- : [ProductAttribute!]!
- : [Product!]!
- : [SelectionList!]!
- : [Review!]!
- : [Product!]!
- }