You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -48,6 +49,8 @@ class SourceCommercetools(BaseModel):
48
49
project_key: str
49
50
fallback_is_in_stock_value: Optional[bool] =None
50
51
""" Whether a fallback value is stored in the Algolia record if there's no inventory information about the product. """
52
+
product_query_predicate: Optional[str] =None
53
+
""" Predicate to filter out specific products when indexing. For more information, see [Query Predicate](https://docs.commercetools.com/api/predicates/query). """
@@ -46,6 +47,8 @@ class SourceUpdateCommercetools(BaseModel):
46
47
url: Optional[str] =None
47
48
fallback_is_in_stock_value: Optional[bool] =None
48
49
""" Whether a fallback value is stored in the Algolia record if there's no inventory information about the product. """
50
+
product_query_predicate: Optional[str] =None
51
+
""" Predicate to filter out specific products when indexing. For more information, see [Query Predicate](https://docs.commercetools.com/api/predicates/query). """
0 commit comments