Skip to content

Commit cb52e0e

Browse files
authored
Merge pull request #621 from akeneo/fix-attribute_code-filter-typo
Fix ATTRIBUTE_CODE typo
2 parents a732f00 + dce035d commit cb52e0e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

content/rest-api/filter.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -432,7 +432,7 @@ To get all the sub-product models, you can use the following URL.
432432
To filter products, and product models **since the v2.3**, on its [product values](/concepts/products.html#focus-on-the-product-values), you can use the `search` query parameter when requesting products. The value given to this query parameter should be a valid JSON as shown below.
433433

434434
```
435-
/api/rest/v1/products?search={ATTIBUTE_CODE:[{"operator":OPERATOR,"value":VALUE,"locale":LOCALE_CODE,"scope":CHANNEL_CODE}]}
435+
/api/rest/v1/products?search={ATTRIBUTE_CODE:[{"operator":OPERATOR,"value":VALUE,"locale":LOCALE_CODE,"scope":CHANNEL_CODE}]}
436436
```
437437

438438
In the above url :
@@ -937,7 +937,7 @@ To get the published products that were updated during the last 4 days, you can
937937
To filter published products, and product models **since the v2.3**, on its [product values](/concepts/products.html#focus-on-the-product-values), you can use the `search` query parameter when requesting products. The value given to this query parameter should be a valid JSON as shown below.
938938

939939
```
940-
/api/rest/v1/published-products?search={ATTIBUTE_CODE:[{"operator":OPERATOR,"value":VALUE,"locale":LOCALE_CODE,"scope":CHANNEL_CODE}]}
940+
/api/rest/v1/published-products?search={ATTRIBUTE_CODE:[{"operator":OPERATOR,"value":VALUE,"locale":LOCALE_CODE,"scope":CHANNEL_CODE}]}
941941
```
942942

943943
In the above url :

0 commit comments

Comments
 (0)