OBJECT
Product
link GraphQL Schema definition
1 type Product implements ObjectWithAttributes, ObjectWithTranslations { 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"): DateTimeTz! ( : 13 14 # Arguments 15 # format: ISO-8601 16 String = "Y-m-d\\TH:i:sP"): DateTimeTz! ( : 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 # 35 # Arguments 36 # where: (self-explanatory) 37 AssignedAttributeFilter): [Attribute!]! ( : 38 39 # Required permission: Brand:read 40 # 41 # Store restrictions apply. 42 Brand : 43 44 # Required permission: Bundle:read 45 Bundle : 46 47 # Required permission: Collection:read 48 Collection : 49 50 # Required permission: Product.countryOfOrigin:read 51 Country : 52 53 # Required permission: Display:read 54 # 55 # Limit is optional 56 # 57 # Store restrictions apply. 58 # 59 # Arguments 60 # where: (self-explanatory) 61 # sort: (self-explanatory) 62 # limit: (self-explanatory) 63 # page: (self-explanatory) 64 DisplayFilter, : [DisplaySort!] = [id_ASC], : Int, : Int): [Display!]! ( : 65 66 # Required permission: Folder:read 67 Folder : 68 69 # Required permission: Translation:read 70 # 71 # All elements are always returned 72 # 73 # Arguments 74 # where: (self-explanatory) 75 TranslationFilter): [LanguageTranslation!]! ( : 76 77 # Required permission: MeasurementChart:read 78 MeasurementTable : 79 80 # Required permission: ProductMedia:read 81 # 82 # Limit is optional 83 # 84 # Arguments 85 # where: (self-explanatory) 86 # sort: (self-explanatory) 87 # limit: (self-explanatory) 88 # page: (self-explanatory) 89 ProductMediaFilter, : [ProductMediaSort!] = [id_ASC], : Int, : Int): [ProductMedia!]! ( : 90 91 # Required permission: Price:read 92 # 93 # Limit is optional 94 # 95 # Store restrictions apply. 96 # 97 # Arguments 98 # where: (self-explanatory) 99 # sort: (self-explanatory) 100 # limit: (self-explanatory) 101 # page: (self-explanatory) 102 PriceFilter, : [PriceSort!] = [productVariantId_ASC, pricelistId_ASC], : Int, : Int): [Price!]! ( : 103 104 # Required permission: Price:read 105 # 106 # Limit is optional 107 # 108 # Store restrictions apply. 109 # 110 # Arguments 111 # where: (self-explanatory) 112 # sort: (self-explanatory) 113 # limit: (self-explanatory) 114 # page: (self-explanatory) 115 LowestPriceFilter, : [LowestPriceSort!] = [productVariantId_ASC, pricelistId_ASC], : Int, : Int): [LowestPrice!]! ( : 116 117 # Required permission: ProductVariant:read 118 # 119 # Limit is optional 120 # 121 # Arguments 122 # where: (self-explanatory) 123 # sort: (self-explanatory) 124 # limit: (self-explanatory) 125 # page: (self-explanatory) 126 ProductVariantFilter, : [ProductVariantSort!] = [id_ASC], : Int, : Int): [ProductVariant!]! ( : 127 128 String : 129 130 }
link Required by
- AlteredPricesSetBatchPayload
- AlteredPricesSetPayload
- Brand
- Bundle
- BundleItemOrderLine
- BundleOrderLine
- Collection
- DeliveryWindowVariant
- Display
- EventTarget Contains object types, which are possible values of EventObjectType, with interfaces resolved to concrete types
- Folder
- GiftCertificateOrderLine
- InvoiceLine
- OrderLine
- Price
- PricesSetBatchPayload
- PricesSetPayload
- ProductCreatePayload
- ProductEdge
- ProductMedia
- ProductMediaDeletePayload
- ProductMediaRemovePayload
- ProductOrderLine
- ProductUpdatePayload
- ProductVariant
- PurchaseOrderDeliveryLine
- PurchaseOrderLine
- Query The main queries are here, click to expand