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
* @param locales Locales for your commercetools stores.
14
14
* @param fallbackIsInStockValue Whether a fallback value is stored in the Algolia record if there's no inventory information about the product.
15
+
* @param productQueryPredicate Predicate to filter out specific products when indexing. For more information, see [Query Predicate](https://docs.commercetools.com/api/predicates/query).
15
16
* @param customFields
16
17
*/
17
18
@Serializable
@@ -29,5 +30,8 @@ public data class SourceCommercetools(
29
30
/** Whether a fallback value is stored in the Algolia record if there's no inventory information about the product. */
/** Predicate to filter out specific products when indexing. For more information, see [Query Predicate](https://docs.commercetools.com/api/predicates/query). */
* @param locales Locales for your commercetools stores.
12
12
* @param url
13
13
* @param fallbackIsInStockValue Whether a fallback value is stored in the Algolia record if there's no inventory information about the product.
14
+
* @param productQueryPredicate Predicate to filter out specific products when indexing. For more information, see [Query Predicate](https://docs.commercetools.com/api/predicates/query).
14
15
* @param customFields
15
16
*/
16
17
@Serializable
@@ -26,5 +27,8 @@ public data class SourceUpdateCommercetools(
26
27
/** Whether a fallback value is stored in the Algolia record if there's no inventory information about the product. */
/** Predicate to filter out specific products when indexing. For more information, see [Query Predicate](https://docs.commercetools.com/api/predicates/query). */
0 commit comments