klaviyo-api-sdk 13.0.1 → 14.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/CHANGELOG.md +12 -0
- data/README.md +434 -286
- data/klaviyo-api-sdk.gemspec +1 -1
- data/lib/klaviyo-api-sdk/api/accounts_api.rb +6 -6
- data/lib/klaviyo-api-sdk/api/campaigns_api.rb +82 -82
- data/lib/klaviyo-api-sdk/api/catalogs_api.rb +235 -235
- data/lib/klaviyo-api-sdk/api/coupons_api.rb +63 -63
- data/lib/klaviyo-api-sdk/api/custom_objects_api.rb +384 -0
- data/lib/klaviyo-api-sdk/api/data_privacy_api.rb +1 -1
- data/lib/klaviyo-api-sdk/api/events_api.rb +34 -34
- data/lib/klaviyo-api-sdk/api/flows_api.rb +93 -93
- data/lib/klaviyo-api-sdk/api/forms_api.rb +40 -40
- data/lib/klaviyo-api-sdk/api/images_api.rb +15 -15
- data/lib/klaviyo-api-sdk/api/lists_api.rb +59 -59
- data/lib/klaviyo-api-sdk/api/metrics_api.rb +643 -59
- data/lib/klaviyo-api-sdk/api/profiles_api.rb +128 -128
- data/lib/klaviyo-api-sdk/api/reporting_api.rb +13 -13
- data/lib/klaviyo-api-sdk/api/reviews_api.rb +21 -21
- data/lib/klaviyo-api-sdk/api/segments_api.rb +53 -53
- data/lib/klaviyo-api-sdk/api/tags_api.rb +58 -58
- data/lib/klaviyo-api-sdk/api/templates_api.rb +36 -36
- data/lib/klaviyo-api-sdk/api/tracking_settings_api.rb +15 -15
- data/lib/klaviyo-api-sdk/api/web_feeds_api.rb +15 -15
- data/lib/klaviyo-api-sdk/api/webhooks_api.rb +15 -15
- data/lib/klaviyo-api-sdk/api_client.rb +1 -1
- data/lib/klaviyo-api-sdk/models/base_event_create_query_bulk_entry_resource_object_attributes.rb +1 -1
- data/lib/klaviyo-api-sdk/models/button_block.rb +247 -0
- data/lib/klaviyo-api-sdk/models/{custom_object_property_enum.rb → button_enum.rb} +4 -4
- data/lib/klaviyo-api-sdk/models/campaign_values_request_dto_resource_object_attributes_timeframe.rb +1 -1
- data/lib/klaviyo-api-sdk/models/condition_group_conditions_inner.rb +3 -0
- data/lib/klaviyo-api-sdk/models/conditional_branch_action_data_profile_filter_condition_groups_inner_conditions_inner.rb +1 -0
- data/lib/klaviyo-api-sdk/models/data_source_create_query.rb +223 -0
- data/lib/klaviyo-api-sdk/models/data_source_create_query_resource_object.rb +237 -0
- data/lib/klaviyo-api-sdk/models/data_source_create_query_resource_object_attributes.rb +284 -0
- data/lib/klaviyo-api-sdk/models/data_source_enum.rb +35 -0
- data/lib/klaviyo-api-sdk/models/data_source_record_bulk_create_job_create_query.rb +223 -0
- data/lib/klaviyo-api-sdk/models/data_source_record_bulk_create_job_create_query_resource_object.rb +246 -0
- data/lib/klaviyo-api-sdk/models/data_source_record_bulk_create_job_create_query_resource_object_attributes.rb +219 -0
- data/lib/klaviyo-api-sdk/models/data_source_record_bulk_create_job_create_query_resource_object_relationships.rb +218 -0
- data/lib/klaviyo-api-sdk/models/data_source_record_bulk_create_job_create_query_resource_object_relationships_data_source.rb +218 -0
- data/lib/klaviyo-api-sdk/models/data_source_record_bulk_create_job_enum.rb +35 -0
- data/lib/klaviyo-api-sdk/models/data_source_record_enum.rb +35 -0
- data/lib/klaviyo-api-sdk/models/data_source_record_resource_object.rb +237 -0
- data/lib/klaviyo-api-sdk/models/data_source_record_resource_object_attributes.rb +223 -0
- data/lib/klaviyo-api-sdk/models/drop_shadow_block.rb +247 -0
- data/lib/klaviyo-api-sdk/models/drop_shadow_enum.rb +35 -0
- data/lib/klaviyo-api-sdk/models/{trigger_branch_action_data_trigger_filter.rb → dsr_bulk_create_attrs_data_source_records.rb} +15 -14
- data/lib/klaviyo-api-sdk/models/dsr_bulk_create_rels_data_source_data.rb +238 -0
- data/lib/klaviyo-api-sdk/models/event_create_query_v2_resource_object_attributes.rb +1 -1
- data/lib/klaviyo-api-sdk/models/flow_definition_profile_filter_condition_groups_inner_conditions_inner.rb +1 -0
- data/lib/klaviyo-api-sdk/models/flow_email_additional_filters_condition_groups_inner_conditions_inner.rb +1 -0
- data/lib/klaviyo-api-sdk/models/flow_push_notification_additional_filters_condition_groups_inner_conditions_inner.rb +1 -0
- data/lib/klaviyo-api-sdk/models/flow_sms_additional_filters_condition_groups_inner_conditions_inner.rb +1 -0
- data/lib/klaviyo-api-sdk/models/horizontal_rule_block.rb +247 -0
- data/lib/klaviyo-api-sdk/models/horizontal_rule_enum.rb +35 -0
- data/lib/klaviyo-api-sdk/models/image_block.rb +247 -0
- data/lib/klaviyo-api-sdk/models/mapped_metric_enum.rb +35 -0
- data/lib/klaviyo-api-sdk/models/mapped_metric_partial_update_query.rb +223 -0
- data/lib/klaviyo-api-sdk/models/mapped_metric_partial_update_query_resource_object.rb +281 -0
- data/lib/klaviyo-api-sdk/models/mapped_metric_partial_update_query_resource_object_relationships.rb +227 -0
- data/lib/klaviyo-api-sdk/models/{trigger_branch_action_data_trigger_filter_condition_groups_inner.rb → mapped_metric_partial_update_query_resource_object_relationships_custom_metric.rb} +10 -17
- data/lib/klaviyo-api-sdk/models/mapped_metric_partial_update_query_resource_object_relationships_custom_metric_data.rb +238 -0
- data/lib/klaviyo-api-sdk/models/mapped_metric_partial_update_query_resource_object_relationships_metric.rb +218 -0
- data/lib/klaviyo-api-sdk/models/mapped_metric_partial_update_query_resource_object_relationships_metric_data.rb +238 -0
- data/lib/klaviyo-api-sdk/models/priority_enum.rb +35 -0
- data/lib/klaviyo-api-sdk/models/profile_predictive_analytics_channel_affinity_priority_condition.rb +327 -0
- data/lib/klaviyo-api-sdk/models/{custom_object_property_condition.rb → profile_predictive_analytics_channel_affinity_priority_filter.rb} +23 -37
- data/lib/klaviyo-api-sdk/models/profile_predictive_analytics_channel_affinity_rank_condition.rb +327 -0
- data/lib/klaviyo-api-sdk/models/profile_predictive_analytics_channel_affinity_rank_filter.rb +286 -0
- data/lib/klaviyo-api-sdk/models/profile_predictive_analytics_date_condition.rb +286 -0
- data/lib/klaviyo-api-sdk/models/rank_enum.rb +35 -0
- data/lib/klaviyo-api-sdk/models/segment_values_request_dto_resource_object_attributes_timeframe.rb +1 -1
- data/lib/klaviyo-api-sdk/models/spacer_block.rb +247 -0
- data/lib/klaviyo-api-sdk/models/spacer_enum.rb +35 -0
- data/lib/klaviyo-api-sdk/models/trigger_branch_action_data.rb +6 -2
- data/lib/klaviyo-api-sdk/models/universal_content_create_query_resource_object_attributes_definition.rb +5 -0
- data/lib/klaviyo-api-sdk/models/universal_content_partial_update_query_resource_object_attributes_definition.rb +5 -0
- data/lib/klaviyo-api-sdk.rb +40 -5
- data/lib/klaviyo-api-sdk.rb.bak +974 -0
- metadata +43 -7
- data/lib/klaviyo-api-sdk/models/trigger_branch_action_data_trigger_filter_condition_groups_inner_conditions_inner.rb +0 -106
@@ -65,7 +65,7 @@ module KlaviyoAPI
|
|
65
65
|
# header parameters
|
66
66
|
header_params = opts[:header_params] || {}
|
67
67
|
# klaviyo api revision
|
68
|
-
header_params['revision'] = ENV['KLAVIYO_API_REVISION'] || ENV['API_REVISION'] || "2025-
|
68
|
+
header_params['revision'] = ENV['KLAVIYO_API_REVISION'] || ENV['API_REVISION'] || "2025-07-15"
|
69
69
|
# HTTP header 'Accept' (if needed)
|
70
70
|
header_params['Accept'] = @api_client.select_header_accept(['application/vnd.api+json'])
|
71
71
|
# HTTP header 'Content-Type'
|
@@ -156,7 +156,7 @@ module KlaviyoAPI
|
|
156
156
|
# header parameters
|
157
157
|
header_params = opts[:header_params] || {}
|
158
158
|
# klaviyo api revision
|
159
|
-
header_params['revision'] = ENV['KLAVIYO_API_REVISION'] || ENV['API_REVISION'] || "2025-
|
159
|
+
header_params['revision'] = ENV['KLAVIYO_API_REVISION'] || ENV['API_REVISION'] || "2025-07-15"
|
160
160
|
# HTTP header 'Accept' (if needed)
|
161
161
|
header_params['Accept'] = @api_client.select_header_accept(['application/vnd.api+json'])
|
162
162
|
# HTTP header 'Content-Type'
|
@@ -238,7 +238,7 @@ module KlaviyoAPI
|
|
238
238
|
# header parameters
|
239
239
|
header_params = opts[:header_params] || {}
|
240
240
|
# klaviyo api revision
|
241
|
-
header_params['revision'] = ENV['KLAVIYO_API_REVISION'] || ENV['API_REVISION'] || "2025-
|
241
|
+
header_params['revision'] = ENV['KLAVIYO_API_REVISION'] || ENV['API_REVISION'] || "2025-07-15"
|
242
242
|
# HTTP header 'Accept' (if needed)
|
243
243
|
header_params['Accept'] = @api_client.select_header_accept(['application/vnd.api+json'])
|
244
244
|
# HTTP header 'Content-Type'
|
@@ -320,7 +320,7 @@ module KlaviyoAPI
|
|
320
320
|
# header parameters
|
321
321
|
header_params = opts[:header_params] || {}
|
322
322
|
# klaviyo api revision
|
323
|
-
header_params['revision'] = ENV['KLAVIYO_API_REVISION'] || ENV['API_REVISION'] || "2025-
|
323
|
+
header_params['revision'] = ENV['KLAVIYO_API_REVISION'] || ENV['API_REVISION'] || "2025-07-15"
|
324
324
|
# HTTP header 'Accept' (if needed)
|
325
325
|
header_params['Accept'] = @api_client.select_header_accept(['application/vnd.api+json'])
|
326
326
|
# HTTP header 'Content-Type'
|
@@ -402,7 +402,7 @@ module KlaviyoAPI
|
|
402
402
|
# header parameters
|
403
403
|
header_params = opts[:header_params] || {}
|
404
404
|
# klaviyo api revision
|
405
|
-
header_params['revision'] = ENV['KLAVIYO_API_REVISION'] || ENV['API_REVISION'] || "2025-
|
405
|
+
header_params['revision'] = ENV['KLAVIYO_API_REVISION'] || ENV['API_REVISION'] || "2025-07-15"
|
406
406
|
# HTTP header 'Accept' (if needed)
|
407
407
|
header_params['Accept'] = @api_client.select_header_accept(['application/vnd.api+json'])
|
408
408
|
# HTTP header 'Content-Type'
|
@@ -484,7 +484,7 @@ module KlaviyoAPI
|
|
484
484
|
# header parameters
|
485
485
|
header_params = opts[:header_params] || {}
|
486
486
|
# klaviyo api revision
|
487
|
-
header_params['revision'] = ENV['KLAVIYO_API_REVISION'] || ENV['API_REVISION'] || "2025-
|
487
|
+
header_params['revision'] = ENV['KLAVIYO_API_REVISION'] || ENV['API_REVISION'] || "2025-07-15"
|
488
488
|
# HTTP header 'Accept' (if needed)
|
489
489
|
header_params['Accept'] = @api_client.select_header_accept(['application/vnd.api+json'])
|
490
490
|
# HTTP header 'Content-Type'
|
@@ -566,7 +566,7 @@ module KlaviyoAPI
|
|
566
566
|
# header parameters
|
567
567
|
header_params = opts[:header_params] || {}
|
568
568
|
# klaviyo api revision
|
569
|
-
header_params['revision'] = ENV['KLAVIYO_API_REVISION'] || ENV['API_REVISION'] || "2025-
|
569
|
+
header_params['revision'] = ENV['KLAVIYO_API_REVISION'] || ENV['API_REVISION'] || "2025-07-15"
|
570
570
|
# HTTP header 'Accept' (if needed)
|
571
571
|
header_params['Accept'] = @api_client.select_header_accept(['application/vnd.api+json'])
|
572
572
|
# HTTP header 'Content-Type'
|
@@ -648,7 +648,7 @@ module KlaviyoAPI
|
|
648
648
|
# header parameters
|
649
649
|
header_params = opts[:header_params] || {}
|
650
650
|
# klaviyo api revision
|
651
|
-
header_params['revision'] = ENV['KLAVIYO_API_REVISION'] || ENV['API_REVISION'] || "2025-
|
651
|
+
header_params['revision'] = ENV['KLAVIYO_API_REVISION'] || ENV['API_REVISION'] || "2025-07-15"
|
652
652
|
# HTTP header 'Accept' (if needed)
|
653
653
|
header_params['Accept'] = @api_client.select_header_accept(['application/vnd.api+json'])
|
654
654
|
# HTTP header 'Content-Type'
|
@@ -730,7 +730,7 @@ module KlaviyoAPI
|
|
730
730
|
# header parameters
|
731
731
|
header_params = opts[:header_params] || {}
|
732
732
|
# klaviyo api revision
|
733
|
-
header_params['revision'] = ENV['KLAVIYO_API_REVISION'] || ENV['API_REVISION'] || "2025-
|
733
|
+
header_params['revision'] = ENV['KLAVIYO_API_REVISION'] || ENV['API_REVISION'] || "2025-07-15"
|
734
734
|
# HTTP header 'Accept' (if needed)
|
735
735
|
header_params['Accept'] = @api_client.select_header_accept(['application/vnd.api+json'])
|
736
736
|
# HTTP header 'Content-Type'
|
@@ -812,7 +812,7 @@ module KlaviyoAPI
|
|
812
812
|
# header parameters
|
813
813
|
header_params = opts[:header_params] || {}
|
814
814
|
# klaviyo api revision
|
815
|
-
header_params['revision'] = ENV['KLAVIYO_API_REVISION'] || ENV['API_REVISION'] || "2025-
|
815
|
+
header_params['revision'] = ENV['KLAVIYO_API_REVISION'] || ENV['API_REVISION'] || "2025-07-15"
|
816
816
|
# HTTP header 'Accept' (if needed)
|
817
817
|
header_params['Accept'] = @api_client.select_header_accept(['application/vnd.api+json'])
|
818
818
|
# HTTP header 'Content-Type'
|
@@ -894,7 +894,7 @@ module KlaviyoAPI
|
|
894
894
|
# header parameters
|
895
895
|
header_params = opts[:header_params] || {}
|
896
896
|
# klaviyo api revision
|
897
|
-
header_params['revision'] = ENV['KLAVIYO_API_REVISION'] || ENV['API_REVISION'] || "2025-
|
897
|
+
header_params['revision'] = ENV['KLAVIYO_API_REVISION'] || ENV['API_REVISION'] || "2025-07-15"
|
898
898
|
# HTTP header 'Accept' (if needed)
|
899
899
|
header_params['Accept'] = @api_client.select_header_accept(['application/vnd.api+json'])
|
900
900
|
# HTTP header 'Content-Type'
|
@@ -970,7 +970,7 @@ module KlaviyoAPI
|
|
970
970
|
# header parameters
|
971
971
|
header_params = opts[:header_params] || {}
|
972
972
|
# klaviyo api revision
|
973
|
-
header_params['revision'] = ENV['KLAVIYO_API_REVISION'] || ENV['API_REVISION'] || "2025-
|
973
|
+
header_params['revision'] = ENV['KLAVIYO_API_REVISION'] || ENV['API_REVISION'] || "2025-07-15"
|
974
974
|
# HTTP header 'Accept' (if needed)
|
975
975
|
header_params['Accept'] = @api_client.select_header_accept(['application/vnd.api+json'])
|
976
976
|
# HTTP header 'Content-Type'
|
@@ -1040,7 +1040,7 @@ module KlaviyoAPI
|
|
1040
1040
|
# header parameters
|
1041
1041
|
header_params = opts[:header_params] || {}
|
1042
1042
|
# klaviyo api revision
|
1043
|
-
header_params['revision'] = ENV['KLAVIYO_API_REVISION'] || ENV['API_REVISION'] || "2025-
|
1043
|
+
header_params['revision'] = ENV['KLAVIYO_API_REVISION'] || ENV['API_REVISION'] || "2025-07-15"
|
1044
1044
|
# HTTP header 'Accept' (if needed)
|
1045
1045
|
header_params['Accept'] = @api_client.select_header_accept(['application/vnd.api+json'])
|
1046
1046
|
# HTTP header 'Content-Type'
|
@@ -1110,7 +1110,7 @@ module KlaviyoAPI
|
|
1110
1110
|
# header parameters
|
1111
1111
|
header_params = opts[:header_params] || {}
|
1112
1112
|
# klaviyo api revision
|
1113
|
-
header_params['revision'] = ENV['KLAVIYO_API_REVISION'] || ENV['API_REVISION'] || "2025-
|
1113
|
+
header_params['revision'] = ENV['KLAVIYO_API_REVISION'] || ENV['API_REVISION'] || "2025-07-15"
|
1114
1114
|
# HTTP header 'Accept' (if needed)
|
1115
1115
|
header_params['Accept'] = @api_client.select_header_accept(['application/vnd.api+json'])
|
1116
1116
|
# HTTP header 'Content-Type'
|
@@ -1180,7 +1180,7 @@ module KlaviyoAPI
|
|
1180
1180
|
# header parameters
|
1181
1181
|
header_params = opts[:header_params] || {}
|
1182
1182
|
# klaviyo api revision
|
1183
|
-
header_params['revision'] = ENV['KLAVIYO_API_REVISION'] || ENV['API_REVISION'] || "2025-
|
1183
|
+
header_params['revision'] = ENV['KLAVIYO_API_REVISION'] || ENV['API_REVISION'] || "2025-07-15"
|
1184
1184
|
# HTTP header 'Accept' (if needed)
|
1185
1185
|
header_params['Accept'] = @api_client.select_header_accept(['application/vnd.api+json'])
|
1186
1186
|
# HTTP header 'Content-Type'
|
@@ -1250,7 +1250,7 @@ module KlaviyoAPI
|
|
1250
1250
|
# header parameters
|
1251
1251
|
header_params = opts[:header_params] || {}
|
1252
1252
|
# klaviyo api revision
|
1253
|
-
header_params['revision'] = ENV['KLAVIYO_API_REVISION'] || ENV['API_REVISION'] || "2025-
|
1253
|
+
header_params['revision'] = ENV['KLAVIYO_API_REVISION'] || ENV['API_REVISION'] || "2025-07-15"
|
1254
1254
|
# HTTP header 'Accept' (if needed)
|
1255
1255
|
header_params['Accept'] = @api_client.select_header_accept(['application/vnd.api+json'])
|
1256
1256
|
|
@@ -1315,7 +1315,7 @@ module KlaviyoAPI
|
|
1315
1315
|
# header parameters
|
1316
1316
|
header_params = opts[:header_params] || {}
|
1317
1317
|
# klaviyo api revision
|
1318
|
-
header_params['revision'] = ENV['KLAVIYO_API_REVISION'] || ENV['API_REVISION'] || "2025-
|
1318
|
+
header_params['revision'] = ENV['KLAVIYO_API_REVISION'] || ENV['API_REVISION'] || "2025-07-15"
|
1319
1319
|
# HTTP header 'Accept' (if needed)
|
1320
1320
|
header_params['Accept'] = @api_client.select_header_accept(['application/vnd.api+json'])
|
1321
1321
|
|
@@ -1380,7 +1380,7 @@ module KlaviyoAPI
|
|
1380
1380
|
# header parameters
|
1381
1381
|
header_params = opts[:header_params] || {}
|
1382
1382
|
# klaviyo api revision
|
1383
|
-
header_params['revision'] = ENV['KLAVIYO_API_REVISION'] || ENV['API_REVISION'] || "2025-
|
1383
|
+
header_params['revision'] = ENV['KLAVIYO_API_REVISION'] || ENV['API_REVISION'] || "2025-07-15"
|
1384
1384
|
# HTTP header 'Accept' (if needed)
|
1385
1385
|
header_params['Accept'] = @api_client.select_header_accept(['application/vnd.api+json'])
|
1386
1386
|
|
@@ -1417,9 +1417,9 @@ module KlaviyoAPI
|
|
1417
1417
|
# Get a catalog item bulk create job with the given job ID. An `include` parameter can be provided to get the following related resource data: `items`.<br><br>*Rate limits*:<br>Burst: `350/s`<br>Steady: `3500/m` **Scopes:** `catalogs:read`
|
1418
1418
|
# @param job_id [String] ID of the job to retrieve.
|
1419
1419
|
# @param [Hash] opts the optional parameters
|
1420
|
-
# @option opts [Array<String>] :fields_catalog_item_bulk_create_job For more information please visit https://developers.klaviyo.com/en/v2025-
|
1421
|
-
# @option opts [Array<String>] :fields_catalog_item For more information please visit https://developers.klaviyo.com/en/v2025-
|
1422
|
-
# @option opts [Array<String>] :include For more information please visit https://developers.klaviyo.com/en/v2025-
|
1420
|
+
# @option opts [Array<String>] :fields_catalog_item_bulk_create_job For more information please visit https://developers.klaviyo.com/en/v2025-07-15/reference/api-overview#sparse-fieldsets
|
1421
|
+
# @option opts [Array<String>] :fields_catalog_item For more information please visit https://developers.klaviyo.com/en/v2025-07-15/reference/api-overview#sparse-fieldsets
|
1422
|
+
# @option opts [Array<String>] :include For more information please visit https://developers.klaviyo.com/en/v2025-07-15/reference/api-overview#relationships
|
1423
1423
|
# @return [Hash<String, Object>]
|
1424
1424
|
def get_bulk_create_catalog_items_job(job_id, opts = {})
|
1425
1425
|
data, _status_code, _headers = get_bulk_create_catalog_items_job_with_http_info(job_id, opts)
|
@@ -1436,9 +1436,9 @@ module KlaviyoAPI
|
|
1436
1436
|
# Get a catalog item bulk create job with the given job ID. An `include` parameter can be provided to get the following related resource data: `items`.<br><br>*Rate limits*:<br>Burst: `350/s`<br>Steady: `3500/m` **Scopes:** `catalogs:read`
|
1437
1437
|
# @param job_id [String] ID of the job to retrieve.
|
1438
1438
|
# @param [Hash] opts the optional parameters
|
1439
|
-
# @option opts [Array<String>] :fields_catalog_item_bulk_create_job For more information please visit https://developers.klaviyo.com/en/v2025-
|
1440
|
-
# @option opts [Array<String>] :fields_catalog_item For more information please visit https://developers.klaviyo.com/en/v2025-
|
1441
|
-
# @option opts [Array<String>] :include For more information please visit https://developers.klaviyo.com/en/v2025-
|
1439
|
+
# @option opts [Array<String>] :fields_catalog_item_bulk_create_job For more information please visit https://developers.klaviyo.com/en/v2025-07-15/reference/api-overview#sparse-fieldsets
|
1440
|
+
# @option opts [Array<String>] :fields_catalog_item For more information please visit https://developers.klaviyo.com/en/v2025-07-15/reference/api-overview#sparse-fieldsets
|
1441
|
+
# @option opts [Array<String>] :include For more information please visit https://developers.klaviyo.com/en/v2025-07-15/reference/api-overview#relationships
|
1442
1442
|
# @return [Array<(Hash<String, Object>, Integer, Hash)>] Hash<String, Object> data, response status code and response headers
|
1443
1443
|
def get_bulk_create_catalog_items_job_with_http_info(job_id, opts = {})
|
1444
1444
|
if @api_client.config.debugging
|
@@ -1472,7 +1472,7 @@ module KlaviyoAPI
|
|
1472
1472
|
# header parameters
|
1473
1473
|
header_params = opts[:header_params] || {}
|
1474
1474
|
# klaviyo api revision
|
1475
|
-
header_params['revision'] = ENV['KLAVIYO_API_REVISION'] || ENV['API_REVISION'] || "2025-
|
1475
|
+
header_params['revision'] = ENV['KLAVIYO_API_REVISION'] || ENV['API_REVISION'] || "2025-07-15"
|
1476
1476
|
# HTTP header 'Accept' (if needed)
|
1477
1477
|
header_params['Accept'] = @api_client.select_header_accept(['application/vnd.api+json'])
|
1478
1478
|
|
@@ -1514,9 +1514,9 @@ module KlaviyoAPI
|
|
1514
1514
|
# Get Bulk Create Catalog Items Jobs
|
1515
1515
|
# Get all catalog item bulk create jobs. Returns a maximum of 100 jobs per request.<br><br>*Rate limits*:<br>Burst: `350/s`<br>Steady: `3500/m` **Scopes:** `catalogs:read`
|
1516
1516
|
# @param [Hash] opts the optional parameters
|
1517
|
-
# @option opts [Array<String>] :fields_catalog_item_bulk_create_job For more information please visit https://developers.klaviyo.com/en/v2025-
|
1518
|
-
# @option opts [String] :filter For more information please visit https://developers.klaviyo.com/en/v2025-
|
1519
|
-
# @option opts [String] :page_cursor For more information please visit https://developers.klaviyo.com/en/v2025-
|
1517
|
+
# @option opts [Array<String>] :fields_catalog_item_bulk_create_job For more information please visit https://developers.klaviyo.com/en/v2025-07-15/reference/api-overview#sparse-fieldsets
|
1518
|
+
# @option opts [String] :filter For more information please visit https://developers.klaviyo.com/en/v2025-07-15/reference/api-overview#filtering<br>Allowed field(s)/operator(s):<br>`status`: `equals`
|
1519
|
+
# @option opts [String] :page_cursor For more information please visit https://developers.klaviyo.com/en/v2025-07-15/reference/api-overview#pagination
|
1520
1520
|
# @return [Hash<String, Object>]
|
1521
1521
|
def get_bulk_create_catalog_items_jobs(opts = {})
|
1522
1522
|
data, _status_code, _headers = get_bulk_create_catalog_items_jobs_with_http_info(opts)
|
@@ -1532,9 +1532,9 @@ module KlaviyoAPI
|
|
1532
1532
|
# Get Bulk Create Catalog Items Jobs
|
1533
1533
|
# Get all catalog item bulk create jobs. Returns a maximum of 100 jobs per request.<br><br>*Rate limits*:<br>Burst: `350/s`<br>Steady: `3500/m` **Scopes:** `catalogs:read`
|
1534
1534
|
# @param [Hash] opts the optional parameters
|
1535
|
-
# @option opts [Array<String>] :fields_catalog_item_bulk_create_job For more information please visit https://developers.klaviyo.com/en/v2025-
|
1536
|
-
# @option opts [String] :filter For more information please visit https://developers.klaviyo.com/en/v2025-
|
1537
|
-
# @option opts [String] :page_cursor For more information please visit https://developers.klaviyo.com/en/v2025-
|
1535
|
+
# @option opts [Array<String>] :fields_catalog_item_bulk_create_job For more information please visit https://developers.klaviyo.com/en/v2025-07-15/reference/api-overview#sparse-fieldsets
|
1536
|
+
# @option opts [String] :filter For more information please visit https://developers.klaviyo.com/en/v2025-07-15/reference/api-overview#filtering<br>Allowed field(s)/operator(s):<br>`status`: `equals`
|
1537
|
+
# @option opts [String] :page_cursor For more information please visit https://developers.klaviyo.com/en/v2025-07-15/reference/api-overview#pagination
|
1538
1538
|
# @return [Array<(Hash<String, Object>, Integer, Hash)>] Hash<String, Object> data, response status code and response headers
|
1539
1539
|
def get_bulk_create_catalog_items_jobs_with_http_info(opts = {})
|
1540
1540
|
if @api_client.config.debugging
|
@@ -1556,7 +1556,7 @@ module KlaviyoAPI
|
|
1556
1556
|
# header parameters
|
1557
1557
|
header_params = opts[:header_params] || {}
|
1558
1558
|
# klaviyo api revision
|
1559
|
-
header_params['revision'] = ENV['KLAVIYO_API_REVISION'] || ENV['API_REVISION'] || "2025-
|
1559
|
+
header_params['revision'] = ENV['KLAVIYO_API_REVISION'] || ENV['API_REVISION'] || "2025-07-15"
|
1560
1560
|
# HTTP header 'Accept' (if needed)
|
1561
1561
|
header_params['Accept'] = @api_client.select_header_accept(['application/vnd.api+json'])
|
1562
1562
|
|
@@ -1599,9 +1599,9 @@ module KlaviyoAPI
|
|
1599
1599
|
# Get a catalog category bulk create job with the given job ID. An `include` parameter can be provided to get the following related resource data: `categories`.<br><br>*Rate limits*:<br>Burst: `350/s`<br>Steady: `3500/m` **Scopes:** `catalogs:read`
|
1600
1600
|
# @param job_id [String] ID of the job to retrieve.
|
1601
1601
|
# @param [Hash] opts the optional parameters
|
1602
|
-
# @option opts [Array<String>] :fields_catalog_category_bulk_create_job For more information please visit https://developers.klaviyo.com/en/v2025-
|
1603
|
-
# @option opts [Array<String>] :fields_catalog_category For more information please visit https://developers.klaviyo.com/en/v2025-
|
1604
|
-
# @option opts [Array<String>] :include For more information please visit https://developers.klaviyo.com/en/v2025-
|
1602
|
+
# @option opts [Array<String>] :fields_catalog_category_bulk_create_job For more information please visit https://developers.klaviyo.com/en/v2025-07-15/reference/api-overview#sparse-fieldsets
|
1603
|
+
# @option opts [Array<String>] :fields_catalog_category For more information please visit https://developers.klaviyo.com/en/v2025-07-15/reference/api-overview#sparse-fieldsets
|
1604
|
+
# @option opts [Array<String>] :include For more information please visit https://developers.klaviyo.com/en/v2025-07-15/reference/api-overview#relationships
|
1605
1605
|
# @return [Hash<String, Object>]
|
1606
1606
|
def get_bulk_create_categories_job(job_id, opts = {})
|
1607
1607
|
data, _status_code, _headers = get_bulk_create_categories_job_with_http_info(job_id, opts)
|
@@ -1618,9 +1618,9 @@ module KlaviyoAPI
|
|
1618
1618
|
# Get a catalog category bulk create job with the given job ID. An `include` parameter can be provided to get the following related resource data: `categories`.<br><br>*Rate limits*:<br>Burst: `350/s`<br>Steady: `3500/m` **Scopes:** `catalogs:read`
|
1619
1619
|
# @param job_id [String] ID of the job to retrieve.
|
1620
1620
|
# @param [Hash] opts the optional parameters
|
1621
|
-
# @option opts [Array<String>] :fields_catalog_category_bulk_create_job For more information please visit https://developers.klaviyo.com/en/v2025-
|
1622
|
-
# @option opts [Array<String>] :fields_catalog_category For more information please visit https://developers.klaviyo.com/en/v2025-
|
1623
|
-
# @option opts [Array<String>] :include For more information please visit https://developers.klaviyo.com/en/v2025-
|
1621
|
+
# @option opts [Array<String>] :fields_catalog_category_bulk_create_job For more information please visit https://developers.klaviyo.com/en/v2025-07-15/reference/api-overview#sparse-fieldsets
|
1622
|
+
# @option opts [Array<String>] :fields_catalog_category For more information please visit https://developers.klaviyo.com/en/v2025-07-15/reference/api-overview#sparse-fieldsets
|
1623
|
+
# @option opts [Array<String>] :include For more information please visit https://developers.klaviyo.com/en/v2025-07-15/reference/api-overview#relationships
|
1624
1624
|
# @return [Array<(Hash<String, Object>, Integer, Hash)>] Hash<String, Object> data, response status code and response headers
|
1625
1625
|
def get_bulk_create_categories_job_with_http_info(job_id, opts = {})
|
1626
1626
|
if @api_client.config.debugging
|
@@ -1654,7 +1654,7 @@ module KlaviyoAPI
|
|
1654
1654
|
# header parameters
|
1655
1655
|
header_params = opts[:header_params] || {}
|
1656
1656
|
# klaviyo api revision
|
1657
|
-
header_params['revision'] = ENV['KLAVIYO_API_REVISION'] || ENV['API_REVISION'] || "2025-
|
1657
|
+
header_params['revision'] = ENV['KLAVIYO_API_REVISION'] || ENV['API_REVISION'] || "2025-07-15"
|
1658
1658
|
# HTTP header 'Accept' (if needed)
|
1659
1659
|
header_params['Accept'] = @api_client.select_header_accept(['application/vnd.api+json'])
|
1660
1660
|
|
@@ -1696,9 +1696,9 @@ module KlaviyoAPI
|
|
1696
1696
|
# Get Bulk Create Categories Jobs
|
1697
1697
|
# Get all catalog category bulk create jobs. Returns a maximum of 100 jobs per request.<br><br>*Rate limits*:<br>Burst: `350/s`<br>Steady: `3500/m` **Scopes:** `catalogs:read`
|
1698
1698
|
# @param [Hash] opts the optional parameters
|
1699
|
-
# @option opts [Array<String>] :fields_catalog_category_bulk_create_job For more information please visit https://developers.klaviyo.com/en/v2025-
|
1700
|
-
# @option opts [String] :filter For more information please visit https://developers.klaviyo.com/en/v2025-
|
1701
|
-
# @option opts [String] :page_cursor For more information please visit https://developers.klaviyo.com/en/v2025-
|
1699
|
+
# @option opts [Array<String>] :fields_catalog_category_bulk_create_job For more information please visit https://developers.klaviyo.com/en/v2025-07-15/reference/api-overview#sparse-fieldsets
|
1700
|
+
# @option opts [String] :filter For more information please visit https://developers.klaviyo.com/en/v2025-07-15/reference/api-overview#filtering<br>Allowed field(s)/operator(s):<br>`status`: `equals`
|
1701
|
+
# @option opts [String] :page_cursor For more information please visit https://developers.klaviyo.com/en/v2025-07-15/reference/api-overview#pagination
|
1702
1702
|
# @return [Hash<String, Object>]
|
1703
1703
|
def get_bulk_create_categories_jobs(opts = {})
|
1704
1704
|
data, _status_code, _headers = get_bulk_create_categories_jobs_with_http_info(opts)
|
@@ -1714,9 +1714,9 @@ module KlaviyoAPI
|
|
1714
1714
|
# Get Bulk Create Categories Jobs
|
1715
1715
|
# Get all catalog category bulk create jobs. Returns a maximum of 100 jobs per request.<br><br>*Rate limits*:<br>Burst: `350/s`<br>Steady: `3500/m` **Scopes:** `catalogs:read`
|
1716
1716
|
# @param [Hash] opts the optional parameters
|
1717
|
-
# @option opts [Array<String>] :fields_catalog_category_bulk_create_job For more information please visit https://developers.klaviyo.com/en/v2025-
|
1718
|
-
# @option opts [String] :filter For more information please visit https://developers.klaviyo.com/en/v2025-
|
1719
|
-
# @option opts [String] :page_cursor For more information please visit https://developers.klaviyo.com/en/v2025-
|
1717
|
+
# @option opts [Array<String>] :fields_catalog_category_bulk_create_job For more information please visit https://developers.klaviyo.com/en/v2025-07-15/reference/api-overview#sparse-fieldsets
|
1718
|
+
# @option opts [String] :filter For more information please visit https://developers.klaviyo.com/en/v2025-07-15/reference/api-overview#filtering<br>Allowed field(s)/operator(s):<br>`status`: `equals`
|
1719
|
+
# @option opts [String] :page_cursor For more information please visit https://developers.klaviyo.com/en/v2025-07-15/reference/api-overview#pagination
|
1720
1720
|
# @return [Array<(Hash<String, Object>, Integer, Hash)>] Hash<String, Object> data, response status code and response headers
|
1721
1721
|
def get_bulk_create_categories_jobs_with_http_info(opts = {})
|
1722
1722
|
if @api_client.config.debugging
|
@@ -1738,7 +1738,7 @@ module KlaviyoAPI
|
|
1738
1738
|
# header parameters
|
1739
1739
|
header_params = opts[:header_params] || {}
|
1740
1740
|
# klaviyo api revision
|
1741
|
-
header_params['revision'] = ENV['KLAVIYO_API_REVISION'] || ENV['API_REVISION'] || "2025-
|
1741
|
+
header_params['revision'] = ENV['KLAVIYO_API_REVISION'] || ENV['API_REVISION'] || "2025-07-15"
|
1742
1742
|
# HTTP header 'Accept' (if needed)
|
1743
1743
|
header_params['Accept'] = @api_client.select_header_accept(['application/vnd.api+json'])
|
1744
1744
|
|
@@ -1781,9 +1781,9 @@ module KlaviyoAPI
|
|
1781
1781
|
# Get a catalog variant bulk create job with the given job ID. An `include` parameter can be provided to get the following related resource data: `variants`.<br><br>*Rate limits*:<br>Burst: `350/s`<br>Steady: `3500/m` **Scopes:** `catalogs:read`
|
1782
1782
|
# @param job_id [String] ID of the job to retrieve.
|
1783
1783
|
# @param [Hash] opts the optional parameters
|
1784
|
-
# @option opts [Array<String>] :fields_catalog_variant_bulk_create_job For more information please visit https://developers.klaviyo.com/en/v2025-
|
1785
|
-
# @option opts [Array<String>] :fields_catalog_variant For more information please visit https://developers.klaviyo.com/en/v2025-
|
1786
|
-
# @option opts [Array<String>] :include For more information please visit https://developers.klaviyo.com/en/v2025-
|
1784
|
+
# @option opts [Array<String>] :fields_catalog_variant_bulk_create_job For more information please visit https://developers.klaviyo.com/en/v2025-07-15/reference/api-overview#sparse-fieldsets
|
1785
|
+
# @option opts [Array<String>] :fields_catalog_variant For more information please visit https://developers.klaviyo.com/en/v2025-07-15/reference/api-overview#sparse-fieldsets
|
1786
|
+
# @option opts [Array<String>] :include For more information please visit https://developers.klaviyo.com/en/v2025-07-15/reference/api-overview#relationships
|
1787
1787
|
# @return [Hash<String, Object>]
|
1788
1788
|
def get_bulk_create_variants_job(job_id, opts = {})
|
1789
1789
|
data, _status_code, _headers = get_bulk_create_variants_job_with_http_info(job_id, opts)
|
@@ -1800,9 +1800,9 @@ module KlaviyoAPI
|
|
1800
1800
|
# Get a catalog variant bulk create job with the given job ID. An `include` parameter can be provided to get the following related resource data: `variants`.<br><br>*Rate limits*:<br>Burst: `350/s`<br>Steady: `3500/m` **Scopes:** `catalogs:read`
|
1801
1801
|
# @param job_id [String] ID of the job to retrieve.
|
1802
1802
|
# @param [Hash] opts the optional parameters
|
1803
|
-
# @option opts [Array<String>] :fields_catalog_variant_bulk_create_job For more information please visit https://developers.klaviyo.com/en/v2025-
|
1804
|
-
# @option opts [Array<String>] :fields_catalog_variant For more information please visit https://developers.klaviyo.com/en/v2025-
|
1805
|
-
# @option opts [Array<String>] :include For more information please visit https://developers.klaviyo.com/en/v2025-
|
1803
|
+
# @option opts [Array<String>] :fields_catalog_variant_bulk_create_job For more information please visit https://developers.klaviyo.com/en/v2025-07-15/reference/api-overview#sparse-fieldsets
|
1804
|
+
# @option opts [Array<String>] :fields_catalog_variant For more information please visit https://developers.klaviyo.com/en/v2025-07-15/reference/api-overview#sparse-fieldsets
|
1805
|
+
# @option opts [Array<String>] :include For more information please visit https://developers.klaviyo.com/en/v2025-07-15/reference/api-overview#relationships
|
1806
1806
|
# @return [Array<(Hash<String, Object>, Integer, Hash)>] Hash<String, Object> data, response status code and response headers
|
1807
1807
|
def get_bulk_create_variants_job_with_http_info(job_id, opts = {})
|
1808
1808
|
if @api_client.config.debugging
|
@@ -1836,7 +1836,7 @@ module KlaviyoAPI
|
|
1836
1836
|
# header parameters
|
1837
1837
|
header_params = opts[:header_params] || {}
|
1838
1838
|
# klaviyo api revision
|
1839
|
-
header_params['revision'] = ENV['KLAVIYO_API_REVISION'] || ENV['API_REVISION'] || "2025-
|
1839
|
+
header_params['revision'] = ENV['KLAVIYO_API_REVISION'] || ENV['API_REVISION'] || "2025-07-15"
|
1840
1840
|
# HTTP header 'Accept' (if needed)
|
1841
1841
|
header_params['Accept'] = @api_client.select_header_accept(['application/vnd.api+json'])
|
1842
1842
|
|
@@ -1878,9 +1878,9 @@ module KlaviyoAPI
|
|
1878
1878
|
# Get Bulk Create Variants Jobs
|
1879
1879
|
# Get all catalog variant bulk create jobs. Returns a maximum of 100 jobs per request.<br><br>*Rate limits*:<br>Burst: `350/s`<br>Steady: `3500/m` **Scopes:** `catalogs:read`
|
1880
1880
|
# @param [Hash] opts the optional parameters
|
1881
|
-
# @option opts [Array<String>] :fields_catalog_variant_bulk_create_job For more information please visit https://developers.klaviyo.com/en/v2025-
|
1882
|
-
# @option opts [String] :filter For more information please visit https://developers.klaviyo.com/en/v2025-
|
1883
|
-
# @option opts [String] :page_cursor For more information please visit https://developers.klaviyo.com/en/v2025-
|
1881
|
+
# @option opts [Array<String>] :fields_catalog_variant_bulk_create_job For more information please visit https://developers.klaviyo.com/en/v2025-07-15/reference/api-overview#sparse-fieldsets
|
1882
|
+
# @option opts [String] :filter For more information please visit https://developers.klaviyo.com/en/v2025-07-15/reference/api-overview#filtering<br>Allowed field(s)/operator(s):<br>`status`: `equals`
|
1883
|
+
# @option opts [String] :page_cursor For more information please visit https://developers.klaviyo.com/en/v2025-07-15/reference/api-overview#pagination
|
1884
1884
|
# @return [Hash<String, Object>]
|
1885
1885
|
def get_bulk_create_variants_jobs(opts = {})
|
1886
1886
|
data, _status_code, _headers = get_bulk_create_variants_jobs_with_http_info(opts)
|
@@ -1896,9 +1896,9 @@ module KlaviyoAPI
|
|
1896
1896
|
# Get Bulk Create Variants Jobs
|
1897
1897
|
# Get all catalog variant bulk create jobs. Returns a maximum of 100 jobs per request.<br><br>*Rate limits*:<br>Burst: `350/s`<br>Steady: `3500/m` **Scopes:** `catalogs:read`
|
1898
1898
|
# @param [Hash] opts the optional parameters
|
1899
|
-
# @option opts [Array<String>] :fields_catalog_variant_bulk_create_job For more information please visit https://developers.klaviyo.com/en/v2025-
|
1900
|
-
# @option opts [String] :filter For more information please visit https://developers.klaviyo.com/en/v2025-
|
1901
|
-
# @option opts [String] :page_cursor For more information please visit https://developers.klaviyo.com/en/v2025-
|
1899
|
+
# @option opts [Array<String>] :fields_catalog_variant_bulk_create_job For more information please visit https://developers.klaviyo.com/en/v2025-07-15/reference/api-overview#sparse-fieldsets
|
1900
|
+
# @option opts [String] :filter For more information please visit https://developers.klaviyo.com/en/v2025-07-15/reference/api-overview#filtering<br>Allowed field(s)/operator(s):<br>`status`: `equals`
|
1901
|
+
# @option opts [String] :page_cursor For more information please visit https://developers.klaviyo.com/en/v2025-07-15/reference/api-overview#pagination
|
1902
1902
|
# @return [Array<(Hash<String, Object>, Integer, Hash)>] Hash<String, Object> data, response status code and response headers
|
1903
1903
|
def get_bulk_create_variants_jobs_with_http_info(opts = {})
|
1904
1904
|
if @api_client.config.debugging
|
@@ -1920,7 +1920,7 @@ module KlaviyoAPI
|
|
1920
1920
|
# header parameters
|
1921
1921
|
header_params = opts[:header_params] || {}
|
1922
1922
|
# klaviyo api revision
|
1923
|
-
header_params['revision'] = ENV['KLAVIYO_API_REVISION'] || ENV['API_REVISION'] || "2025-
|
1923
|
+
header_params['revision'] = ENV['KLAVIYO_API_REVISION'] || ENV['API_REVISION'] || "2025-07-15"
|
1924
1924
|
# HTTP header 'Accept' (if needed)
|
1925
1925
|
header_params['Accept'] = @api_client.select_header_accept(['application/vnd.api+json'])
|
1926
1926
|
|
@@ -1963,7 +1963,7 @@ module KlaviyoAPI
|
|
1963
1963
|
# Get a catalog item bulk delete job with the given job ID.<br><br>*Rate limits*:<br>Burst: `350/s`<br>Steady: `3500/m` **Scopes:** `catalogs:read`
|
1964
1964
|
# @param job_id [String] ID of the job to retrieve.
|
1965
1965
|
# @param [Hash] opts the optional parameters
|
1966
|
-
# @option opts [Array<String>] :fields_catalog_item_bulk_delete_job For more information please visit https://developers.klaviyo.com/en/v2025-
|
1966
|
+
# @option opts [Array<String>] :fields_catalog_item_bulk_delete_job For more information please visit https://developers.klaviyo.com/en/v2025-07-15/reference/api-overview#sparse-fieldsets
|
1967
1967
|
# @return [Hash<String, Object>]
|
1968
1968
|
def get_bulk_delete_catalog_items_job(job_id, opts = {})
|
1969
1969
|
data, _status_code, _headers = get_bulk_delete_catalog_items_job_with_http_info(job_id, opts)
|
@@ -1980,7 +1980,7 @@ module KlaviyoAPI
|
|
1980
1980
|
# Get a catalog item bulk delete job with the given job ID.<br><br>*Rate limits*:<br>Burst: `350/s`<br>Steady: `3500/m` **Scopes:** `catalogs:read`
|
1981
1981
|
# @param job_id [String] ID of the job to retrieve.
|
1982
1982
|
# @param [Hash] opts the optional parameters
|
1983
|
-
# @option opts [Array<String>] :fields_catalog_item_bulk_delete_job For more information please visit https://developers.klaviyo.com/en/v2025-
|
1983
|
+
# @option opts [Array<String>] :fields_catalog_item_bulk_delete_job For more information please visit https://developers.klaviyo.com/en/v2025-07-15/reference/api-overview#sparse-fieldsets
|
1984
1984
|
# @return [Array<(Hash<String, Object>, Integer, Hash)>] Hash<String, Object> data, response status code and response headers
|
1985
1985
|
def get_bulk_delete_catalog_items_job_with_http_info(job_id, opts = {})
|
1986
1986
|
if @api_client.config.debugging
|
@@ -2004,7 +2004,7 @@ module KlaviyoAPI
|
|
2004
2004
|
# header parameters
|
2005
2005
|
header_params = opts[:header_params] || {}
|
2006
2006
|
# klaviyo api revision
|
2007
|
-
header_params['revision'] = ENV['KLAVIYO_API_REVISION'] || ENV['API_REVISION'] || "2025-
|
2007
|
+
header_params['revision'] = ENV['KLAVIYO_API_REVISION'] || ENV['API_REVISION'] || "2025-07-15"
|
2008
2008
|
# HTTP header 'Accept' (if needed)
|
2009
2009
|
header_params['Accept'] = @api_client.select_header_accept(['application/vnd.api+json'])
|
2010
2010
|
|
@@ -2046,9 +2046,9 @@ module KlaviyoAPI
|
|
2046
2046
|
# Get Bulk Delete Catalog Items Jobs
|
2047
2047
|
# Get all catalog item bulk delete jobs. Returns a maximum of 100 jobs per request.<br><br>*Rate limits*:<br>Burst: `350/s`<br>Steady: `3500/m` **Scopes:** `catalogs:read`
|
2048
2048
|
# @param [Hash] opts the optional parameters
|
2049
|
-
# @option opts [Array<String>] :fields_catalog_item_bulk_delete_job For more information please visit https://developers.klaviyo.com/en/v2025-
|
2050
|
-
# @option opts [String] :filter For more information please visit https://developers.klaviyo.com/en/v2025-
|
2051
|
-
# @option opts [String] :page_cursor For more information please visit https://developers.klaviyo.com/en/v2025-
|
2049
|
+
# @option opts [Array<String>] :fields_catalog_item_bulk_delete_job For more information please visit https://developers.klaviyo.com/en/v2025-07-15/reference/api-overview#sparse-fieldsets
|
2050
|
+
# @option opts [String] :filter For more information please visit https://developers.klaviyo.com/en/v2025-07-15/reference/api-overview#filtering<br>Allowed field(s)/operator(s):<br>`status`: `equals`
|
2051
|
+
# @option opts [String] :page_cursor For more information please visit https://developers.klaviyo.com/en/v2025-07-15/reference/api-overview#pagination
|
2052
2052
|
# @return [Hash<String, Object>]
|
2053
2053
|
def get_bulk_delete_catalog_items_jobs(opts = {})
|
2054
2054
|
data, _status_code, _headers = get_bulk_delete_catalog_items_jobs_with_http_info(opts)
|
@@ -2064,9 +2064,9 @@ module KlaviyoAPI
|
|
2064
2064
|
# Get Bulk Delete Catalog Items Jobs
|
2065
2065
|
# Get all catalog item bulk delete jobs. Returns a maximum of 100 jobs per request.<br><br>*Rate limits*:<br>Burst: `350/s`<br>Steady: `3500/m` **Scopes:** `catalogs:read`
|
2066
2066
|
# @param [Hash] opts the optional parameters
|
2067
|
-
# @option opts [Array<String>] :fields_catalog_item_bulk_delete_job For more information please visit https://developers.klaviyo.com/en/v2025-
|
2068
|
-
# @option opts [String] :filter For more information please visit https://developers.klaviyo.com/en/v2025-
|
2069
|
-
# @option opts [String] :page_cursor For more information please visit https://developers.klaviyo.com/en/v2025-
|
2067
|
+
# @option opts [Array<String>] :fields_catalog_item_bulk_delete_job For more information please visit https://developers.klaviyo.com/en/v2025-07-15/reference/api-overview#sparse-fieldsets
|
2068
|
+
# @option opts [String] :filter For more information please visit https://developers.klaviyo.com/en/v2025-07-15/reference/api-overview#filtering<br>Allowed field(s)/operator(s):<br>`status`: `equals`
|
2069
|
+
# @option opts [String] :page_cursor For more information please visit https://developers.klaviyo.com/en/v2025-07-15/reference/api-overview#pagination
|
2070
2070
|
# @return [Array<(Hash<String, Object>, Integer, Hash)>] Hash<String, Object> data, response status code and response headers
|
2071
2071
|
def get_bulk_delete_catalog_items_jobs_with_http_info(opts = {})
|
2072
2072
|
if @api_client.config.debugging
|
@@ -2088,7 +2088,7 @@ module KlaviyoAPI
|
|
2088
2088
|
# header parameters
|
2089
2089
|
header_params = opts[:header_params] || {}
|
2090
2090
|
# klaviyo api revision
|
2091
|
-
header_params['revision'] = ENV['KLAVIYO_API_REVISION'] || ENV['API_REVISION'] || "2025-
|
2091
|
+
header_params['revision'] = ENV['KLAVIYO_API_REVISION'] || ENV['API_REVISION'] || "2025-07-15"
|
2092
2092
|
# HTTP header 'Accept' (if needed)
|
2093
2093
|
header_params['Accept'] = @api_client.select_header_accept(['application/vnd.api+json'])
|
2094
2094
|
|
@@ -2131,7 +2131,7 @@ module KlaviyoAPI
|
|
2131
2131
|
# Get a catalog category bulk delete job with the given job ID.<br><br>*Rate limits*:<br>Burst: `350/s`<br>Steady: `3500/m` **Scopes:** `catalogs:read`
|
2132
2132
|
# @param job_id [String] ID of the job to retrieve.
|
2133
2133
|
# @param [Hash] opts the optional parameters
|
2134
|
-
# @option opts [Array<String>] :fields_catalog_category_bulk_delete_job For more information please visit https://developers.klaviyo.com/en/v2025-
|
2134
|
+
# @option opts [Array<String>] :fields_catalog_category_bulk_delete_job For more information please visit https://developers.klaviyo.com/en/v2025-07-15/reference/api-overview#sparse-fieldsets
|
2135
2135
|
# @return [Hash<String, Object>]
|
2136
2136
|
def get_bulk_delete_categories_job(job_id, opts = {})
|
2137
2137
|
data, _status_code, _headers = get_bulk_delete_categories_job_with_http_info(job_id, opts)
|
@@ -2148,7 +2148,7 @@ module KlaviyoAPI
|
|
2148
2148
|
# Get a catalog category bulk delete job with the given job ID.<br><br>*Rate limits*:<br>Burst: `350/s`<br>Steady: `3500/m` **Scopes:** `catalogs:read`
|
2149
2149
|
# @param job_id [String] ID of the job to retrieve.
|
2150
2150
|
# @param [Hash] opts the optional parameters
|
2151
|
-
# @option opts [Array<String>] :fields_catalog_category_bulk_delete_job For more information please visit https://developers.klaviyo.com/en/v2025-
|
2151
|
+
# @option opts [Array<String>] :fields_catalog_category_bulk_delete_job For more information please visit https://developers.klaviyo.com/en/v2025-07-15/reference/api-overview#sparse-fieldsets
|
2152
2152
|
# @return [Array<(Hash<String, Object>, Integer, Hash)>] Hash<String, Object> data, response status code and response headers
|
2153
2153
|
def get_bulk_delete_categories_job_with_http_info(job_id, opts = {})
|
2154
2154
|
if @api_client.config.debugging
|
@@ -2172,7 +2172,7 @@ module KlaviyoAPI
|
|
2172
2172
|
# header parameters
|
2173
2173
|
header_params = opts[:header_params] || {}
|
2174
2174
|
# klaviyo api revision
|
2175
|
-
header_params['revision'] = ENV['KLAVIYO_API_REVISION'] || ENV['API_REVISION'] || "2025-
|
2175
|
+
header_params['revision'] = ENV['KLAVIYO_API_REVISION'] || ENV['API_REVISION'] || "2025-07-15"
|
2176
2176
|
# HTTP header 'Accept' (if needed)
|
2177
2177
|
header_params['Accept'] = @api_client.select_header_accept(['application/vnd.api+json'])
|
2178
2178
|
|
@@ -2214,9 +2214,9 @@ module KlaviyoAPI
|
|
2214
2214
|
# Get Bulk Delete Categories Jobs
|
2215
2215
|
# Get all catalog category bulk delete jobs. Returns a maximum of 100 jobs per request.<br><br>*Rate limits*:<br>Burst: `350/s`<br>Steady: `3500/m` **Scopes:** `catalogs:read`
|
2216
2216
|
# @param [Hash] opts the optional parameters
|
2217
|
-
# @option opts [Array<String>] :fields_catalog_category_bulk_delete_job For more information please visit https://developers.klaviyo.com/en/v2025-
|
2218
|
-
# @option opts [String] :filter For more information please visit https://developers.klaviyo.com/en/v2025-
|
2219
|
-
# @option opts [String] :page_cursor For more information please visit https://developers.klaviyo.com/en/v2025-
|
2217
|
+
# @option opts [Array<String>] :fields_catalog_category_bulk_delete_job For more information please visit https://developers.klaviyo.com/en/v2025-07-15/reference/api-overview#sparse-fieldsets
|
2218
|
+
# @option opts [String] :filter For more information please visit https://developers.klaviyo.com/en/v2025-07-15/reference/api-overview#filtering<br>Allowed field(s)/operator(s):<br>`status`: `equals`
|
2219
|
+
# @option opts [String] :page_cursor For more information please visit https://developers.klaviyo.com/en/v2025-07-15/reference/api-overview#pagination
|
2220
2220
|
# @return [Hash<String, Object>]
|
2221
2221
|
def get_bulk_delete_categories_jobs(opts = {})
|
2222
2222
|
data, _status_code, _headers = get_bulk_delete_categories_jobs_with_http_info(opts)
|
@@ -2232,9 +2232,9 @@ module KlaviyoAPI
|
|
2232
2232
|
# Get Bulk Delete Categories Jobs
|
2233
2233
|
# Get all catalog category bulk delete jobs. Returns a maximum of 100 jobs per request.<br><br>*Rate limits*:<br>Burst: `350/s`<br>Steady: `3500/m` **Scopes:** `catalogs:read`
|
2234
2234
|
# @param [Hash] opts the optional parameters
|
2235
|
-
# @option opts [Array<String>] :fields_catalog_category_bulk_delete_job For more information please visit https://developers.klaviyo.com/en/v2025-
|
2236
|
-
# @option opts [String] :filter For more information please visit https://developers.klaviyo.com/en/v2025-
|
2237
|
-
# @option opts [String] :page_cursor For more information please visit https://developers.klaviyo.com/en/v2025-
|
2235
|
+
# @option opts [Array<String>] :fields_catalog_category_bulk_delete_job For more information please visit https://developers.klaviyo.com/en/v2025-07-15/reference/api-overview#sparse-fieldsets
|
2236
|
+
# @option opts [String] :filter For more information please visit https://developers.klaviyo.com/en/v2025-07-15/reference/api-overview#filtering<br>Allowed field(s)/operator(s):<br>`status`: `equals`
|
2237
|
+
# @option opts [String] :page_cursor For more information please visit https://developers.klaviyo.com/en/v2025-07-15/reference/api-overview#pagination
|
2238
2238
|
# @return [Array<(Hash<String, Object>, Integer, Hash)>] Hash<String, Object> data, response status code and response headers
|
2239
2239
|
def get_bulk_delete_categories_jobs_with_http_info(opts = {})
|
2240
2240
|
if @api_client.config.debugging
|
@@ -2256,7 +2256,7 @@ module KlaviyoAPI
|
|
2256
2256
|
# header parameters
|
2257
2257
|
header_params = opts[:header_params] || {}
|
2258
2258
|
# klaviyo api revision
|
2259
|
-
header_params['revision'] = ENV['KLAVIYO_API_REVISION'] || ENV['API_REVISION'] || "2025-
|
2259
|
+
header_params['revision'] = ENV['KLAVIYO_API_REVISION'] || ENV['API_REVISION'] || "2025-07-15"
|
2260
2260
|
# HTTP header 'Accept' (if needed)
|
2261
2261
|
header_params['Accept'] = @api_client.select_header_accept(['application/vnd.api+json'])
|
2262
2262
|
|
@@ -2299,7 +2299,7 @@ module KlaviyoAPI
|
|
2299
2299
|
# Get a catalog variant bulk delete job with the given job ID.<br><br>*Rate limits*:<br>Burst: `350/s`<br>Steady: `3500/m` **Scopes:** `catalogs:read`
|
2300
2300
|
# @param job_id [String] ID of the job to retrieve.
|
2301
2301
|
# @param [Hash] opts the optional parameters
|
2302
|
-
# @option opts [Array<String>] :fields_catalog_variant_bulk_delete_job For more information please visit https://developers.klaviyo.com/en/v2025-
|
2302
|
+
# @option opts [Array<String>] :fields_catalog_variant_bulk_delete_job For more information please visit https://developers.klaviyo.com/en/v2025-07-15/reference/api-overview#sparse-fieldsets
|
2303
2303
|
# @return [Hash<String, Object>]
|
2304
2304
|
def get_bulk_delete_variants_job(job_id, opts = {})
|
2305
2305
|
data, _status_code, _headers = get_bulk_delete_variants_job_with_http_info(job_id, opts)
|
@@ -2316,7 +2316,7 @@ module KlaviyoAPI
|
|
2316
2316
|
# Get a catalog variant bulk delete job with the given job ID.<br><br>*Rate limits*:<br>Burst: `350/s`<br>Steady: `3500/m` **Scopes:** `catalogs:read`
|
2317
2317
|
# @param job_id [String] ID of the job to retrieve.
|
2318
2318
|
# @param [Hash] opts the optional parameters
|
2319
|
-
# @option opts [Array<String>] :fields_catalog_variant_bulk_delete_job For more information please visit https://developers.klaviyo.com/en/v2025-
|
2319
|
+
# @option opts [Array<String>] :fields_catalog_variant_bulk_delete_job For more information please visit https://developers.klaviyo.com/en/v2025-07-15/reference/api-overview#sparse-fieldsets
|
2320
2320
|
# @return [Array<(Hash<String, Object>, Integer, Hash)>] Hash<String, Object> data, response status code and response headers
|
2321
2321
|
def get_bulk_delete_variants_job_with_http_info(job_id, opts = {})
|
2322
2322
|
if @api_client.config.debugging
|
@@ -2340,7 +2340,7 @@ module KlaviyoAPI
|
|
2340
2340
|
# header parameters
|
2341
2341
|
header_params = opts[:header_params] || {}
|
2342
2342
|
# klaviyo api revision
|
2343
|
-
header_params['revision'] = ENV['KLAVIYO_API_REVISION'] || ENV['API_REVISION'] || "2025-
|
2343
|
+
header_params['revision'] = ENV['KLAVIYO_API_REVISION'] || ENV['API_REVISION'] || "2025-07-15"
|
2344
2344
|
# HTTP header 'Accept' (if needed)
|
2345
2345
|
header_params['Accept'] = @api_client.select_header_accept(['application/vnd.api+json'])
|
2346
2346
|
|
@@ -2382,9 +2382,9 @@ module KlaviyoAPI
|
|
2382
2382
|
# Get Bulk Delete Variants Jobs
|
2383
2383
|
# Get all catalog variant bulk delete jobs. Returns a maximum of 100 jobs per request.<br><br>*Rate limits*:<br>Burst: `350/s`<br>Steady: `3500/m` **Scopes:** `catalogs:read`
|
2384
2384
|
# @param [Hash] opts the optional parameters
|
2385
|
-
# @option opts [Array<String>] :fields_catalog_variant_bulk_delete_job For more information please visit https://developers.klaviyo.com/en/v2025-
|
2386
|
-
# @option opts [String] :filter For more information please visit https://developers.klaviyo.com/en/v2025-
|
2387
|
-
# @option opts [String] :page_cursor For more information please visit https://developers.klaviyo.com/en/v2025-
|
2385
|
+
# @option opts [Array<String>] :fields_catalog_variant_bulk_delete_job For more information please visit https://developers.klaviyo.com/en/v2025-07-15/reference/api-overview#sparse-fieldsets
|
2386
|
+
# @option opts [String] :filter For more information please visit https://developers.klaviyo.com/en/v2025-07-15/reference/api-overview#filtering<br>Allowed field(s)/operator(s):<br>`status`: `equals`
|
2387
|
+
# @option opts [String] :page_cursor For more information please visit https://developers.klaviyo.com/en/v2025-07-15/reference/api-overview#pagination
|
2388
2388
|
# @return [Hash<String, Object>]
|
2389
2389
|
def get_bulk_delete_variants_jobs(opts = {})
|
2390
2390
|
data, _status_code, _headers = get_bulk_delete_variants_jobs_with_http_info(opts)
|
@@ -2400,9 +2400,9 @@ module KlaviyoAPI
|
|
2400
2400
|
# Get Bulk Delete Variants Jobs
|
2401
2401
|
# Get all catalog variant bulk delete jobs. Returns a maximum of 100 jobs per request.<br><br>*Rate limits*:<br>Burst: `350/s`<br>Steady: `3500/m` **Scopes:** `catalogs:read`
|
2402
2402
|
# @param [Hash] opts the optional parameters
|
2403
|
-
# @option opts [Array<String>] :fields_catalog_variant_bulk_delete_job For more information please visit https://developers.klaviyo.com/en/v2025-
|
2404
|
-
# @option opts [String] :filter For more information please visit https://developers.klaviyo.com/en/v2025-
|
2405
|
-
# @option opts [String] :page_cursor For more information please visit https://developers.klaviyo.com/en/v2025-
|
2403
|
+
# @option opts [Array<String>] :fields_catalog_variant_bulk_delete_job For more information please visit https://developers.klaviyo.com/en/v2025-07-15/reference/api-overview#sparse-fieldsets
|
2404
|
+
# @option opts [String] :filter For more information please visit https://developers.klaviyo.com/en/v2025-07-15/reference/api-overview#filtering<br>Allowed field(s)/operator(s):<br>`status`: `equals`
|
2405
|
+
# @option opts [String] :page_cursor For more information please visit https://developers.klaviyo.com/en/v2025-07-15/reference/api-overview#pagination
|
2406
2406
|
# @return [Array<(Hash<String, Object>, Integer, Hash)>] Hash<String, Object> data, response status code and response headers
|
2407
2407
|
def get_bulk_delete_variants_jobs_with_http_info(opts = {})
|
2408
2408
|
if @api_client.config.debugging
|
@@ -2424,7 +2424,7 @@ module KlaviyoAPI
|
|
2424
2424
|
# header parameters
|
2425
2425
|
header_params = opts[:header_params] || {}
|
2426
2426
|
# klaviyo api revision
|
2427
|
-
header_params['revision'] = ENV['KLAVIYO_API_REVISION'] || ENV['API_REVISION'] || "2025-
|
2427
|
+
header_params['revision'] = ENV['KLAVIYO_API_REVISION'] || ENV['API_REVISION'] || "2025-07-15"
|
2428
2428
|
# HTTP header 'Accept' (if needed)
|
2429
2429
|
header_params['Accept'] = @api_client.select_header_accept(['application/vnd.api+json'])
|
2430
2430
|
|
@@ -2467,9 +2467,9 @@ module KlaviyoAPI
|
|
2467
2467
|
# Get a catalog item bulk update job with the given job ID. An `include` parameter can be provided to get the following related resource data: `items`.<br><br>*Rate limits*:<br>Burst: `350/s`<br>Steady: `3500/m` **Scopes:** `catalogs:read`
|
2468
2468
|
# @param job_id [String] ID of the job to retrieve.
|
2469
2469
|
# @param [Hash] opts the optional parameters
|
2470
|
-
# @option opts [Array<String>] :fields_catalog_item_bulk_update_job For more information please visit https://developers.klaviyo.com/en/v2025-
|
2471
|
-
# @option opts [Array<String>] :fields_catalog_item For more information please visit https://developers.klaviyo.com/en/v2025-
|
2472
|
-
# @option opts [Array<String>] :include For more information please visit https://developers.klaviyo.com/en/v2025-
|
2470
|
+
# @option opts [Array<String>] :fields_catalog_item_bulk_update_job For more information please visit https://developers.klaviyo.com/en/v2025-07-15/reference/api-overview#sparse-fieldsets
|
2471
|
+
# @option opts [Array<String>] :fields_catalog_item For more information please visit https://developers.klaviyo.com/en/v2025-07-15/reference/api-overview#sparse-fieldsets
|
2472
|
+
# @option opts [Array<String>] :include For more information please visit https://developers.klaviyo.com/en/v2025-07-15/reference/api-overview#relationships
|
2473
2473
|
# @return [Hash<String, Object>]
|
2474
2474
|
def get_bulk_update_catalog_items_job(job_id, opts = {})
|
2475
2475
|
data, _status_code, _headers = get_bulk_update_catalog_items_job_with_http_info(job_id, opts)
|
@@ -2486,9 +2486,9 @@ module KlaviyoAPI
|
|
2486
2486
|
# Get a catalog item bulk update job with the given job ID. An `include` parameter can be provided to get the following related resource data: `items`.<br><br>*Rate limits*:<br>Burst: `350/s`<br>Steady: `3500/m` **Scopes:** `catalogs:read`
|
2487
2487
|
# @param job_id [String] ID of the job to retrieve.
|
2488
2488
|
# @param [Hash] opts the optional parameters
|
2489
|
-
# @option opts [Array<String>] :fields_catalog_item_bulk_update_job For more information please visit https://developers.klaviyo.com/en/v2025-
|
2490
|
-
# @option opts [Array<String>] :fields_catalog_item For more information please visit https://developers.klaviyo.com/en/v2025-
|
2491
|
-
# @option opts [Array<String>] :include For more information please visit https://developers.klaviyo.com/en/v2025-
|
2489
|
+
# @option opts [Array<String>] :fields_catalog_item_bulk_update_job For more information please visit https://developers.klaviyo.com/en/v2025-07-15/reference/api-overview#sparse-fieldsets
|
2490
|
+
# @option opts [Array<String>] :fields_catalog_item For more information please visit https://developers.klaviyo.com/en/v2025-07-15/reference/api-overview#sparse-fieldsets
|
2491
|
+
# @option opts [Array<String>] :include For more information please visit https://developers.klaviyo.com/en/v2025-07-15/reference/api-overview#relationships
|
2492
2492
|
# @return [Array<(Hash<String, Object>, Integer, Hash)>] Hash<String, Object> data, response status code and response headers
|
2493
2493
|
def get_bulk_update_catalog_items_job_with_http_info(job_id, opts = {})
|
2494
2494
|
if @api_client.config.debugging
|
@@ -2522,7 +2522,7 @@ module KlaviyoAPI
|
|
2522
2522
|
# header parameters
|
2523
2523
|
header_params = opts[:header_params] || {}
|
2524
2524
|
# klaviyo api revision
|
2525
|
-
header_params['revision'] = ENV['KLAVIYO_API_REVISION'] || ENV['API_REVISION'] || "2025-
|
2525
|
+
header_params['revision'] = ENV['KLAVIYO_API_REVISION'] || ENV['API_REVISION'] || "2025-07-15"
|
2526
2526
|
# HTTP header 'Accept' (if needed)
|
2527
2527
|
header_params['Accept'] = @api_client.select_header_accept(['application/vnd.api+json'])
|
2528
2528
|
|
@@ -2564,9 +2564,9 @@ module KlaviyoAPI
|
|
2564
2564
|
# Get Bulk Update Catalog Items Jobs
|
2565
2565
|
# Get all catalog item bulk update jobs. Returns a maximum of 100 jobs per request.<br><br>*Rate limits*:<br>Burst: `350/s`<br>Steady: `3500/m` **Scopes:** `catalogs:read`
|
2566
2566
|
# @param [Hash] opts the optional parameters
|
2567
|
-
# @option opts [Array<String>] :fields_catalog_item_bulk_update_job For more information please visit https://developers.klaviyo.com/en/v2025-
|
2568
|
-
# @option opts [String] :filter For more information please visit https://developers.klaviyo.com/en/v2025-
|
2569
|
-
# @option opts [String] :page_cursor For more information please visit https://developers.klaviyo.com/en/v2025-
|
2567
|
+
# @option opts [Array<String>] :fields_catalog_item_bulk_update_job For more information please visit https://developers.klaviyo.com/en/v2025-07-15/reference/api-overview#sparse-fieldsets
|
2568
|
+
# @option opts [String] :filter For more information please visit https://developers.klaviyo.com/en/v2025-07-15/reference/api-overview#filtering<br>Allowed field(s)/operator(s):<br>`status`: `equals`
|
2569
|
+
# @option opts [String] :page_cursor For more information please visit https://developers.klaviyo.com/en/v2025-07-15/reference/api-overview#pagination
|
2570
2570
|
# @return [Hash<String, Object>]
|
2571
2571
|
def get_bulk_update_catalog_items_jobs(opts = {})
|
2572
2572
|
data, _status_code, _headers = get_bulk_update_catalog_items_jobs_with_http_info(opts)
|
@@ -2582,9 +2582,9 @@ module KlaviyoAPI
|
|
2582
2582
|
# Get Bulk Update Catalog Items Jobs
|
2583
2583
|
# Get all catalog item bulk update jobs. Returns a maximum of 100 jobs per request.<br><br>*Rate limits*:<br>Burst: `350/s`<br>Steady: `3500/m` **Scopes:** `catalogs:read`
|
2584
2584
|
# @param [Hash] opts the optional parameters
|
2585
|
-
# @option opts [Array<String>] :fields_catalog_item_bulk_update_job For more information please visit https://developers.klaviyo.com/en/v2025-
|
2586
|
-
# @option opts [String] :filter For more information please visit https://developers.klaviyo.com/en/v2025-
|
2587
|
-
# @option opts [String] :page_cursor For more information please visit https://developers.klaviyo.com/en/v2025-
|
2585
|
+
# @option opts [Array<String>] :fields_catalog_item_bulk_update_job For more information please visit https://developers.klaviyo.com/en/v2025-07-15/reference/api-overview#sparse-fieldsets
|
2586
|
+
# @option opts [String] :filter For more information please visit https://developers.klaviyo.com/en/v2025-07-15/reference/api-overview#filtering<br>Allowed field(s)/operator(s):<br>`status`: `equals`
|
2587
|
+
# @option opts [String] :page_cursor For more information please visit https://developers.klaviyo.com/en/v2025-07-15/reference/api-overview#pagination
|
2588
2588
|
# @return [Array<(Hash<String, Object>, Integer, Hash)>] Hash<String, Object> data, response status code and response headers
|
2589
2589
|
def get_bulk_update_catalog_items_jobs_with_http_info(opts = {})
|
2590
2590
|
if @api_client.config.debugging
|
@@ -2606,7 +2606,7 @@ module KlaviyoAPI
|
|
2606
2606
|
# header parameters
|
2607
2607
|
header_params = opts[:header_params] || {}
|
2608
2608
|
# klaviyo api revision
|
2609
|
-
header_params['revision'] = ENV['KLAVIYO_API_REVISION'] || ENV['API_REVISION'] || "2025-
|
2609
|
+
header_params['revision'] = ENV['KLAVIYO_API_REVISION'] || ENV['API_REVISION'] || "2025-07-15"
|
2610
2610
|
# HTTP header 'Accept' (if needed)
|
2611
2611
|
header_params['Accept'] = @api_client.select_header_accept(['application/vnd.api+json'])
|
2612
2612
|
|
@@ -2649,9 +2649,9 @@ module KlaviyoAPI
|
|
2649
2649
|
# Get a catalog category bulk update job with the given job ID. An `include` parameter can be provided to get the following related resource data: `categories`.<br><br>*Rate limits*:<br>Burst: `350/s`<br>Steady: `3500/m` **Scopes:** `catalogs:read`
|
2650
2650
|
# @param job_id [String] ID of the job to retrieve.
|
2651
2651
|
# @param [Hash] opts the optional parameters
|
2652
|
-
# @option opts [Array<String>] :fields_catalog_category_bulk_update_job For more information please visit https://developers.klaviyo.com/en/v2025-
|
2653
|
-
# @option opts [Array<String>] :fields_catalog_category For more information please visit https://developers.klaviyo.com/en/v2025-
|
2654
|
-
# @option opts [Array<String>] :include For more information please visit https://developers.klaviyo.com/en/v2025-
|
2652
|
+
# @option opts [Array<String>] :fields_catalog_category_bulk_update_job For more information please visit https://developers.klaviyo.com/en/v2025-07-15/reference/api-overview#sparse-fieldsets
|
2653
|
+
# @option opts [Array<String>] :fields_catalog_category For more information please visit https://developers.klaviyo.com/en/v2025-07-15/reference/api-overview#sparse-fieldsets
|
2654
|
+
# @option opts [Array<String>] :include For more information please visit https://developers.klaviyo.com/en/v2025-07-15/reference/api-overview#relationships
|
2655
2655
|
# @return [Hash<String, Object>]
|
2656
2656
|
def get_bulk_update_categories_job(job_id, opts = {})
|
2657
2657
|
data, _status_code, _headers = get_bulk_update_categories_job_with_http_info(job_id, opts)
|
@@ -2668,9 +2668,9 @@ module KlaviyoAPI
|
|
2668
2668
|
# Get a catalog category bulk update job with the given job ID. An `include` parameter can be provided to get the following related resource data: `categories`.<br><br>*Rate limits*:<br>Burst: `350/s`<br>Steady: `3500/m` **Scopes:** `catalogs:read`
|
2669
2669
|
# @param job_id [String] ID of the job to retrieve.
|
2670
2670
|
# @param [Hash] opts the optional parameters
|
2671
|
-
# @option opts [Array<String>] :fields_catalog_category_bulk_update_job For more information please visit https://developers.klaviyo.com/en/v2025-
|
2672
|
-
# @option opts [Array<String>] :fields_catalog_category For more information please visit https://developers.klaviyo.com/en/v2025-
|
2673
|
-
# @option opts [Array<String>] :include For more information please visit https://developers.klaviyo.com/en/v2025-
|
2671
|
+
# @option opts [Array<String>] :fields_catalog_category_bulk_update_job For more information please visit https://developers.klaviyo.com/en/v2025-07-15/reference/api-overview#sparse-fieldsets
|
2672
|
+
# @option opts [Array<String>] :fields_catalog_category For more information please visit https://developers.klaviyo.com/en/v2025-07-15/reference/api-overview#sparse-fieldsets
|
2673
|
+
# @option opts [Array<String>] :include For more information please visit https://developers.klaviyo.com/en/v2025-07-15/reference/api-overview#relationships
|
2674
2674
|
# @return [Array<(Hash<String, Object>, Integer, Hash)>] Hash<String, Object> data, response status code and response headers
|
2675
2675
|
def get_bulk_update_categories_job_with_http_info(job_id, opts = {})
|
2676
2676
|
if @api_client.config.debugging
|
@@ -2704,7 +2704,7 @@ module KlaviyoAPI
|
|
2704
2704
|
# header parameters
|
2705
2705
|
header_params = opts[:header_params] || {}
|
2706
2706
|
# klaviyo api revision
|
2707
|
-
header_params['revision'] = ENV['KLAVIYO_API_REVISION'] || ENV['API_REVISION'] || "2025-
|
2707
|
+
header_params['revision'] = ENV['KLAVIYO_API_REVISION'] || ENV['API_REVISION'] || "2025-07-15"
|
2708
2708
|
# HTTP header 'Accept' (if needed)
|
2709
2709
|
header_params['Accept'] = @api_client.select_header_accept(['application/vnd.api+json'])
|
2710
2710
|
|
@@ -2746,9 +2746,9 @@ module KlaviyoAPI
|
|
2746
2746
|
# Get Bulk Update Categories Jobs
|
2747
2747
|
# Get all catalog category bulk update jobs. Returns a maximum of 100 jobs per request.<br><br>*Rate limits*:<br>Burst: `350/s`<br>Steady: `3500/m` **Scopes:** `catalogs:read`
|
2748
2748
|
# @param [Hash] opts the optional parameters
|
2749
|
-
# @option opts [Array<String>] :fields_catalog_category_bulk_update_job For more information please visit https://developers.klaviyo.com/en/v2025-
|
2750
|
-
# @option opts [String] :filter For more information please visit https://developers.klaviyo.com/en/v2025-
|
2751
|
-
# @option opts [String] :page_cursor For more information please visit https://developers.klaviyo.com/en/v2025-
|
2749
|
+
# @option opts [Array<String>] :fields_catalog_category_bulk_update_job For more information please visit https://developers.klaviyo.com/en/v2025-07-15/reference/api-overview#sparse-fieldsets
|
2750
|
+
# @option opts [String] :filter For more information please visit https://developers.klaviyo.com/en/v2025-07-15/reference/api-overview#filtering<br>Allowed field(s)/operator(s):<br>`status`: `equals`
|
2751
|
+
# @option opts [String] :page_cursor For more information please visit https://developers.klaviyo.com/en/v2025-07-15/reference/api-overview#pagination
|
2752
2752
|
# @return [Hash<String, Object>]
|
2753
2753
|
def get_bulk_update_categories_jobs(opts = {})
|
2754
2754
|
data, _status_code, _headers = get_bulk_update_categories_jobs_with_http_info(opts)
|
@@ -2764,9 +2764,9 @@ module KlaviyoAPI
|
|
2764
2764
|
# Get Bulk Update Categories Jobs
|
2765
2765
|
# Get all catalog category bulk update jobs. Returns a maximum of 100 jobs per request.<br><br>*Rate limits*:<br>Burst: `350/s`<br>Steady: `3500/m` **Scopes:** `catalogs:read`
|
2766
2766
|
# @param [Hash] opts the optional parameters
|
2767
|
-
# @option opts [Array<String>] :fields_catalog_category_bulk_update_job For more information please visit https://developers.klaviyo.com/en/v2025-
|
2768
|
-
# @option opts [String] :filter For more information please visit https://developers.klaviyo.com/en/v2025-
|
2769
|
-
# @option opts [String] :page_cursor For more information please visit https://developers.klaviyo.com/en/v2025-
|
2767
|
+
# @option opts [Array<String>] :fields_catalog_category_bulk_update_job For more information please visit https://developers.klaviyo.com/en/v2025-07-15/reference/api-overview#sparse-fieldsets
|
2768
|
+
# @option opts [String] :filter For more information please visit https://developers.klaviyo.com/en/v2025-07-15/reference/api-overview#filtering<br>Allowed field(s)/operator(s):<br>`status`: `equals`
|
2769
|
+
# @option opts [String] :page_cursor For more information please visit https://developers.klaviyo.com/en/v2025-07-15/reference/api-overview#pagination
|
2770
2770
|
# @return [Array<(Hash<String, Object>, Integer, Hash)>] Hash<String, Object> data, response status code and response headers
|
2771
2771
|
def get_bulk_update_categories_jobs_with_http_info(opts = {})
|
2772
2772
|
if @api_client.config.debugging
|
@@ -2788,7 +2788,7 @@ module KlaviyoAPI
|
|
2788
2788
|
# header parameters
|
2789
2789
|
header_params = opts[:header_params] || {}
|
2790
2790
|
# klaviyo api revision
|
2791
|
-
header_params['revision'] = ENV['KLAVIYO_API_REVISION'] || ENV['API_REVISION'] || "2025-
|
2791
|
+
header_params['revision'] = ENV['KLAVIYO_API_REVISION'] || ENV['API_REVISION'] || "2025-07-15"
|
2792
2792
|
# HTTP header 'Accept' (if needed)
|
2793
2793
|
header_params['Accept'] = @api_client.select_header_accept(['application/vnd.api+json'])
|
2794
2794
|
|
@@ -2831,9 +2831,9 @@ module KlaviyoAPI
|
|
2831
2831
|
# Get a catalog variate bulk update job with the given job ID. An `include` parameter can be provided to get the following related resource data: `variants`.<br><br>*Rate limits*:<br>Burst: `350/s`<br>Steady: `3500/m` **Scopes:** `catalogs:read`
|
2832
2832
|
# @param job_id [String] ID of the job to retrieve.
|
2833
2833
|
# @param [Hash] opts the optional parameters
|
2834
|
-
# @option opts [Array<String>] :fields_catalog_variant_bulk_update_job For more information please visit https://developers.klaviyo.com/en/v2025-
|
2835
|
-
# @option opts [Array<String>] :fields_catalog_variant For more information please visit https://developers.klaviyo.com/en/v2025-
|
2836
|
-
# @option opts [Array<String>] :include For more information please visit https://developers.klaviyo.com/en/v2025-
|
2834
|
+
# @option opts [Array<String>] :fields_catalog_variant_bulk_update_job For more information please visit https://developers.klaviyo.com/en/v2025-07-15/reference/api-overview#sparse-fieldsets
|
2835
|
+
# @option opts [Array<String>] :fields_catalog_variant For more information please visit https://developers.klaviyo.com/en/v2025-07-15/reference/api-overview#sparse-fieldsets
|
2836
|
+
# @option opts [Array<String>] :include For more information please visit https://developers.klaviyo.com/en/v2025-07-15/reference/api-overview#relationships
|
2837
2837
|
# @return [Hash<String, Object>]
|
2838
2838
|
def get_bulk_update_variants_job(job_id, opts = {})
|
2839
2839
|
data, _status_code, _headers = get_bulk_update_variants_job_with_http_info(job_id, opts)
|
@@ -2850,9 +2850,9 @@ module KlaviyoAPI
|
|
2850
2850
|
# Get a catalog variate bulk update job with the given job ID. An `include` parameter can be provided to get the following related resource data: `variants`.<br><br>*Rate limits*:<br>Burst: `350/s`<br>Steady: `3500/m` **Scopes:** `catalogs:read`
|
2851
2851
|
# @param job_id [String] ID of the job to retrieve.
|
2852
2852
|
# @param [Hash] opts the optional parameters
|
2853
|
-
# @option opts [Array<String>] :fields_catalog_variant_bulk_update_job For more information please visit https://developers.klaviyo.com/en/v2025-
|
2854
|
-
# @option opts [Array<String>] :fields_catalog_variant For more information please visit https://developers.klaviyo.com/en/v2025-
|
2855
|
-
# @option opts [Array<String>] :include For more information please visit https://developers.klaviyo.com/en/v2025-
|
2853
|
+
# @option opts [Array<String>] :fields_catalog_variant_bulk_update_job For more information please visit https://developers.klaviyo.com/en/v2025-07-15/reference/api-overview#sparse-fieldsets
|
2854
|
+
# @option opts [Array<String>] :fields_catalog_variant For more information please visit https://developers.klaviyo.com/en/v2025-07-15/reference/api-overview#sparse-fieldsets
|
2855
|
+
# @option opts [Array<String>] :include For more information please visit https://developers.klaviyo.com/en/v2025-07-15/reference/api-overview#relationships
|
2856
2856
|
# @return [Array<(Hash<String, Object>, Integer, Hash)>] Hash<String, Object> data, response status code and response headers
|
2857
2857
|
def get_bulk_update_variants_job_with_http_info(job_id, opts = {})
|
2858
2858
|
if @api_client.config.debugging
|
@@ -2886,7 +2886,7 @@ module KlaviyoAPI
|
|
2886
2886
|
# header parameters
|
2887
2887
|
header_params = opts[:header_params] || {}
|
2888
2888
|
# klaviyo api revision
|
2889
|
-
header_params['revision'] = ENV['KLAVIYO_API_REVISION'] || ENV['API_REVISION'] || "2025-
|
2889
|
+
header_params['revision'] = ENV['KLAVIYO_API_REVISION'] || ENV['API_REVISION'] || "2025-07-15"
|
2890
2890
|
# HTTP header 'Accept' (if needed)
|
2891
2891
|
header_params['Accept'] = @api_client.select_header_accept(['application/vnd.api+json'])
|
2892
2892
|
|
@@ -2928,9 +2928,9 @@ module KlaviyoAPI
|
|
2928
2928
|
# Get Bulk Update Variants Jobs
|
2929
2929
|
# Get all catalog variant bulk update jobs. Returns a maximum of 100 jobs per request.<br><br>*Rate limits*:<br>Burst: `350/s`<br>Steady: `3500/m` **Scopes:** `catalogs:read`
|
2930
2930
|
# @param [Hash] opts the optional parameters
|
2931
|
-
# @option opts [Array<String>] :fields_catalog_variant_bulk_update_job For more information please visit https://developers.klaviyo.com/en/v2025-
|
2932
|
-
# @option opts [String] :filter For more information please visit https://developers.klaviyo.com/en/v2025-
|
2933
|
-
# @option opts [String] :page_cursor For more information please visit https://developers.klaviyo.com/en/v2025-
|
2931
|
+
# @option opts [Array<String>] :fields_catalog_variant_bulk_update_job For more information please visit https://developers.klaviyo.com/en/v2025-07-15/reference/api-overview#sparse-fieldsets
|
2932
|
+
# @option opts [String] :filter For more information please visit https://developers.klaviyo.com/en/v2025-07-15/reference/api-overview#filtering<br>Allowed field(s)/operator(s):<br>`status`: `equals`
|
2933
|
+
# @option opts [String] :page_cursor For more information please visit https://developers.klaviyo.com/en/v2025-07-15/reference/api-overview#pagination
|
2934
2934
|
# @return [Hash<String, Object>]
|
2935
2935
|
def get_bulk_update_variants_jobs(opts = {})
|
2936
2936
|
data, _status_code, _headers = get_bulk_update_variants_jobs_with_http_info(opts)
|
@@ -2946,9 +2946,9 @@ module KlaviyoAPI
|
|
2946
2946
|
# Get Bulk Update Variants Jobs
|
2947
2947
|
# Get all catalog variant bulk update jobs. Returns a maximum of 100 jobs per request.<br><br>*Rate limits*:<br>Burst: `350/s`<br>Steady: `3500/m` **Scopes:** `catalogs:read`
|
2948
2948
|
# @param [Hash] opts the optional parameters
|
2949
|
-
# @option opts [Array<String>] :fields_catalog_variant_bulk_update_job For more information please visit https://developers.klaviyo.com/en/v2025-
|
2950
|
-
# @option opts [String] :filter For more information please visit https://developers.klaviyo.com/en/v2025-
|
2951
|
-
# @option opts [String] :page_cursor For more information please visit https://developers.klaviyo.com/en/v2025-
|
2949
|
+
# @option opts [Array<String>] :fields_catalog_variant_bulk_update_job For more information please visit https://developers.klaviyo.com/en/v2025-07-15/reference/api-overview#sparse-fieldsets
|
2950
|
+
# @option opts [String] :filter For more information please visit https://developers.klaviyo.com/en/v2025-07-15/reference/api-overview#filtering<br>Allowed field(s)/operator(s):<br>`status`: `equals`
|
2951
|
+
# @option opts [String] :page_cursor For more information please visit https://developers.klaviyo.com/en/v2025-07-15/reference/api-overview#pagination
|
2952
2952
|
# @return [Array<(Hash<String, Object>, Integer, Hash)>] Hash<String, Object> data, response status code and response headers
|
2953
2953
|
def get_bulk_update_variants_jobs_with_http_info(opts = {})
|
2954
2954
|
if @api_client.config.debugging
|
@@ -2970,7 +2970,7 @@ module KlaviyoAPI
|
|
2970
2970
|
# header parameters
|
2971
2971
|
header_params = opts[:header_params] || {}
|
2972
2972
|
# klaviyo api revision
|
2973
|
-
header_params['revision'] = ENV['KLAVIYO_API_REVISION'] || ENV['API_REVISION'] || "2025-
|
2973
|
+
header_params['revision'] = ENV['KLAVIYO_API_REVISION'] || ENV['API_REVISION'] || "2025-07-15"
|
2974
2974
|
# HTTP header 'Accept' (if needed)
|
2975
2975
|
header_params['Accept'] = @api_client.select_header_accept(['application/vnd.api+json'])
|
2976
2976
|
|
@@ -3012,10 +3012,10 @@ module KlaviyoAPI
|
|
3012
3012
|
# Get Catalog Categories
|
3013
3013
|
# Get all catalog categories in an account. Catalog categories can be sorted by the following fields, in ascending and descending order: `created` Currently, the only supported integration type is `$custom`, and the only supported catalog type is `$default`. Returns a maximum of 100 categories per request.<br><br>*Rate limits*:<br>Burst: `350/s`<br>Steady: `3500/m` **Scopes:** `catalogs:read`
|
3014
3014
|
# @param [Hash] opts the optional parameters
|
3015
|
-
# @option opts [Array<String>] :fields_catalog_category For more information please visit https://developers.klaviyo.com/en/v2025-
|
3016
|
-
# @option opts [String] :filter For more information please visit https://developers.klaviyo.com/en/v2025-
|
3017
|
-
# @option opts [String] :page_cursor For more information please visit https://developers.klaviyo.com/en/v2025-
|
3018
|
-
# @option opts [String] :sort For more information please visit https://developers.klaviyo.com/en/v2025-
|
3015
|
+
# @option opts [Array<String>] :fields_catalog_category For more information please visit https://developers.klaviyo.com/en/v2025-07-15/reference/api-overview#sparse-fieldsets
|
3016
|
+
# @option opts [String] :filter For more information please visit https://developers.klaviyo.com/en/v2025-07-15/reference/api-overview#filtering<br>Allowed field(s)/operator(s):<br>`ids`: `any`<br>`item.id`: `equals`<br>`name`: `contains`
|
3017
|
+
# @option opts [String] :page_cursor For more information please visit https://developers.klaviyo.com/en/v2025-07-15/reference/api-overview#pagination
|
3018
|
+
# @option opts [String] :sort For more information please visit https://developers.klaviyo.com/en/v2025-07-15/reference/api-overview#sorting
|
3019
3019
|
# @return [Hash<String, Object>]
|
3020
3020
|
def get_catalog_categories(opts = {})
|
3021
3021
|
data, _status_code, _headers = get_catalog_categories_with_http_info(opts)
|
@@ -3025,10 +3025,10 @@ module KlaviyoAPI
|
|
3025
3025
|
# Get Catalog Categories
|
3026
3026
|
# Get all catalog categories in an account. Catalog categories can be sorted by the following fields, in ascending and descending order: `created` Currently, the only supported integration type is `$custom`, and the only supported catalog type is `$default`. Returns a maximum of 100 categories per request.<br><br>*Rate limits*:<br>Burst: `350/s`<br>Steady: `3500/m` **Scopes:** `catalogs:read`
|
3027
3027
|
# @param [Hash] opts the optional parameters
|
3028
|
-
# @option opts [Array<String>] :fields_catalog_category For more information please visit https://developers.klaviyo.com/en/v2025-
|
3029
|
-
# @option opts [String] :filter For more information please visit https://developers.klaviyo.com/en/v2025-
|
3030
|
-
# @option opts [String] :page_cursor For more information please visit https://developers.klaviyo.com/en/v2025-
|
3031
|
-
# @option opts [String] :sort For more information please visit https://developers.klaviyo.com/en/v2025-
|
3028
|
+
# @option opts [Array<String>] :fields_catalog_category For more information please visit https://developers.klaviyo.com/en/v2025-07-15/reference/api-overview#sparse-fieldsets
|
3029
|
+
# @option opts [String] :filter For more information please visit https://developers.klaviyo.com/en/v2025-07-15/reference/api-overview#filtering<br>Allowed field(s)/operator(s):<br>`ids`: `any`<br>`item.id`: `equals`<br>`name`: `contains`
|
3030
|
+
# @option opts [String] :page_cursor For more information please visit https://developers.klaviyo.com/en/v2025-07-15/reference/api-overview#pagination
|
3031
|
+
# @option opts [String] :sort For more information please visit https://developers.klaviyo.com/en/v2025-07-15/reference/api-overview#sorting
|
3032
3032
|
# @return [Array<(Hash<String, Object>, Integer, Hash)>] Hash<String, Object> data, response status code and response headers
|
3033
3033
|
def get_catalog_categories_with_http_info(opts = {})
|
3034
3034
|
if @api_client.config.debugging
|
@@ -3055,7 +3055,7 @@ module KlaviyoAPI
|
|
3055
3055
|
# header parameters
|
3056
3056
|
header_params = opts[:header_params] || {}
|
3057
3057
|
# klaviyo api revision
|
3058
|
-
header_params['revision'] = ENV['KLAVIYO_API_REVISION'] || ENV['API_REVISION'] || "2025-
|
3058
|
+
header_params['revision'] = ENV['KLAVIYO_API_REVISION'] || ENV['API_REVISION'] || "2025-07-15"
|
3059
3059
|
# HTTP header 'Accept' (if needed)
|
3060
3060
|
header_params['Accept'] = @api_client.select_header_accept(['application/vnd.api+json'])
|
3061
3061
|
|
@@ -3092,7 +3092,7 @@ module KlaviyoAPI
|
|
3092
3092
|
# Get a catalog category with the given category ID.<br><br>*Rate limits*:<br>Burst: `350/s`<br>Steady: `3500/m` **Scopes:** `catalogs:read`
|
3093
3093
|
# @param id [String] The catalog category ID is a compound ID (string), with format: `{integration}:::{catalog}:::{external_id}`. Currently, the only supported integration type is `$custom`, and the only supported catalog is `$default`.
|
3094
3094
|
# @param [Hash] opts the optional parameters
|
3095
|
-
# @option opts [Array<String>] :fields_catalog_category For more information please visit https://developers.klaviyo.com/en/v2025-
|
3095
|
+
# @option opts [Array<String>] :fields_catalog_category For more information please visit https://developers.klaviyo.com/en/v2025-07-15/reference/api-overview#sparse-fieldsets
|
3096
3096
|
# @return [Hash<String, Object>]
|
3097
3097
|
def get_catalog_category(id, opts = {})
|
3098
3098
|
data, _status_code, _headers = get_catalog_category_with_http_info(id, opts)
|
@@ -3103,7 +3103,7 @@ module KlaviyoAPI
|
|
3103
3103
|
# Get a catalog category with the given category ID.<br><br>*Rate limits*:<br>Burst: `350/s`<br>Steady: `3500/m` **Scopes:** `catalogs:read`
|
3104
3104
|
# @param id [String] The catalog category ID is a compound ID (string), with format: `{integration}:::{catalog}:::{external_id}`. Currently, the only supported integration type is `$custom`, and the only supported catalog is `$default`.
|
3105
3105
|
# @param [Hash] opts the optional parameters
|
3106
|
-
# @option opts [Array<String>] :fields_catalog_category For more information please visit https://developers.klaviyo.com/en/v2025-
|
3106
|
+
# @option opts [Array<String>] :fields_catalog_category For more information please visit https://developers.klaviyo.com/en/v2025-07-15/reference/api-overview#sparse-fieldsets
|
3107
3107
|
# @return [Array<(Hash<String, Object>, Integer, Hash)>] Hash<String, Object> data, response status code and response headers
|
3108
3108
|
def get_catalog_category_with_http_info(id, opts = {})
|
3109
3109
|
if @api_client.config.debugging
|
@@ -3127,7 +3127,7 @@ module KlaviyoAPI
|
|
3127
3127
|
# header parameters
|
3128
3128
|
header_params = opts[:header_params] || {}
|
3129
3129
|
# klaviyo api revision
|
3130
|
-
header_params['revision'] = ENV['KLAVIYO_API_REVISION'] || ENV['API_REVISION'] || "2025-
|
3130
|
+
header_params['revision'] = ENV['KLAVIYO_API_REVISION'] || ENV['API_REVISION'] || "2025-07-15"
|
3131
3131
|
# HTTP header 'Accept' (if needed)
|
3132
3132
|
header_params['Accept'] = @api_client.select_header_accept(['application/vnd.api+json'])
|
3133
3133
|
|
@@ -3164,9 +3164,9 @@ module KlaviyoAPI
|
|
3164
3164
|
# Get a specific catalog item with the given item ID.<br><br>*Rate limits*:<br>Burst: `350/s`<br>Steady: `3500/m` **Scopes:** `catalogs:read`
|
3165
3165
|
# @param id [String] The catalog item ID is a compound ID (string), with format: `{integration}:::{catalog}:::{external_id}`. Currently, the only supported integration type is `$custom`, and the only supported catalog is `$default`.
|
3166
3166
|
# @param [Hash] opts the optional parameters
|
3167
|
-
# @option opts [Array<String>] :fields_catalog_item For more information please visit https://developers.klaviyo.com/en/v2025-
|
3168
|
-
# @option opts [Array<String>] :fields_catalog_variant For more information please visit https://developers.klaviyo.com/en/v2025-
|
3169
|
-
# @option opts [Array<String>] :include For more information please visit https://developers.klaviyo.com/en/v2025-
|
3167
|
+
# @option opts [Array<String>] :fields_catalog_item For more information please visit https://developers.klaviyo.com/en/v2025-07-15/reference/api-overview#sparse-fieldsets
|
3168
|
+
# @option opts [Array<String>] :fields_catalog_variant For more information please visit https://developers.klaviyo.com/en/v2025-07-15/reference/api-overview#sparse-fieldsets
|
3169
|
+
# @option opts [Array<String>] :include For more information please visit https://developers.klaviyo.com/en/v2025-07-15/reference/api-overview#relationships
|
3170
3170
|
# @return [Hash<String, Object>]
|
3171
3171
|
def get_catalog_item(id, opts = {})
|
3172
3172
|
data, _status_code, _headers = get_catalog_item_with_http_info(id, opts)
|
@@ -3177,9 +3177,9 @@ module KlaviyoAPI
|
|
3177
3177
|
# Get a specific catalog item with the given item ID.<br><br>*Rate limits*:<br>Burst: `350/s`<br>Steady: `3500/m` **Scopes:** `catalogs:read`
|
3178
3178
|
# @param id [String] The catalog item ID is a compound ID (string), with format: `{integration}:::{catalog}:::{external_id}`. Currently, the only supported integration type is `$custom`, and the only supported catalog is `$default`.
|
3179
3179
|
# @param [Hash] opts the optional parameters
|
3180
|
-
# @option opts [Array<String>] :fields_catalog_item For more information please visit https://developers.klaviyo.com/en/v2025-
|
3181
|
-
# @option opts [Array<String>] :fields_catalog_variant For more information please visit https://developers.klaviyo.com/en/v2025-
|
3182
|
-
# @option opts [Array<String>] :include For more information please visit https://developers.klaviyo.com/en/v2025-
|
3180
|
+
# @option opts [Array<String>] :fields_catalog_item For more information please visit https://developers.klaviyo.com/en/v2025-07-15/reference/api-overview#sparse-fieldsets
|
3181
|
+
# @option opts [Array<String>] :fields_catalog_variant For more information please visit https://developers.klaviyo.com/en/v2025-07-15/reference/api-overview#sparse-fieldsets
|
3182
|
+
# @option opts [Array<String>] :include For more information please visit https://developers.klaviyo.com/en/v2025-07-15/reference/api-overview#relationships
|
3183
3183
|
# @return [Array<(Hash<String, Object>, Integer, Hash)>] Hash<String, Object> data, response status code and response headers
|
3184
3184
|
def get_catalog_item_with_http_info(id, opts = {})
|
3185
3185
|
if @api_client.config.debugging
|
@@ -3213,7 +3213,7 @@ module KlaviyoAPI
|
|
3213
3213
|
# header parameters
|
3214
3214
|
header_params = opts[:header_params] || {}
|
3215
3215
|
# klaviyo api revision
|
3216
|
-
header_params['revision'] = ENV['KLAVIYO_API_REVISION'] || ENV['API_REVISION'] || "2025-
|
3216
|
+
header_params['revision'] = ENV['KLAVIYO_API_REVISION'] || ENV['API_REVISION'] || "2025-07-15"
|
3217
3217
|
# HTTP header 'Accept' (if needed)
|
3218
3218
|
header_params['Accept'] = @api_client.select_header_accept(['application/vnd.api+json'])
|
3219
3219
|
|
@@ -3249,12 +3249,12 @@ module KlaviyoAPI
|
|
3249
3249
|
# Get Catalog Items
|
3250
3250
|
# Get all catalog items in an account. Catalog items can be sorted by the following fields, in ascending and descending order: `created` Currently, the only supported integration type is `$custom`, and the only supported catalog type is `$default`. Returns a maximum of 100 items per request.<br><br>*Rate limits*:<br>Burst: `350/s`<br>Steady: `3500/m` **Scopes:** `catalogs:read`
|
3251
3251
|
# @param [Hash] opts the optional parameters
|
3252
|
-
# @option opts [Array<String>] :fields_catalog_item For more information please visit https://developers.klaviyo.com/en/v2025-
|
3253
|
-
# @option opts [Array<String>] :fields_catalog_variant For more information please visit https://developers.klaviyo.com/en/v2025-
|
3254
|
-
# @option opts [String] :filter For more information please visit https://developers.klaviyo.com/en/v2025-
|
3255
|
-
# @option opts [Array<String>] :include For more information please visit https://developers.klaviyo.com/en/v2025-
|
3256
|
-
# @option opts [String] :page_cursor For more information please visit https://developers.klaviyo.com/en/v2025-
|
3257
|
-
# @option opts [String] :sort For more information please visit https://developers.klaviyo.com/en/v2025-
|
3252
|
+
# @option opts [Array<String>] :fields_catalog_item For more information please visit https://developers.klaviyo.com/en/v2025-07-15/reference/api-overview#sparse-fieldsets
|
3253
|
+
# @option opts [Array<String>] :fields_catalog_variant For more information please visit https://developers.klaviyo.com/en/v2025-07-15/reference/api-overview#sparse-fieldsets
|
3254
|
+
# @option opts [String] :filter For more information please visit https://developers.klaviyo.com/en/v2025-07-15/reference/api-overview#filtering<br>Allowed field(s)/operator(s):<br>`ids`: `any`<br>`category.id`: `equals`<br>`title`: `contains`<br>`published`: `equals`
|
3255
|
+
# @option opts [Array<String>] :include For more information please visit https://developers.klaviyo.com/en/v2025-07-15/reference/api-overview#relationships
|
3256
|
+
# @option opts [String] :page_cursor For more information please visit https://developers.klaviyo.com/en/v2025-07-15/reference/api-overview#pagination
|
3257
|
+
# @option opts [String] :sort For more information please visit https://developers.klaviyo.com/en/v2025-07-15/reference/api-overview#sorting
|
3258
3258
|
# @return [Hash<String, Object>]
|
3259
3259
|
def get_catalog_items(opts = {})
|
3260
3260
|
data, _status_code, _headers = get_catalog_items_with_http_info(opts)
|
@@ -3264,12 +3264,12 @@ module KlaviyoAPI
|
|
3264
3264
|
# Get Catalog Items
|
3265
3265
|
# Get all catalog items in an account. Catalog items can be sorted by the following fields, in ascending and descending order: `created` Currently, the only supported integration type is `$custom`, and the only supported catalog type is `$default`. Returns a maximum of 100 items per request.<br><br>*Rate limits*:<br>Burst: `350/s`<br>Steady: `3500/m` **Scopes:** `catalogs:read`
|
3266
3266
|
# @param [Hash] opts the optional parameters
|
3267
|
-
# @option opts [Array<String>] :fields_catalog_item For more information please visit https://developers.klaviyo.com/en/v2025-
|
3268
|
-
# @option opts [Array<String>] :fields_catalog_variant For more information please visit https://developers.klaviyo.com/en/v2025-
|
3269
|
-
# @option opts [String] :filter For more information please visit https://developers.klaviyo.com/en/v2025-
|
3270
|
-
# @option opts [Array<String>] :include For more information please visit https://developers.klaviyo.com/en/v2025-
|
3271
|
-
# @option opts [String] :page_cursor For more information please visit https://developers.klaviyo.com/en/v2025-
|
3272
|
-
# @option opts [String] :sort For more information please visit https://developers.klaviyo.com/en/v2025-
|
3267
|
+
# @option opts [Array<String>] :fields_catalog_item For more information please visit https://developers.klaviyo.com/en/v2025-07-15/reference/api-overview#sparse-fieldsets
|
3268
|
+
# @option opts [Array<String>] :fields_catalog_variant For more information please visit https://developers.klaviyo.com/en/v2025-07-15/reference/api-overview#sparse-fieldsets
|
3269
|
+
# @option opts [String] :filter For more information please visit https://developers.klaviyo.com/en/v2025-07-15/reference/api-overview#filtering<br>Allowed field(s)/operator(s):<br>`ids`: `any`<br>`category.id`: `equals`<br>`title`: `contains`<br>`published`: `equals`
|
3270
|
+
# @option opts [Array<String>] :include For more information please visit https://developers.klaviyo.com/en/v2025-07-15/reference/api-overview#relationships
|
3271
|
+
# @option opts [String] :page_cursor For more information please visit https://developers.klaviyo.com/en/v2025-07-15/reference/api-overview#pagination
|
3272
|
+
# @option opts [String] :sort For more information please visit https://developers.klaviyo.com/en/v2025-07-15/reference/api-overview#sorting
|
3273
3273
|
# @return [Array<(Hash<String, Object>, Integer, Hash)>] Hash<String, Object> data, response status code and response headers
|
3274
3274
|
def get_catalog_items_with_http_info(opts = {})
|
3275
3275
|
if @api_client.config.debugging
|
@@ -3306,7 +3306,7 @@ module KlaviyoAPI
|
|
3306
3306
|
# header parameters
|
3307
3307
|
header_params = opts[:header_params] || {}
|
3308
3308
|
# klaviyo api revision
|
3309
|
-
header_params['revision'] = ENV['KLAVIYO_API_REVISION'] || ENV['API_REVISION'] || "2025-
|
3309
|
+
header_params['revision'] = ENV['KLAVIYO_API_REVISION'] || ENV['API_REVISION'] || "2025-07-15"
|
3310
3310
|
# HTTP header 'Accept' (if needed)
|
3311
3311
|
header_params['Accept'] = @api_client.select_header_accept(['application/vnd.api+json'])
|
3312
3312
|
|
@@ -3343,7 +3343,7 @@ module KlaviyoAPI
|
|
3343
3343
|
# Get a catalog item variant with the given variant ID.<br><br>*Rate limits*:<br>Burst: `350/s`<br>Steady: `3500/m` **Scopes:** `catalogs:read`
|
3344
3344
|
# @param id [String] The catalog variant ID is a compound ID (string), with format: `{integration}:::{catalog}:::{external_id}`. Currently, the only supported integration type is `$custom`, and the only supported catalog is `$default`.
|
3345
3345
|
# @param [Hash] opts the optional parameters
|
3346
|
-
# @option opts [Array<String>] :fields_catalog_variant For more information please visit https://developers.klaviyo.com/en/v2025-
|
3346
|
+
# @option opts [Array<String>] :fields_catalog_variant For more information please visit https://developers.klaviyo.com/en/v2025-07-15/reference/api-overview#sparse-fieldsets
|
3347
3347
|
# @return [Hash<String, Object>]
|
3348
3348
|
def get_catalog_variant(id, opts = {})
|
3349
3349
|
data, _status_code, _headers = get_catalog_variant_with_http_info(id, opts)
|
@@ -3354,7 +3354,7 @@ module KlaviyoAPI
|
|
3354
3354
|
# Get a catalog item variant with the given variant ID.<br><br>*Rate limits*:<br>Burst: `350/s`<br>Steady: `3500/m` **Scopes:** `catalogs:read`
|
3355
3355
|
# @param id [String] The catalog variant ID is a compound ID (string), with format: `{integration}:::{catalog}:::{external_id}`. Currently, the only supported integration type is `$custom`, and the only supported catalog is `$default`.
|
3356
3356
|
# @param [Hash] opts the optional parameters
|
3357
|
-
# @option opts [Array<String>] :fields_catalog_variant For more information please visit https://developers.klaviyo.com/en/v2025-
|
3357
|
+
# @option opts [Array<String>] :fields_catalog_variant For more information please visit https://developers.klaviyo.com/en/v2025-07-15/reference/api-overview#sparse-fieldsets
|
3358
3358
|
# @return [Array<(Hash<String, Object>, Integer, Hash)>] Hash<String, Object> data, response status code and response headers
|
3359
3359
|
def get_catalog_variant_with_http_info(id, opts = {})
|
3360
3360
|
if @api_client.config.debugging
|
@@ -3378,7 +3378,7 @@ module KlaviyoAPI
|
|
3378
3378
|
# header parameters
|
3379
3379
|
header_params = opts[:header_params] || {}
|
3380
3380
|
# klaviyo api revision
|
3381
|
-
header_params['revision'] = ENV['KLAVIYO_API_REVISION'] || ENV['API_REVISION'] || "2025-
|
3381
|
+
header_params['revision'] = ENV['KLAVIYO_API_REVISION'] || ENV['API_REVISION'] || "2025-07-15"
|
3382
3382
|
# HTTP header 'Accept' (if needed)
|
3383
3383
|
header_params['Accept'] = @api_client.select_header_accept(['application/vnd.api+json'])
|
3384
3384
|
|
@@ -3414,10 +3414,10 @@ module KlaviyoAPI
|
|
3414
3414
|
# Get Catalog Variants
|
3415
3415
|
# Get all variants in an account. Variants can be sorted by the following fields, in ascending and descending order: `created` Currently, the only supported integration type is `$custom`, and the only supported catalog type is `$default`. Returns a maximum of 100 variants per request.<br><br>*Rate limits*:<br>Burst: `350/s`<br>Steady: `3500/m` **Scopes:** `catalogs:read`
|
3416
3416
|
# @param [Hash] opts the optional parameters
|
3417
|
-
# @option opts [Array<String>] :fields_catalog_variant For more information please visit https://developers.klaviyo.com/en/v2025-
|
3418
|
-
# @option opts [String] :filter For more information please visit https://developers.klaviyo.com/en/v2025-
|
3419
|
-
# @option opts [String] :page_cursor For more information please visit https://developers.klaviyo.com/en/v2025-
|
3420
|
-
# @option opts [String] :sort For more information please visit https://developers.klaviyo.com/en/v2025-
|
3417
|
+
# @option opts [Array<String>] :fields_catalog_variant For more information please visit https://developers.klaviyo.com/en/v2025-07-15/reference/api-overview#sparse-fieldsets
|
3418
|
+
# @option opts [String] :filter For more information please visit https://developers.klaviyo.com/en/v2025-07-15/reference/api-overview#filtering<br>Allowed field(s)/operator(s):<br>`ids`: `any`<br>`item.id`: `equals`<br>`sku`: `equals`<br>`title`: `contains`<br>`published`: `equals`
|
3419
|
+
# @option opts [String] :page_cursor For more information please visit https://developers.klaviyo.com/en/v2025-07-15/reference/api-overview#pagination
|
3420
|
+
# @option opts [String] :sort For more information please visit https://developers.klaviyo.com/en/v2025-07-15/reference/api-overview#sorting
|
3421
3421
|
# @return [Hash<String, Object>]
|
3422
3422
|
def get_catalog_variants(opts = {})
|
3423
3423
|
data, _status_code, _headers = get_catalog_variants_with_http_info(opts)
|
@@ -3427,10 +3427,10 @@ module KlaviyoAPI
|
|
3427
3427
|
# Get Catalog Variants
|
3428
3428
|
# Get all variants in an account. Variants can be sorted by the following fields, in ascending and descending order: `created` Currently, the only supported integration type is `$custom`, and the only supported catalog type is `$default`. Returns a maximum of 100 variants per request.<br><br>*Rate limits*:<br>Burst: `350/s`<br>Steady: `3500/m` **Scopes:** `catalogs:read`
|
3429
3429
|
# @param [Hash] opts the optional parameters
|
3430
|
-
# @option opts [Array<String>] :fields_catalog_variant For more information please visit https://developers.klaviyo.com/en/v2025-
|
3431
|
-
# @option opts [String] :filter For more information please visit https://developers.klaviyo.com/en/v2025-
|
3432
|
-
# @option opts [String] :page_cursor For more information please visit https://developers.klaviyo.com/en/v2025-
|
3433
|
-
# @option opts [String] :sort For more information please visit https://developers.klaviyo.com/en/v2025-
|
3430
|
+
# @option opts [Array<String>] :fields_catalog_variant For more information please visit https://developers.klaviyo.com/en/v2025-07-15/reference/api-overview#sparse-fieldsets
|
3431
|
+
# @option opts [String] :filter For more information please visit https://developers.klaviyo.com/en/v2025-07-15/reference/api-overview#filtering<br>Allowed field(s)/operator(s):<br>`ids`: `any`<br>`item.id`: `equals`<br>`sku`: `equals`<br>`title`: `contains`<br>`published`: `equals`
|
3432
|
+
# @option opts [String] :page_cursor For more information please visit https://developers.klaviyo.com/en/v2025-07-15/reference/api-overview#pagination
|
3433
|
+
# @option opts [String] :sort For more information please visit https://developers.klaviyo.com/en/v2025-07-15/reference/api-overview#sorting
|
3434
3434
|
# @return [Array<(Hash<String, Object>, Integer, Hash)>] Hash<String, Object> data, response status code and response headers
|
3435
3435
|
def get_catalog_variants_with_http_info(opts = {})
|
3436
3436
|
if @api_client.config.debugging
|
@@ -3457,7 +3457,7 @@ module KlaviyoAPI
|
|
3457
3457
|
# header parameters
|
3458
3458
|
header_params = opts[:header_params] || {}
|
3459
3459
|
# klaviyo api revision
|
3460
|
-
header_params['revision'] = ENV['KLAVIYO_API_REVISION'] || ENV['API_REVISION'] || "2025-
|
3460
|
+
header_params['revision'] = ENV['KLAVIYO_API_REVISION'] || ENV['API_REVISION'] || "2025-07-15"
|
3461
3461
|
# HTTP header 'Accept' (if needed)
|
3462
3462
|
header_params['Accept'] = @api_client.select_header_accept(['application/vnd.api+json'])
|
3463
3463
|
|
@@ -3494,10 +3494,10 @@ module KlaviyoAPI
|
|
3494
3494
|
# Get all catalog categories that an item with the given item ID is in. Catalog categories can be sorted by the following fields, in ascending and descending order: `created` Returns a maximum of 100 categories per request.<br><br>*Rate limits*:<br>Burst: `350/s`<br>Steady: `3500/m` **Scopes:** `catalogs:read`
|
3495
3495
|
# @param id [String] The catalog item ID is a compound ID (string), with format: `{integration}:::{catalog}:::{external_id}`. Currently, the only supported integration type is `$custom`, and the only supported catalog is `$default`.
|
3496
3496
|
# @param [Hash] opts the optional parameters
|
3497
|
-
# @option opts [Array<String>] :fields_catalog_category For more information please visit https://developers.klaviyo.com/en/v2025-
|
3498
|
-
# @option opts [String] :filter For more information please visit https://developers.klaviyo.com/en/v2025-
|
3499
|
-
# @option opts [String] :page_cursor For more information please visit https://developers.klaviyo.com/en/v2025-
|
3500
|
-
# @option opts [String] :sort For more information please visit https://developers.klaviyo.com/en/v2025-
|
3497
|
+
# @option opts [Array<String>] :fields_catalog_category For more information please visit https://developers.klaviyo.com/en/v2025-07-15/reference/api-overview#sparse-fieldsets
|
3498
|
+
# @option opts [String] :filter For more information please visit https://developers.klaviyo.com/en/v2025-07-15/reference/api-overview#filtering<br>Allowed field(s)/operator(s):<br>`ids`: `any`<br>`item.id`: `equals`<br>`name`: `contains`
|
3499
|
+
# @option opts [String] :page_cursor For more information please visit https://developers.klaviyo.com/en/v2025-07-15/reference/api-overview#pagination
|
3500
|
+
# @option opts [String] :sort For more information please visit https://developers.klaviyo.com/en/v2025-07-15/reference/api-overview#sorting
|
3501
3501
|
# @return [Hash<String, Object>]
|
3502
3502
|
def get_categories_for_catalog_item(id, opts = {})
|
3503
3503
|
data, _status_code, _headers = get_categories_for_catalog_item_with_http_info(id, opts)
|
@@ -3511,10 +3511,10 @@ module KlaviyoAPI
|
|
3511
3511
|
# Get all catalog categories that an item with the given item ID is in. Catalog categories can be sorted by the following fields, in ascending and descending order: `created` Returns a maximum of 100 categories per request.<br><br>*Rate limits*:<br>Burst: `350/s`<br>Steady: `3500/m` **Scopes:** `catalogs:read`
|
3512
3512
|
# @param id [String] The catalog item ID is a compound ID (string), with format: `{integration}:::{catalog}:::{external_id}`. Currently, the only supported integration type is `$custom`, and the only supported catalog is `$default`.
|
3513
3513
|
# @param [Hash] opts the optional parameters
|
3514
|
-
# @option opts [Array<String>] :fields_catalog_category For more information please visit https://developers.klaviyo.com/en/v2025-
|
3515
|
-
# @option opts [String] :filter For more information please visit https://developers.klaviyo.com/en/v2025-
|
3516
|
-
# @option opts [String] :page_cursor For more information please visit https://developers.klaviyo.com/en/v2025-
|
3517
|
-
# @option opts [String] :sort For more information please visit https://developers.klaviyo.com/en/v2025-
|
3514
|
+
# @option opts [Array<String>] :fields_catalog_category For more information please visit https://developers.klaviyo.com/en/v2025-07-15/reference/api-overview#sparse-fieldsets
|
3515
|
+
# @option opts [String] :filter For more information please visit https://developers.klaviyo.com/en/v2025-07-15/reference/api-overview#filtering<br>Allowed field(s)/operator(s):<br>`ids`: `any`<br>`item.id`: `equals`<br>`name`: `contains`
|
3516
|
+
# @option opts [String] :page_cursor For more information please visit https://developers.klaviyo.com/en/v2025-07-15/reference/api-overview#pagination
|
3517
|
+
# @option opts [String] :sort For more information please visit https://developers.klaviyo.com/en/v2025-07-15/reference/api-overview#sorting
|
3518
3518
|
# @return [Array<(Hash<String, Object>, Integer, Hash)>] Hash<String, Object> data, response status code and response headers
|
3519
3519
|
def get_categories_for_catalog_item_with_http_info(id, opts = {})
|
3520
3520
|
if @api_client.config.debugging
|
@@ -3541,7 +3541,7 @@ module KlaviyoAPI
|
|
3541
3541
|
# header parameters
|
3542
3542
|
header_params = opts[:header_params] || {}
|
3543
3543
|
# klaviyo api revision
|
3544
|
-
header_params['revision'] = ENV['KLAVIYO_API_REVISION'] || ENV['API_REVISION'] || "2025-
|
3544
|
+
header_params['revision'] = ENV['KLAVIYO_API_REVISION'] || ENV['API_REVISION'] || "2025-07-15"
|
3545
3545
|
# HTTP header 'Accept' (if needed)
|
3546
3546
|
header_params['Accept'] = @api_client.select_header_accept(['application/vnd.api+json'])
|
3547
3547
|
|
@@ -3581,9 +3581,9 @@ module KlaviyoAPI
|
|
3581
3581
|
# Get all catalog categories that a particular item is in. Returns a maximum of 100 categories per request.<br><br>*Rate limits*:<br>Burst: `350/s`<br>Steady: `3500/m` **Scopes:** `catalogs:read`
|
3582
3582
|
# @param id [String] The catalog item ID is a compound ID (string), with format: `{integration}:::{catalog}:::{external_id}`. Currently, the only supported integration type is `$custom`, and the only supported catalog is `$default`.
|
3583
3583
|
# @param [Hash] opts the optional parameters
|
3584
|
-
# @option opts [String] :filter For more information please visit https://developers.klaviyo.com/en/v2025-
|
3585
|
-
# @option opts [String] :page_cursor For more information please visit https://developers.klaviyo.com/en/v2025-
|
3586
|
-
# @option opts [String] :sort For more information please visit https://developers.klaviyo.com/en/v2025-
|
3584
|
+
# @option opts [String] :filter For more information please visit https://developers.klaviyo.com/en/v2025-07-15/reference/api-overview#filtering<br>Allowed field(s)/operator(s):<br>`ids`: `any`<br>`item.id`: `equals`<br>`name`: `contains`
|
3585
|
+
# @option opts [String] :page_cursor For more information please visit https://developers.klaviyo.com/en/v2025-07-15/reference/api-overview#pagination
|
3586
|
+
# @option opts [String] :sort For more information please visit https://developers.klaviyo.com/en/v2025-07-15/reference/api-overview#sorting
|
3587
3587
|
# @return [Hash<String, Object>]
|
3588
3588
|
def get_category_ids_for_catalog_item(id, opts = {})
|
3589
3589
|
data, _status_code, _headers = get_category_ids_for_catalog_item_with_http_info(id, opts)
|
@@ -3597,9 +3597,9 @@ module KlaviyoAPI
|
|
3597
3597
|
# Get all catalog categories that a particular item is in. Returns a maximum of 100 categories per request.<br><br>*Rate limits*:<br>Burst: `350/s`<br>Steady: `3500/m` **Scopes:** `catalogs:read`
|
3598
3598
|
# @param id [String] The catalog item ID is a compound ID (string), with format: `{integration}:::{catalog}:::{external_id}`. Currently, the only supported integration type is `$custom`, and the only supported catalog is `$default`.
|
3599
3599
|
# @param [Hash] opts the optional parameters
|
3600
|
-
# @option opts [String] :filter For more information please visit https://developers.klaviyo.com/en/v2025-
|
3601
|
-
# @option opts [String] :page_cursor For more information please visit https://developers.klaviyo.com/en/v2025-
|
3602
|
-
# @option opts [String] :sort For more information please visit https://developers.klaviyo.com/en/v2025-
|
3600
|
+
# @option opts [String] :filter For more information please visit https://developers.klaviyo.com/en/v2025-07-15/reference/api-overview#filtering<br>Allowed field(s)/operator(s):<br>`ids`: `any`<br>`item.id`: `equals`<br>`name`: `contains`
|
3601
|
+
# @option opts [String] :page_cursor For more information please visit https://developers.klaviyo.com/en/v2025-07-15/reference/api-overview#pagination
|
3602
|
+
# @option opts [String] :sort For more information please visit https://developers.klaviyo.com/en/v2025-07-15/reference/api-overview#sorting
|
3603
3603
|
# @return [Array<(Hash<String, Object>, Integer, Hash)>] Hash<String, Object> data, response status code and response headers
|
3604
3604
|
def get_category_ids_for_catalog_item_with_http_info(id, opts = {})
|
3605
3605
|
if @api_client.config.debugging
|
@@ -3621,7 +3621,7 @@ module KlaviyoAPI
|
|
3621
3621
|
# header parameters
|
3622
3622
|
header_params = opts[:header_params] || {}
|
3623
3623
|
# klaviyo api revision
|
3624
|
-
header_params['revision'] = ENV['KLAVIYO_API_REVISION'] || ENV['API_REVISION'] || "2025-
|
3624
|
+
header_params['revision'] = ENV['KLAVIYO_API_REVISION'] || ENV['API_REVISION'] || "2025-07-15"
|
3625
3625
|
# HTTP header 'Accept' (if needed)
|
3626
3626
|
header_params['Accept'] = @api_client.select_header_accept(['application/vnd.api+json'])
|
3627
3627
|
|
@@ -3661,9 +3661,9 @@ module KlaviyoAPI
|
|
3661
3661
|
# Get all items in the given category ID. Returns a maximum of 100 items per request.<br><br>*Rate limits*:<br>Burst: `350/s`<br>Steady: `3500/m` **Scopes:** `catalogs:read`
|
3662
3662
|
# @param id [String] The catalog category ID is a compound ID (string), with format: `{integration}:::{catalog}:::{external_id}`. Currently, the only supported integration type is `$custom`, and the only supported catalog is `$default`.
|
3663
3663
|
# @param [Hash] opts the optional parameters
|
3664
|
-
# @option opts [String] :filter For more information please visit https://developers.klaviyo.com/en/v2025-
|
3665
|
-
# @option opts [String] :page_cursor For more information please visit https://developers.klaviyo.com/en/v2025-
|
3666
|
-
# @option opts [String] :sort For more information please visit https://developers.klaviyo.com/en/v2025-
|
3664
|
+
# @option opts [String] :filter For more information please visit https://developers.klaviyo.com/en/v2025-07-15/reference/api-overview#filtering<br>Allowed field(s)/operator(s):<br>`ids`: `any`<br>`category.id`: `equals`<br>`title`: `contains`<br>`published`: `equals`
|
3665
|
+
# @option opts [String] :page_cursor For more information please visit https://developers.klaviyo.com/en/v2025-07-15/reference/api-overview#pagination
|
3666
|
+
# @option opts [String] :sort For more information please visit https://developers.klaviyo.com/en/v2025-07-15/reference/api-overview#sorting
|
3667
3667
|
# @return [Hash<String, Object>]
|
3668
3668
|
def get_item_ids_for_catalog_category(id, opts = {})
|
3669
3669
|
data, _status_code, _headers = get_item_ids_for_catalog_category_with_http_info(id, opts)
|
@@ -3677,9 +3677,9 @@ module KlaviyoAPI
|
|
3677
3677
|
# Get all items in the given category ID. Returns a maximum of 100 items per request.<br><br>*Rate limits*:<br>Burst: `350/s`<br>Steady: `3500/m` **Scopes:** `catalogs:read`
|
3678
3678
|
# @param id [String] The catalog category ID is a compound ID (string), with format: `{integration}:::{catalog}:::{external_id}`. Currently, the only supported integration type is `$custom`, and the only supported catalog is `$default`.
|
3679
3679
|
# @param [Hash] opts the optional parameters
|
3680
|
-
# @option opts [String] :filter For more information please visit https://developers.klaviyo.com/en/v2025-
|
3681
|
-
# @option opts [String] :page_cursor For more information please visit https://developers.klaviyo.com/en/v2025-
|
3682
|
-
# @option opts [String] :sort For more information please visit https://developers.klaviyo.com/en/v2025-
|
3680
|
+
# @option opts [String] :filter For more information please visit https://developers.klaviyo.com/en/v2025-07-15/reference/api-overview#filtering<br>Allowed field(s)/operator(s):<br>`ids`: `any`<br>`category.id`: `equals`<br>`title`: `contains`<br>`published`: `equals`
|
3681
|
+
# @option opts [String] :page_cursor For more information please visit https://developers.klaviyo.com/en/v2025-07-15/reference/api-overview#pagination
|
3682
|
+
# @option opts [String] :sort For more information please visit https://developers.klaviyo.com/en/v2025-07-15/reference/api-overview#sorting
|
3683
3683
|
# @return [Array<(Hash<String, Object>, Integer, Hash)>] Hash<String, Object> data, response status code and response headers
|
3684
3684
|
def get_item_ids_for_catalog_category_with_http_info(id, opts = {})
|
3685
3685
|
if @api_client.config.debugging
|
@@ -3701,7 +3701,7 @@ module KlaviyoAPI
|
|
3701
3701
|
# header parameters
|
3702
3702
|
header_params = opts[:header_params] || {}
|
3703
3703
|
# klaviyo api revision
|
3704
|
-
header_params['revision'] = ENV['KLAVIYO_API_REVISION'] || ENV['API_REVISION'] || "2025-
|
3704
|
+
header_params['revision'] = ENV['KLAVIYO_API_REVISION'] || ENV['API_REVISION'] || "2025-07-15"
|
3705
3705
|
# HTTP header 'Accept' (if needed)
|
3706
3706
|
header_params['Accept'] = @api_client.select_header_accept(['application/vnd.api+json'])
|
3707
3707
|
|
@@ -3741,12 +3741,12 @@ module KlaviyoAPI
|
|
3741
3741
|
# Get all items in a category with the given category ID. Items can be sorted by the following fields, in ascending and descending order: `created` Returns a maximum of 100 items per request.<br><br>*Rate limits*:<br>Burst: `350/s`<br>Steady: `3500/m` **Scopes:** `catalogs:read`
|
3742
3742
|
# @param id [String] The catalog category ID is a compound ID (string), with format: `{integration}:::{catalog}:::{external_id}`. Currently, the only supported integration type is `$custom`, and the only supported catalog is `$default`.
|
3743
3743
|
# @param [Hash] opts the optional parameters
|
3744
|
-
# @option opts [Array<String>] :fields_catalog_item For more information please visit https://developers.klaviyo.com/en/v2025-
|
3745
|
-
# @option opts [Array<String>] :fields_catalog_variant For more information please visit https://developers.klaviyo.com/en/v2025-
|
3746
|
-
# @option opts [String] :filter For more information please visit https://developers.klaviyo.com/en/v2025-
|
3747
|
-
# @option opts [Array<String>] :include For more information please visit https://developers.klaviyo.com/en/v2025-
|
3748
|
-
# @option opts [String] :page_cursor For more information please visit https://developers.klaviyo.com/en/v2025-
|
3749
|
-
# @option opts [String] :sort For more information please visit https://developers.klaviyo.com/en/v2025-
|
3744
|
+
# @option opts [Array<String>] :fields_catalog_item For more information please visit https://developers.klaviyo.com/en/v2025-07-15/reference/api-overview#sparse-fieldsets
|
3745
|
+
# @option opts [Array<String>] :fields_catalog_variant For more information please visit https://developers.klaviyo.com/en/v2025-07-15/reference/api-overview#sparse-fieldsets
|
3746
|
+
# @option opts [String] :filter For more information please visit https://developers.klaviyo.com/en/v2025-07-15/reference/api-overview#filtering<br>Allowed field(s)/operator(s):<br>`ids`: `any`<br>`category.id`: `equals`<br>`title`: `contains`<br>`published`: `equals`
|
3747
|
+
# @option opts [Array<String>] :include For more information please visit https://developers.klaviyo.com/en/v2025-07-15/reference/api-overview#relationships
|
3748
|
+
# @option opts [String] :page_cursor For more information please visit https://developers.klaviyo.com/en/v2025-07-15/reference/api-overview#pagination
|
3749
|
+
# @option opts [String] :sort For more information please visit https://developers.klaviyo.com/en/v2025-07-15/reference/api-overview#sorting
|
3750
3750
|
# @return [Hash<String, Object>]
|
3751
3751
|
def get_items_for_catalog_category(id, opts = {})
|
3752
3752
|
data, _status_code, _headers = get_items_for_catalog_category_with_http_info(id, opts)
|
@@ -3760,12 +3760,12 @@ module KlaviyoAPI
|
|
3760
3760
|
# Get all items in a category with the given category ID. Items can be sorted by the following fields, in ascending and descending order: `created` Returns a maximum of 100 items per request.<br><br>*Rate limits*:<br>Burst: `350/s`<br>Steady: `3500/m` **Scopes:** `catalogs:read`
|
3761
3761
|
# @param id [String] The catalog category ID is a compound ID (string), with format: `{integration}:::{catalog}:::{external_id}`. Currently, the only supported integration type is `$custom`, and the only supported catalog is `$default`.
|
3762
3762
|
# @param [Hash] opts the optional parameters
|
3763
|
-
# @option opts [Array<String>] :fields_catalog_item For more information please visit https://developers.klaviyo.com/en/v2025-
|
3764
|
-
# @option opts [Array<String>] :fields_catalog_variant For more information please visit https://developers.klaviyo.com/en/v2025-
|
3765
|
-
# @option opts [String] :filter For more information please visit https://developers.klaviyo.com/en/v2025-
|
3766
|
-
# @option opts [Array<String>] :include For more information please visit https://developers.klaviyo.com/en/v2025-
|
3767
|
-
# @option opts [String] :page_cursor For more information please visit https://developers.klaviyo.com/en/v2025-
|
3768
|
-
# @option opts [String] :sort For more information please visit https://developers.klaviyo.com/en/v2025-
|
3763
|
+
# @option opts [Array<String>] :fields_catalog_item For more information please visit https://developers.klaviyo.com/en/v2025-07-15/reference/api-overview#sparse-fieldsets
|
3764
|
+
# @option opts [Array<String>] :fields_catalog_variant For more information please visit https://developers.klaviyo.com/en/v2025-07-15/reference/api-overview#sparse-fieldsets
|
3765
|
+
# @option opts [String] :filter For more information please visit https://developers.klaviyo.com/en/v2025-07-15/reference/api-overview#filtering<br>Allowed field(s)/operator(s):<br>`ids`: `any`<br>`category.id`: `equals`<br>`title`: `contains`<br>`published`: `equals`
|
3766
|
+
# @option opts [Array<String>] :include For more information please visit https://developers.klaviyo.com/en/v2025-07-15/reference/api-overview#relationships
|
3767
|
+
# @option opts [String] :page_cursor For more information please visit https://developers.klaviyo.com/en/v2025-07-15/reference/api-overview#pagination
|
3768
|
+
# @option opts [String] :sort For more information please visit https://developers.klaviyo.com/en/v2025-07-15/reference/api-overview#sorting
|
3769
3769
|
# @return [Array<(Hash<String, Object>, Integer, Hash)>] Hash<String, Object> data, response status code and response headers
|
3770
3770
|
def get_items_for_catalog_category_with_http_info(id, opts = {})
|
3771
3771
|
if @api_client.config.debugging
|
@@ -3802,7 +3802,7 @@ module KlaviyoAPI
|
|
3802
3802
|
# header parameters
|
3803
3803
|
header_params = opts[:header_params] || {}
|
3804
3804
|
# klaviyo api revision
|
3805
|
-
header_params['revision'] = ENV['KLAVIYO_API_REVISION'] || ENV['API_REVISION'] || "2025-
|
3805
|
+
header_params['revision'] = ENV['KLAVIYO_API_REVISION'] || ENV['API_REVISION'] || "2025-07-15"
|
3806
3806
|
# HTTP header 'Accept' (if needed)
|
3807
3807
|
header_params['Accept'] = @api_client.select_header_accept(['application/vnd.api+json'])
|
3808
3808
|
|
@@ -3842,9 +3842,9 @@ module KlaviyoAPI
|
|
3842
3842
|
# Get all variants related to the given item ID. Variants can be sorted by the following fields, in ascending and descending order: `created` Returns a maximum of 100 variants per request.<br><br>*Rate limits*:<br>Burst: `350/s`<br>Steady: `3500/m` **Scopes:** `catalogs:read`
|
3843
3843
|
# @param id [String] The catalog item ID is a compound ID (string), with format: `{integration}:::{catalog}:::{external_id}`. Currently, the only supported integration type is `$custom`, and the only supported catalog is `$default`.
|
3844
3844
|
# @param [Hash] opts the optional parameters
|
3845
|
-
# @option opts [String] :filter For more information please visit https://developers.klaviyo.com/en/v2025-
|
3846
|
-
# @option opts [String] :page_cursor For more information please visit https://developers.klaviyo.com/en/v2025-
|
3847
|
-
# @option opts [String] :sort For more information please visit https://developers.klaviyo.com/en/v2025-
|
3845
|
+
# @option opts [String] :filter For more information please visit https://developers.klaviyo.com/en/v2025-07-15/reference/api-overview#filtering<br>Allowed field(s)/operator(s):<br>`ids`: `any`<br>`item.id`: `equals`<br>`sku`: `equals`<br>`title`: `contains`<br>`published`: `equals`
|
3846
|
+
# @option opts [String] :page_cursor For more information please visit https://developers.klaviyo.com/en/v2025-07-15/reference/api-overview#pagination
|
3847
|
+
# @option opts [String] :sort For more information please visit https://developers.klaviyo.com/en/v2025-07-15/reference/api-overview#sorting
|
3848
3848
|
# @return [Hash<String, Object>]
|
3849
3849
|
def get_variant_ids_for_catalog_item(id, opts = {})
|
3850
3850
|
data, _status_code, _headers = get_variant_ids_for_catalog_item_with_http_info(id, opts)
|
@@ -3858,9 +3858,9 @@ module KlaviyoAPI
|
|
3858
3858
|
# Get all variants related to the given item ID. Variants can be sorted by the following fields, in ascending and descending order: `created` Returns a maximum of 100 variants per request.<br><br>*Rate limits*:<br>Burst: `350/s`<br>Steady: `3500/m` **Scopes:** `catalogs:read`
|
3859
3859
|
# @param id [String] The catalog item ID is a compound ID (string), with format: `{integration}:::{catalog}:::{external_id}`. Currently, the only supported integration type is `$custom`, and the only supported catalog is `$default`.
|
3860
3860
|
# @param [Hash] opts the optional parameters
|
3861
|
-
# @option opts [String] :filter For more information please visit https://developers.klaviyo.com/en/v2025-
|
3862
|
-
# @option opts [String] :page_cursor For more information please visit https://developers.klaviyo.com/en/v2025-
|
3863
|
-
# @option opts [String] :sort For more information please visit https://developers.klaviyo.com/en/v2025-
|
3861
|
+
# @option opts [String] :filter For more information please visit https://developers.klaviyo.com/en/v2025-07-15/reference/api-overview#filtering<br>Allowed field(s)/operator(s):<br>`ids`: `any`<br>`item.id`: `equals`<br>`sku`: `equals`<br>`title`: `contains`<br>`published`: `equals`
|
3862
|
+
# @option opts [String] :page_cursor For more information please visit https://developers.klaviyo.com/en/v2025-07-15/reference/api-overview#pagination
|
3863
|
+
# @option opts [String] :sort For more information please visit https://developers.klaviyo.com/en/v2025-07-15/reference/api-overview#sorting
|
3864
3864
|
# @return [Array<(Hash<String, Object>, Integer, Hash)>] Hash<String, Object> data, response status code and response headers
|
3865
3865
|
def get_variant_ids_for_catalog_item_with_http_info(id, opts = {})
|
3866
3866
|
if @api_client.config.debugging
|
@@ -3882,7 +3882,7 @@ module KlaviyoAPI
|
|
3882
3882
|
# header parameters
|
3883
3883
|
header_params = opts[:header_params] || {}
|
3884
3884
|
# klaviyo api revision
|
3885
|
-
header_params['revision'] = ENV['KLAVIYO_API_REVISION'] || ENV['API_REVISION'] || "2025-
|
3885
|
+
header_params['revision'] = ENV['KLAVIYO_API_REVISION'] || ENV['API_REVISION'] || "2025-07-15"
|
3886
3886
|
# HTTP header 'Accept' (if needed)
|
3887
3887
|
header_params['Accept'] = @api_client.select_header_accept(['application/vnd.api+json'])
|
3888
3888
|
|
@@ -3922,10 +3922,10 @@ module KlaviyoAPI
|
|
3922
3922
|
# Get all variants related to the given item ID. Variants can be sorted by the following fields, in ascending and descending order: `created` Returns a maximum of 100 variants per request.<br><br>*Rate limits*:<br>Burst: `350/s`<br>Steady: `3500/m` **Scopes:** `catalogs:read`
|
3923
3923
|
# @param id [String] The catalog item ID is a compound ID (string), with format: `{integration}:::{catalog}:::{external_id}`. Currently, the only supported integration type is `$custom`, and the only supported catalog is `$default`.
|
3924
3924
|
# @param [Hash] opts the optional parameters
|
3925
|
-
# @option opts [Array<String>] :fields_catalog_variant For more information please visit https://developers.klaviyo.com/en/v2025-
|
3926
|
-
# @option opts [String] :filter For more information please visit https://developers.klaviyo.com/en/v2025-
|
3927
|
-
# @option opts [String] :page_cursor For more information please visit https://developers.klaviyo.com/en/v2025-
|
3928
|
-
# @option opts [String] :sort For more information please visit https://developers.klaviyo.com/en/v2025-
|
3925
|
+
# @option opts [Array<String>] :fields_catalog_variant For more information please visit https://developers.klaviyo.com/en/v2025-07-15/reference/api-overview#sparse-fieldsets
|
3926
|
+
# @option opts [String] :filter For more information please visit https://developers.klaviyo.com/en/v2025-07-15/reference/api-overview#filtering<br>Allowed field(s)/operator(s):<br>`ids`: `any`<br>`item.id`: `equals`<br>`sku`: `equals`<br>`title`: `contains`<br>`published`: `equals`
|
3927
|
+
# @option opts [String] :page_cursor For more information please visit https://developers.klaviyo.com/en/v2025-07-15/reference/api-overview#pagination
|
3928
|
+
# @option opts [String] :sort For more information please visit https://developers.klaviyo.com/en/v2025-07-15/reference/api-overview#sorting
|
3929
3929
|
# @return [Hash<String, Object>]
|
3930
3930
|
def get_variants_for_catalog_item(id, opts = {})
|
3931
3931
|
data, _status_code, _headers = get_variants_for_catalog_item_with_http_info(id, opts)
|
@@ -3939,10 +3939,10 @@ module KlaviyoAPI
|
|
3939
3939
|
# Get all variants related to the given item ID. Variants can be sorted by the following fields, in ascending and descending order: `created` Returns a maximum of 100 variants per request.<br><br>*Rate limits*:<br>Burst: `350/s`<br>Steady: `3500/m` **Scopes:** `catalogs:read`
|
3940
3940
|
# @param id [String] The catalog item ID is a compound ID (string), with format: `{integration}:::{catalog}:::{external_id}`. Currently, the only supported integration type is `$custom`, and the only supported catalog is `$default`.
|
3941
3941
|
# @param [Hash] opts the optional parameters
|
3942
|
-
# @option opts [Array<String>] :fields_catalog_variant For more information please visit https://developers.klaviyo.com/en/v2025-
|
3943
|
-
# @option opts [String] :filter For more information please visit https://developers.klaviyo.com/en/v2025-
|
3944
|
-
# @option opts [String] :page_cursor For more information please visit https://developers.klaviyo.com/en/v2025-
|
3945
|
-
# @option opts [String] :sort For more information please visit https://developers.klaviyo.com/en/v2025-
|
3942
|
+
# @option opts [Array<String>] :fields_catalog_variant For more information please visit https://developers.klaviyo.com/en/v2025-07-15/reference/api-overview#sparse-fieldsets
|
3943
|
+
# @option opts [String] :filter For more information please visit https://developers.klaviyo.com/en/v2025-07-15/reference/api-overview#filtering<br>Allowed field(s)/operator(s):<br>`ids`: `any`<br>`item.id`: `equals`<br>`sku`: `equals`<br>`title`: `contains`<br>`published`: `equals`
|
3944
|
+
# @option opts [String] :page_cursor For more information please visit https://developers.klaviyo.com/en/v2025-07-15/reference/api-overview#pagination
|
3945
|
+
# @option opts [String] :sort For more information please visit https://developers.klaviyo.com/en/v2025-07-15/reference/api-overview#sorting
|
3946
3946
|
# @return [Array<(Hash<String, Object>, Integer, Hash)>] Hash<String, Object> data, response status code and response headers
|
3947
3947
|
def get_variants_for_catalog_item_with_http_info(id, opts = {})
|
3948
3948
|
if @api_client.config.debugging
|
@@ -3969,7 +3969,7 @@ module KlaviyoAPI
|
|
3969
3969
|
# header parameters
|
3970
3970
|
header_params = opts[:header_params] || {}
|
3971
3971
|
# klaviyo api revision
|
3972
|
-
header_params['revision'] = ENV['KLAVIYO_API_REVISION'] || ENV['API_REVISION'] || "2025-
|
3972
|
+
header_params['revision'] = ENV['KLAVIYO_API_REVISION'] || ENV['API_REVISION'] || "2025-07-15"
|
3973
3973
|
# HTTP header 'Accept' (if needed)
|
3974
3974
|
header_params['Accept'] = @api_client.select_header_accept(['application/vnd.api+json'])
|
3975
3975
|
|
@@ -4046,7 +4046,7 @@ module KlaviyoAPI
|
|
4046
4046
|
# header parameters
|
4047
4047
|
header_params = opts[:header_params] || {}
|
4048
4048
|
# klaviyo api revision
|
4049
|
-
header_params['revision'] = ENV['KLAVIYO_API_REVISION'] || ENV['API_REVISION'] || "2025-
|
4049
|
+
header_params['revision'] = ENV['KLAVIYO_API_REVISION'] || ENV['API_REVISION'] || "2025-07-15"
|
4050
4050
|
# HTTP header 'Accept' (if needed)
|
4051
4051
|
header_params['Accept'] = @api_client.select_header_accept(['application/vnd.api+json'])
|
4052
4052
|
# HTTP header 'Content-Type'
|
@@ -4128,7 +4128,7 @@ module KlaviyoAPI
|
|
4128
4128
|
# header parameters
|
4129
4129
|
header_params = opts[:header_params] || {}
|
4130
4130
|
# klaviyo api revision
|
4131
|
-
header_params['revision'] = ENV['KLAVIYO_API_REVISION'] || ENV['API_REVISION'] || "2025-
|
4131
|
+
header_params['revision'] = ENV['KLAVIYO_API_REVISION'] || ENV['API_REVISION'] || "2025-07-15"
|
4132
4132
|
# HTTP header 'Accept' (if needed)
|
4133
4133
|
header_params['Accept'] = @api_client.select_header_accept(['application/vnd.api+json'])
|
4134
4134
|
# HTTP header 'Content-Type'
|
@@ -4207,7 +4207,7 @@ module KlaviyoAPI
|
|
4207
4207
|
# header parameters
|
4208
4208
|
header_params = opts[:header_params] || {}
|
4209
4209
|
# klaviyo api revision
|
4210
|
-
header_params['revision'] = ENV['KLAVIYO_API_REVISION'] || ENV['API_REVISION'] || "2025-
|
4210
|
+
header_params['revision'] = ENV['KLAVIYO_API_REVISION'] || ENV['API_REVISION'] || "2025-07-15"
|
4211
4211
|
# HTTP header 'Accept' (if needed)
|
4212
4212
|
header_params['Accept'] = @api_client.select_header_accept(['application/vnd.api+json'])
|
4213
4213
|
# HTTP header 'Content-Type'
|
@@ -4283,7 +4283,7 @@ module KlaviyoAPI
|
|
4283
4283
|
# header parameters
|
4284
4284
|
header_params = opts[:header_params] || {}
|
4285
4285
|
# klaviyo api revision
|
4286
|
-
header_params['revision'] = ENV['KLAVIYO_API_REVISION'] || ENV['API_REVISION'] || "2025-
|
4286
|
+
header_params['revision'] = ENV['KLAVIYO_API_REVISION'] || ENV['API_REVISION'] || "2025-07-15"
|
4287
4287
|
# HTTP header 'Accept' (if needed)
|
4288
4288
|
header_params['Accept'] = @api_client.select_header_accept(['application/vnd.api+json'])
|
4289
4289
|
# HTTP header 'Content-Type'
|
@@ -4359,7 +4359,7 @@ module KlaviyoAPI
|
|
4359
4359
|
# header parameters
|
4360
4360
|
header_params = opts[:header_params] || {}
|
4361
4361
|
# klaviyo api revision
|
4362
|
-
header_params['revision'] = ENV['KLAVIYO_API_REVISION'] || ENV['API_REVISION'] || "2025-
|
4362
|
+
header_params['revision'] = ENV['KLAVIYO_API_REVISION'] || ENV['API_REVISION'] || "2025-07-15"
|
4363
4363
|
# HTTP header 'Accept' (if needed)
|
4364
4364
|
header_params['Accept'] = @api_client.select_header_accept(['application/vnd.api+json'])
|
4365
4365
|
# HTTP header 'Content-Type'
|
@@ -4438,7 +4438,7 @@ module KlaviyoAPI
|
|
4438
4438
|
# header parameters
|
4439
4439
|
header_params = opts[:header_params] || {}
|
4440
4440
|
# klaviyo api revision
|
4441
|
-
header_params['revision'] = ENV['KLAVIYO_API_REVISION'] || ENV['API_REVISION'] || "2025-
|
4441
|
+
header_params['revision'] = ENV['KLAVIYO_API_REVISION'] || ENV['API_REVISION'] || "2025-07-15"
|
4442
4442
|
# HTTP header 'Accept' (if needed)
|
4443
4443
|
header_params['Accept'] = @api_client.select_header_accept(['application/vnd.api+json'])
|
4444
4444
|
# HTTP header 'Content-Type'
|
@@ -4520,7 +4520,7 @@ module KlaviyoAPI
|
|
4520
4520
|
# header parameters
|
4521
4521
|
header_params = opts[:header_params] || {}
|
4522
4522
|
# klaviyo api revision
|
4523
|
-
header_params['revision'] = ENV['KLAVIYO_API_REVISION'] || ENV['API_REVISION'] || "2025-
|
4523
|
+
header_params['revision'] = ENV['KLAVIYO_API_REVISION'] || ENV['API_REVISION'] || "2025-07-15"
|
4524
4524
|
# HTTP header 'Accept' (if needed)
|
4525
4525
|
header_params['Accept'] = @api_client.select_header_accept(['application/vnd.api+json'])
|
4526
4526
|
# HTTP header 'Content-Type'
|