OBJECT
ProductVariant
link GraphQL Schema definition
1 type ProductVariant implements ObjectWithAttributes, ObjectWithTranslations, Localizable { 2 Int! : 3 4 String : 5 6 Status! : 7 8 String : 9 10 # Required permission: ProductVariant.internalName:read 11 String : 12 13 MonetaryValue : 14 15 # Arguments 16 # format: ISO-8601 17 String = "Y-m-d\\TH:i:sP"): DateTimeTz! ( : 18 19 Int! : 20 21 ShippingSpecificationSettings : 22 23 # Required permission: ProductVariant.attributes:read 24 # 25 # All elements are always returned 26 Attribute!]! : [ 27 28 # Required permission: Campaign:read 29 # 30 # Limit is optional 31 # 32 # Store restrictions apply. 33 # 34 # Arguments 35 # where: (self-explanatory) 36 # sort: (self-explanatory) 37 # limit: (self-explanatory) 38 # page: (self-explanatory) 39 CampaignVariantFilter, : [CampaignVariantSort!] = [id_ASC], : Int, : Int): [CampaignVariant!]! ( : 40 41 # Required permission: Display:read 42 # 43 # All elements are always returned 44 # 45 # Store restrictions apply. 46 Display!]! : [ 47 48 # Required permission: Translation:read 49 # 50 # All elements are always returned 51 # 52 # Arguments 53 # where: (self-explanatory) 54 TranslationFilter): [LanguageTranslation!]! ( : 55 56 # Required permission: ProductMedia:read 57 # 58 # All elements are always returned 59 ProductMedia!]! : [ 60 61 # Required permission: Price:read 62 # 63 # Limit is optional 64 # 65 # Store restrictions apply. 66 # 67 # Arguments 68 # where: (self-explanatory) 69 # sort: (self-explanatory) 70 # limit: (self-explanatory) 71 # page: (self-explanatory) 72 PriceFilter, : [PriceSort!] = [pricelistId_ASC], : Int, : Int): [Price!]! ( : 73 74 # Required permission: Product:read 75 Product! : 76 77 # Required permission: ProductSize:read 78 # 79 # All elements are always returned 80 # 81 # Arguments 82 # where: (self-explanatory) 83 ProductSizeFilter): [ProductSize!]! ( : 84 85 # Required permission: SizeChart:read 86 SizeChart : 87 88 # Required permission: ProductVariant.stock:read 89 # 90 # Limit must be in range 1 - 200 91 # 92 # Arguments 93 # where: (self-explanatory) 94 # sort: (self-explanatory) 95 # limit: (self-explanatory) 96 # page: (self-explanatory) 97 StockFilter, : [StockSort!] = [warehouseId_ASC, productSizeSort_ASC], : Int = 20, : Int = 1): [Stock!]! ( : 98 99 # Required permission: ProductVariant.stockTotals:read 100 # 101 # Arguments 102 # where: (self-explanatory) 103 StockTotalsFilter): StockTotals! ( : 104 105 # Required permission: SubscriptionPlan:read 106 # 107 # All elements are always returned 108 # 109 # Store restrictions apply. 110 # 111 # Arguments 112 # where: (self-explanatory) 113 # sort: (self-explanatory) 114 SubscriptionPlanFilter, : [SubscriptionPlanSort!] = [naturalSort_ASC, id_ASC]): [SubscriptionPlan!]! ( : 115 116 # Required permission: PurchaseOrderDelivery:read 117 # 118 # Limit must be in range 1 - 200 119 # 120 # Arguments 121 # where: (self-explanatory) 122 # sort: (self-explanatory) 123 # limit: (self-explanatory) 124 # page: (self-explanatory) 125 ( 126 PurchaseOrderDeliveryFilter, : 127 PurchaseOrderDeliverySort!] = [id_DESC], : [ 128 Int = 20, : 129 Int = 1 : 130 ): [PurchaseOrderDelivery!]! 131 132 # Required permission: PurchaseOrder:read 133 # 134 # Limit must be in range 1 - 200 135 # 136 # Arguments 137 # where: (self-explanatory) 138 # sort: (self-explanatory) 139 # limit: (self-explanatory) 140 # page: (self-explanatory) 141 PurchaseOrderFilter, : [PurchaseOrderSort!] = [id_DESC], : Int = 20, : Int = 1): [PurchaseOrder!]! ( : 142 143 # Required permission: ProductVariantSupply:read 144 # 145 # Limit must be in range 1 - 200 146 # 147 # Arguments 148 # where: (self-explanatory) 149 # sort: (self-explanatory) 150 # limit: (self-explanatory) 151 # page: (self-explanatory) 152 ProductVariantSupplyFilter, : [ProductVariantSupplySort!] = [supplierName_ASC], : Int = 20, : Int = 1): [ProductVariantSupply!]! ( : 153 154 }
link Required by
- BundleItemOrderLine
- BundleOrderLine
- BundleSection
- CalculateVouchersFreeProductGiven
- CampaignVariant
- DeliveryWindowVariant
- Display
- DisplayItem
- EventTarget Contains object types, which are possible values of EventObjectType, with interfaces resolved to concrete types
- GiftCertificateOrderLine
- InvoiceLine
- NewsletterSubscription
- OrderLine
- Price
- Product
- ProductMedia
- ProductOrderLine
- ProductSize
- ProductVariantCreatePayload
- ProductVariantEdge
- ProductVariantSupply
- ProductVariantUpdatePayload
- PurchaseOrderDeliveryLine
- PurchaseOrderLine
- Query The main queries are here, click to expand
- SingleVariantSubscriptionLine
- SubscriptionPlan