File tree Expand file tree Collapse file tree 1 file changed +1
-2
lines changed
app/code/Magento/CatalogGraphQl/etc Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -460,7 +460,7 @@ input ProductFilterInput @doc(description: "ProductFilterInput defines the filte
460
460
description : FilterTypeInput @doc (description : " Detailed information about the product. The value can include simple HTML tags." )
461
461
short_description : FilterTypeInput @doc (description : " A short description of the product. Its use depends on the theme." )
462
462
price : FilterTypeInput @doc (description : " The price of an item" )
463
- special_price : FilterTypeInput @doc (description : " The discounted price of the product" )
463
+ special_price : FilterTypeInput @doc (description : " The discounted price of the product. Do not include the currency code. " )
464
464
special_from_date : FilterTypeInput @doc (description : " The beginning date that a product has a special price" )
465
465
special_to_date : FilterTypeInput @doc (description : " The end date that a product has a special price" )
466
466
weight : FilterTypeInput @doc (description : " The weight of the item, in units defined by the store" )
@@ -477,7 +477,6 @@ input ProductFilterInput @doc(description: "ProductFilterInput defines the filte
477
477
custom_layout_update : FilterTypeInput @doc (description : " XML code that is applied as a layout update to the product page" )
478
478
min_price : FilterTypeInput @doc (description :"The numeric minimal price of the product. Do not include the currency code." )
479
479
max_price : FilterTypeInput @doc (description :"The numeric maximal price of the product. Do not include the currency code." )
480
- special_price : FilterTypeInput @doc (description :"The numeric special price of the product. Do not include the currency code." )
481
480
category_id : FilterTypeInput @doc (description : " Category ID the product belongs to" )
482
481
options_container : FilterTypeInput @doc (description : " If the product has multiple options, determines where they appear on the product page" )
483
482
required_options : FilterTypeInput @doc (description : " Indicates whether the product has required options" )
You can’t perform that action at this time.
0 commit comments