Skip to content

Commit 0966930

Browse files
algolia-botmillotp
andcommitted
chore: generated code for commit 28003717. [skip ci]
algolia/api-clients-automation@2800371 Co-authored-by: algolia-bot <[email protected]> Co-authored-by: Pierre Millot <[email protected]>
1 parent 5b010da commit 0966930

File tree

1 file changed

+2
-32
lines changed

1 file changed

+2
-32
lines changed

packages/ingestion/model/sourceUpdateShopify.ts

+2-32
Original file line numberDiff line numberDiff line change
@@ -2,37 +2,7 @@
22

33
export type SourceUpdateShopify = {
44
/**
5-
* Whether to index collection IDs. If your store has `has_collection_search_page` set to true, collection IDs will be indexed even if `collectionIDIndexing` is false.
5+
* Feature flags for the Shopify source.
66
*/
7-
collectionIDIndexing?: boolean;
8-
9-
/**
10-
* Whether to increase the number of indexed collections per product. If true, Algolia indexes 200 collections per product. If false, 100 collections per product are indexed.
11-
*/
12-
increaseProductCollectionLimit?: boolean;
13-
14-
/**
15-
* Whether to set the default price ratio to 1 if no sale price is present. The price ratio is determined by the ratio: `sale_price` / `regular_price`. If no sale price is present, the price ratio would be 0. If `defaultPriceRatioAsOne` is true, the price ratio is indexed as 1 instead.
16-
*/
17-
defaultPriceRatioAsOne?: boolean;
18-
19-
/**
20-
* Whether to exclude out-of-stock variants when determining the `max_variant_price` and `min_variant_price` attributes.
21-
*/
22-
excludeOOSVariantsForPriceAtTRS?: boolean;
23-
24-
/**
25-
* Whether to include an inventory with every variant for every product record.
26-
*/
27-
includeVariantsInventory?: boolean;
28-
29-
/**
30-
* Whether to include collection IDs and handles in the product records.
31-
*/
32-
hasCollectionSearchPage?: boolean;
33-
34-
/**
35-
* Whether to convert tags on products to named tags. To learn more, see [Named tags](https://www.algolia.com/doc/integration/shopify/sending-and-managing-data/named-tags).
36-
*/
37-
productNamedTags?: boolean;
7+
featureFlags?: Record<string, any>;
388
};

0 commit comments

Comments
 (0)