OBJECT
ProductVariant
link GraphQL Schema definition
1 type ProductVariant implements ObjectWithAttributes, ObjectWithTranslations { 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 # 27 # Arguments 28 # where: (self-explanatory) 29 AssignedAttributeFilter): [Attribute!]! ( : 30 31 # Required permission: Campaign:read 32 # 33 # Limit is optional 34 # 35 # Store restrictions apply. 36 # 37 # Arguments 38 # where: (self-explanatory) 39 # sort: (self-explanatory) 40 # limit: (self-explanatory) 41 # page: (self-explanatory) 42 CampaignVariantFilter, : [CampaignVariantSort!] = [id_ASC], : Int, : Int): [CampaignVariant!]! ( : 43 44 # Required permission: Display:read 45 # 46 # All elements are always returned 47 # 48 # Store restrictions apply. 49 Display!]! : [ 50 51 # Required permission: Translation:read 52 # 53 # All elements are always returned 54 # 55 # Arguments 56 # where: (self-explanatory) 57 TranslationFilter): [LanguageTranslation!]! ( : 58 59 # Required permission: ProductMedia:read 60 # 61 # All elements are always returned 62 ProductMedia!]! : [ 63 64 # Required permission: Price:read 65 # 66 # Limit is optional 67 # 68 # Store restrictions apply. 69 # 70 # Arguments 71 # where: (self-explanatory) 72 # sort: (self-explanatory) 73 # limit: (self-explanatory) 74 # page: (self-explanatory) 75 PriceFilter, : [PriceSort!] = [pricelistId_ASC], : Int, : Int): [Price!]! ( : 76 77 # Required permission: Product:read 78 Product! : 79 80 # Required permission: ProductSize:read 81 # 82 # All elements are always returned 83 # 84 # Arguments 85 # where: (self-explanatory) 86 ProductSizeFilter): [ProductSize!]! ( : 87 88 # Required permission: SizeChart:read 89 SizeChart : 90 91 # Required permission: ProductVariant.stock:read 92 # 93 # Limit must be in range 1 - 200 94 # 95 # Arguments 96 # where: (self-explanatory) 97 # sort: (self-explanatory) 98 # limit: (self-explanatory) 99 # page: (self-explanatory) 100 StockFilter, : [StockSort!] = [warehouseId_ASC, productSizeSort_ASC], : Int = 20, : Int = 1): [Stock!]! ( : 101 102 # Required permission: ProductVariant.stockTotals:read 103 # 104 # Arguments 105 # where: (self-explanatory) 106 StockTotalsFilter): StockTotals! ( : 107 108 # Required permission: SubscriptionPlan:read 109 # 110 # All elements are always returned 111 # 112 # Store restrictions apply. 113 # 114 # Arguments 115 # where: (self-explanatory) 116 # sort: (self-explanatory) 117 SubscriptionPlanFilter, : [SubscriptionPlanSort!] = [naturalSort_ASC, id_ASC]): [SubscriptionPlan!]! ( : 118 119 String : 120 121 # Required permission: PurchaseOrderDelivery:read 122 # 123 # Limit must be in range 1 - 200 124 # 125 # Arguments 126 # where: (self-explanatory) 127 # sort: (self-explanatory) 128 # limit: (self-explanatory) 129 # page: (self-explanatory) 130 ( 131 PurchaseOrderDeliveryFilter, : 132 PurchaseOrderDeliverySort!] = [id_DESC], : [ 133 Int = 20, : 134 Int = 1 : 135 ): [PurchaseOrderDelivery!]! 136 137 # Required permission: PurchaseOrder:read 138 # 139 # Limit must be in range 1 - 200 140 # 141 # Arguments 142 # where: (self-explanatory) 143 # sort: (self-explanatory) 144 # limit: (self-explanatory) 145 # page: (self-explanatory) 146 PurchaseOrderFilter, : [PurchaseOrderSort!] = [id_DESC], : Int = 20, : Int = 1): [PurchaseOrder!]! ( : 147 148 # Required permission: ProductVariantSupply:read 149 # 150 # Limit must be in range 1 - 200 151 # 152 # Arguments 153 # where: (self-explanatory) 154 # sort: (self-explanatory) 155 # limit: (self-explanatory) 156 # page: (self-explanatory) 157 ProductVariantSupplyFilter, : [ProductVariantSupplySort!] = [supplierName_ASC], : Int = 20, : Int = 1): [ProductVariantSupply!]! ( : 158 159 }
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