You can use any of the store attributes for attribute filtering. It is also possible to set various attribute combinations.
- Attribute filter conditions
- Example 1: Attribute equals to
- Example 2: Price is higher than
- Example 3: SKU is one of
- Example 4: Conditions combination
Attribute filter conditions
For attribute filtering there are various condition options available:
- is - attribute equal to ... - e.g. "Color is Red" (only Color Red products are listed in the feed)
- is not - attribute not equal to ... - e.g. "Color is not Red" (Color Red products are excluded from the feed)
- equals or greater than - e.g. "Price final with tax equals or greater than 100" (only products with price equal or greater than 100 are listed in the feed)
- equals or less than - e.g. "Price final with tax equals or less than 100" (only products with price equal or less than 100 are listed in the feed)
- greater than - e.g. "Price final with tax greater than 100" (only products with a price greater than 100 are listed in the feed)
- less than -e.g. "Price final with tax less than 100" (only products with price less than 100 are listed in the feed)
- contains - e.g. "Name contains Nike" (only products which include "Nike" in the Name attribute are exported in the feed)
- does not contain - e.g. "Name does not contain Nike" (only products which do not include "Nike" in the Name attribute are exported in the feed)
- is one of - e.g. "SKU is one of 1111,2222,3333,4444" (only products which SKU equals 1111 or 2222 or 3333 or 444 are exported in the feed)
- is not one of - e.g. "SKU is not one of 1111,2222,3333,4444" (only products which SKU does not equal to 1111 or 2222 or 3333 or 444 are exported in the feed)
Examples
Example 1: Attribute equals to
Export only products meeting criteria "color = red" and "size = L".
Example 2: Price is higher than
Export only products with prices equal to or higher than 50.
Example 3: SKU is one of
Export only products with SKU numbers 1,2,3 and 4.
Example 4: Conditions combination
Export only products meeting criteria ("color = red" or "color = green") and "size = L" - "Conditions Combination" option.
Comments
0 comments
Please sign in to leave a comment.