OBJECT
Product
link GraphQL Schema definition
1 type Product implements ObjectWithAttributes, Localizable { 2 Int! : 3 4 String! : 5 6 ProductStatus! : 7 8 String! : 9 10 # Arguments 11 # format: ISO-8601 12 String = "Y-m-d\\TH:i:sP"): String! ( : 13 14 # Arguments 15 # format: ISO-8601 16 String = "Y-m-d\\TH:i:sP"): String! ( : 17 18 String : 19 20 String : 21 22 # Required permission: Product.internalComment:read 23 String : 24 25 Boolean! : 26 27 Boolean! : 28 29 Weight : 30 31 # Required permission: Product.attributes:read 32 # 33 # All elements are always returned 34 Attribute!]! : [ 35 36 # Required permission: Brand:read 37 # 38 # Store restrictions apply. 39 Brand : 40 41 # Required permission: Bundle:read 42 Bundle : 43 44 # Required permission: Collection:read 45 Collection : 46 47 # Required permission: Product.countryOfOrigin:read 48 Country : 49 50 # Required permission: Display:read 51 # 52 # Limit is optional 53 # 54 # Store restrictions apply. 55 # 56 # Arguments 57 # where: (self-explanatory) 58 # sort: (self-explanatory) 59 # limit: (self-explanatory) 60 # page: (self-explanatory) 61 DisplayFilter, : [DisplaySort!] = [id_ASC], : Int, : Int): [Display!]! ( : 62 63 # Required permission: Folder:read 64 Folder : 65 66 # Required permission: Localization:read 67 # 68 # All elements are always returned 69 # 70 # Arguments 71 # where: (self-explanatory) 72 LocalizationFilter): [Localization!]! ( : 73 74 # Required permission: MeasurementChart:read 75 MeasurementTable : 76 77 # Required permission: ProductMedia:read 78 # 79 # Limit is optional 80 # 81 # Arguments 82 # where: (self-explanatory) 83 # sort: (self-explanatory) 84 # limit: (self-explanatory) 85 # page: (self-explanatory) 86 ProductMediaFilter, : [ProductMediaSort!] = [id_ASC], : Int, : Int): [ProductMedia!]! ( : 87 88 # Required permission: Price:read 89 # 90 # Limit is optional 91 # 92 # Store restrictions apply. 93 # 94 # Arguments 95 # where: (self-explanatory) 96 # sort: (self-explanatory) 97 # limit: (self-explanatory) 98 # page: (self-explanatory) 99 PriceFilter, : [PriceSort!] = [productVariantId_ASC, pricelistId_ASC], : Int, : Int): [Price!]! ( : 100 101 # Required permission: ProductVariant:read 102 # 103 # Limit is optional 104 # 105 # Arguments 106 # where: (self-explanatory) 107 # sort: (self-explanatory) 108 # limit: (self-explanatory) 109 # page: (self-explanatory) 110 ( 111 ProductVariantFilter, : 112 ProductVariantSort!] = [id_ASC], : [ 113 Int, : 114 Int : 115 ): [ProductVariant!]! 116 117 }
link Required by
- AlteredPricesSetPayload
- Brand
- Bundle
- BundleItemOrderLine
- BundleOrderLine
- Collection
- DeliveryWindowVariant
- Display
- Folder
- GiftCertificateOrderLine
- InvoiceLine
- OrderLine
- Price
- PricesSetPayload
- ProductCreatePayload
- ProductEdge
- ProductMedia
- ProductMediaDeletePayload
- ProductMediaRemovePayload
- ProductOrderLine
- ProductUpdatePayload
- ProductVariant
- PurchaseOrderDeliveryLine
- PurchaseOrderLine
- Query The main queries are here, click to expand