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
Copy file name to clipboardExpand all lines: clients/algoliasearch-client-csharp/algoliasearch/Models/Ingestion/SourceShopify.cs
+10-67Lines changed: 10 additions & 67 deletions
Original file line number
Diff line number
Diff line change
@@ -31,53 +31,11 @@ public SourceShopify(string shopURL)
31
31
}
32
32
33
33
/// <summary>
34
-
/// 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.
34
+
/// Feature flags for the Shopify source.
35
35
/// </summary>
36
-
/// <value>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. </value>
37
-
[JsonPropertyName("collectionIDIndexing")]
38
-
publicbool?CollectionIDIndexing{get;set;}
39
-
40
-
/// <summary>
41
-
/// 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.
42
-
/// </summary>
43
-
/// <value>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. </value>
/// 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.
49
-
/// </summary>
50
-
/// <value>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. </value>
51
-
[JsonPropertyName("defaultPriceRatioAsOne")]
52
-
publicbool?DefaultPriceRatioAsOne{get;set;}
53
-
54
-
/// <summary>
55
-
/// Whether to exclude out-of-stock variants when determining the `max_variant_price` and `min_variant_price` attributes.
56
-
/// </summary>
57
-
/// <value>Whether to exclude out-of-stock variants when determining the `max_variant_price` and `min_variant_price` attributes. </value>
/// Whether to include an inventory with every variant for every product record.
63
-
/// </summary>
64
-
/// <value>Whether to include an inventory with every variant for every product record. </value>
65
-
[JsonPropertyName("includeVariantsInventory")]
66
-
publicbool?IncludeVariantsInventory{get;set;}
67
-
68
-
/// <summary>
69
-
/// Whether to include collection IDs and handles in the product records.
70
-
/// </summary>
71
-
/// <value>Whether to include collection IDs and handles in the product records. </value>
72
-
[JsonPropertyName("hasCollectionSearchPage")]
73
-
publicbool?HasCollectionSearchPage{get;set;}
74
-
75
-
/// <summary>
76
-
/// 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).
77
-
/// </summary>
78
-
/// <value>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). </value>
79
-
[JsonPropertyName("productNamedTags")]
80
-
publicbool?ProductNamedTags{get;set;}
36
+
/// <value>Feature flags for the Shopify source.</value>
Copy file name to clipboardExpand all lines: clients/algoliasearch-client-csharp/algoliasearch/Models/Ingestion/SourceUpdateShopify.cs
+10-67Lines changed: 10 additions & 67 deletions
Original file line number
Diff line number
Diff line change
@@ -24,53 +24,11 @@ public SourceUpdateShopify()
24
24
}
25
25
26
26
/// <summary>
27
-
/// 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.
27
+
/// Feature flags for the Shopify source.
28
28
/// </summary>
29
-
/// <value>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. </value>
30
-
[JsonPropertyName("collectionIDIndexing")]
31
-
publicbool?CollectionIDIndexing{get;set;}
32
-
33
-
/// <summary>
34
-
/// 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.
35
-
/// </summary>
36
-
/// <value>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. </value>
/// 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.
42
-
/// </summary>
43
-
/// <value>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. </value>
44
-
[JsonPropertyName("defaultPriceRatioAsOne")]
45
-
publicbool?DefaultPriceRatioAsOne{get;set;}
46
-
47
-
/// <summary>
48
-
/// Whether to exclude out-of-stock variants when determining the `max_variant_price` and `min_variant_price` attributes.
49
-
/// </summary>
50
-
/// <value>Whether to exclude out-of-stock variants when determining the `max_variant_price` and `min_variant_price` attributes. </value>
/// Whether to include an inventory with every variant for every product record.
56
-
/// </summary>
57
-
/// <value>Whether to include an inventory with every variant for every product record. </value>
58
-
[JsonPropertyName("includeVariantsInventory")]
59
-
publicbool?IncludeVariantsInventory{get;set;}
60
-
61
-
/// <summary>
62
-
/// Whether to include collection IDs and handles in the product records.
63
-
/// </summary>
64
-
/// <value>Whether to include collection IDs and handles in the product records. </value>
65
-
[JsonPropertyName("hasCollectionSearchPage")]
66
-
publicbool?HasCollectionSearchPage{get;set;}
67
-
68
-
/// <summary>
69
-
/// 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).
70
-
/// </summary>
71
-
/// <value>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). </value>
72
-
[JsonPropertyName("productNamedTags")]
73
-
publicbool?ProductNamedTags{get;set;}
29
+
/// <value>Feature flags for the Shopify source.</value>
0 commit comments