|
222 | 222 | <type xsi:type="OutputType" name="ProductLinks">
|
223 | 223 | <implements interface="ProductLinksInterface" copyFields="true"/>
|
224 | 224 | </type>
|
225 |
| - <type xsi:type="OutputType" name="ProductOptionsValues"> |
226 |
| - <field xsi:type="ScalarOutputField" name="title" type="String"/> |
227 |
| - <field xsi:type="ScalarOutputField" name="sort_order" type="Int"/> |
228 |
| - <field xsi:type="ScalarOutputField" name="price" type="Float"/> |
229 |
| - <field xsi:type="ScalarOutputField" name="price_type" type="String"/> |
230 |
| - <field xsi:type="ScalarOutputField" name="sku" type="String"/> |
231 |
| - <field xsi:type="ScalarOutputField" name="option_type_id" type="Int"/> |
232 |
| - </type> |
233 |
| - <type xsi:type="OutputType" name="ProductOptions"> |
234 |
| - <field xsi:type="ScalarOutputField" name="product_sku" type="String"/> |
235 |
| - <field xsi:type="ScalarOutputField" name="option_id" type="Int"/> |
236 |
| - <field xsi:type="ScalarOutputField" name="title" type="String"/> |
237 |
| - <field xsi:type="ScalarOutputField" name="type" type="String"/> |
238 |
| - <field xsi:type="ScalarOutputField" name="sort_order" type="Int"/> |
239 |
| - <field xsi:type="ScalarOutputField" name="is_require" type="Boolean"/> |
240 |
| - <field xsi:type="ScalarOutputField" name="price" type="Float"/> |
241 |
| - <field xsi:type="ScalarOutputField" name="price_type" type="String"/> |
242 |
| - <field xsi:type="ScalarOutputField" name="sku" type="String"/> |
243 |
| - <field xsi:type="ScalarOutputField" name="file_extension" type="String"/> |
244 |
| - <field xsi:type="ScalarOutputField" name="max_characters" type="Int"/> |
245 |
| - <field xsi:type="ScalarOutputField" name="image_size_x" type="Int"/> |
246 |
| - <field xsi:type="ScalarOutputField" name="image_size_y" type="Int"/> |
247 |
| - <field xsi:type="ObjectArrayOutputField" name="values" itemType="ProductOptionsValues"/> |
248 |
| - </type> |
249 | 225 | <type xsi:type="OutputType" name="ProductTierPrices">
|
250 | 226 | <field xsi:type="ScalarOutputField" name="customer_group_id" type="Int"/>
|
251 | 227 | <field xsi:type="ScalarOutputField" name="qty" type="Float"/>
|
|
291 | 267 | <field xsi:type="ScalarArrayOutputField" name="website_ids" itemType="Int"/>
|
292 | 268 | <field xsi:type="ObjectArrayOutputField" name="category_links" itemType="ProductCategoryLinks"/>
|
293 | 269 | <field xsi:type="ObjectArrayOutputField" name="product_links" itemType="ProductLinksInterface"/>
|
294 |
| - <field xsi:type="ObjectArrayOutputField" name="options" itemType="ProductOptions"/> |
295 | 270 | <field xsi:type="ObjectArrayOutputField" name="media_gallery_entries" itemType="MediaGalleryEntry"/>
|
296 | 271 | <field xsi:type="ObjectArrayOutputField" name="tier_prices" itemType="ProductTierPrices"/>
|
297 | 272 | <field xsi:type="ObjectOutputField" name="price" type="ProductPrices"/>
|
|
307 | 282 | <field xsi:type="ScalarOutputField" name="title" type="String"/>
|
308 | 283 | <field xsi:type="ScalarOutputField" name="required" type="Boolean"/>
|
309 | 284 | <field xsi:type="ScalarOutputField" name="sort_order" type="Int"/>
|
310 |
| - <field xsi:type="ScalarOutputField" name="previous_group" type="String"/> |
311 | 285 | </type>
|
312 | 286 | <type xsi:type="OutputType" name="VirtualProduct">
|
313 | 287 | <implements interface="ProductInterface" copyFields="true"/>
|
| 288 | + <implements interface="CustomizableProductInterface" copyFields="true"/> |
314 | 289 | </type>
|
315 | 290 | <type xsi:type="OutputType" name="SimpleProduct">
|
316 | 291 | <implements interface="ProductInterface" copyFields="true"/>
|
317 | 292 | <implements interface="PhysicalProductInterface" copyFields="true"/>
|
| 293 | + <implements interface="CustomizableProductInterface" copyFields="true"/> |
318 | 294 | </type>
|
319 | 295 | <type xsi:type="InputType" name="ProductFilterInput">
|
320 | 296 | <field xsi:type="ObjectInputField" name="name" type="FilterTypeInput"/>
|
|
0 commit comments