@@ -457,52 +457,10 @@ SourceUpdateShopify:
457
457
type : object
458
458
additionalProperties : false
459
459
properties :
460
- collectionIDIndexing :
461
- type : boolean
462
- default : false
463
- description : |
464
- Whether to index collection IDs.
465
-
466
- If your store has `has_collection_search_page` set to true,
467
- collection IDs will be indexed even if `collectionIDIndexing` is false.
468
- increaseProductCollectionLimit :
469
- type : boolean
470
- default : false
471
- description : |
472
- Whether to increase the number of indexed collections per product.
473
- If true, Algolia indexes 200 collections per product.
474
- If false, 100 collections per product are indexed.
475
- defaultPriceRatioAsOne :
476
- type : boolean
477
- default : true
478
- description : |
479
- Whether to set the default price ratio to 1 if no sale price is present.
480
-
481
- The price ratio is determined by the ratio: `sale_price` / `regular_price`.
482
- If no sale price is present, the price ratio would be 0.
483
- If `defaultPriceRatioAsOne` is true, the price ratio is indexed as 1 instead.
484
- excludeOOSVariantsForPriceAtTRS :
485
- type : boolean
486
- default : true
487
- description : |
488
- Whether to exclude out-of-stock variants when determining the `max_variant_price` and `min_variant_price` attributes.
489
- includeVariantsInventory :
490
- type : boolean
491
- default : true
492
- description : |
493
- Whether to include an inventory with every variant for every product record.
494
- hasCollectionSearchPage :
495
- type : boolean
496
- default : false
497
- description : |
498
- Whether to include collection IDs and handles in the product records.
499
- productNamedTags :
500
- type : boolean
501
- default : false
502
- description : |
503
- Whether to convert tags on products to named tags.
504
-
505
- To learn more, see [Named tags](https://www.algolia.com/doc/integration/shopify/sending-and-managing-data/named-tags).
460
+ featureFlags :
461
+ type : object
462
+ description : Feature flags for the Shopify source.
463
+ additionalProperties : true
506
464
507
465
SourceShopify :
508
466
allOf :
0 commit comments