klaviyo-api-sdk 8.0.0 → 9.0.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -170,6 +170,9 @@ module KlaviyoAPI
170
170
  nil
171
171
  end
172
172
 
173
+ # alias of `create_catalog_category_relationships_items`
174
+ alias create_catalog_category_relationships_item create_catalog_category_relationships_items
175
+
173
176
  # Create Catalog Category Relationships Items
174
177
  # Create a new item relationship for the given category ID.<br><br>*Rate limits*:<br>Burst: `75/s`<br>Steady: `700/m` **Scopes:** `catalogs:write`
175
178
  # @param id [String]
@@ -235,6 +238,9 @@ module KlaviyoAPI
235
238
  return data, status_code, headers
236
239
  end
237
240
 
241
+ # alias of `create_catalog_category_relationships_items_with_http_info`
242
+ alias create_catalog_category_relationships_item_with_http_info create_catalog_category_relationships_items_with_http_info
243
+
238
244
  # Create Catalog Item
239
245
  # Create a new catalog item.<br><br>*Rate limits*:<br>Burst: `75/s`<br>Steady: `700/m` **Scopes:** `catalogs:write`
240
246
  # @param catalog_item_create_query [CatalogItemCreateQuery]
@@ -316,6 +322,9 @@ module KlaviyoAPI
316
322
  nil
317
323
  end
318
324
 
325
+ # alias of `create_catalog_item_relationships_categories`
326
+ alias create_catalog_item_relationships_category create_catalog_item_relationships_categories
327
+
319
328
  # Create Catalog Item Relationships Categories
320
329
  # Create a new catalog category relationship for the given item ID.&lt;br&gt;&lt;br&gt;*Rate limits*:&lt;br&gt;Burst: &#x60;75/s&#x60;&lt;br&gt;Steady: &#x60;700/m&#x60; **Scopes:** &#x60;catalogs:write&#x60;
321
330
  # @param id [String]
@@ -381,6 +390,9 @@ module KlaviyoAPI
381
390
  return data, status_code, headers
382
391
  end
383
392
 
393
+ # alias of `create_catalog_item_relationships_categories_with_http_info`
394
+ alias create_catalog_item_relationships_category_with_http_info create_catalog_item_relationships_categories_with_http_info
395
+
384
396
  # Create Catalog Variant
385
397
  # Create a new variant for a related catalog item.<br><br>*Rate limits*:<br>Burst: `75/s`<br>Steady: `700/m` **Scopes:** `catalogs:write`
386
398
  # @param catalog_variant_create_query [CatalogVariantCreateQuery]
@@ -1697,6 +1709,9 @@ module KlaviyoAPI
1697
1709
  data
1698
1710
  end
1699
1711
 
1712
+ # alias of `get_create_categories_job`
1713
+ alias get_catalog_category_bulk_create_job get_create_categories_job
1714
+
1700
1715
  # Get Create Categories Job
1701
1716
  # Get a catalog category bulk create job with the given job ID. An &#x60;include&#x60; parameter can be provided to get the following related resource data: &#x60;categories&#x60;.&lt;br&gt;&lt;br&gt;*Rate limits*:&lt;br&gt;Burst: &#x60;350/s&#x60;&lt;br&gt;Steady: &#x60;3500/m&#x60; **Scopes:** &#x60;catalogs:read&#x60;
1702
1717
  # @param job_id [String] ID of the job to retrieve.
@@ -1770,6 +1785,9 @@ module KlaviyoAPI
1770
1785
  return data, status_code, headers
1771
1786
  end
1772
1787
 
1788
+ # alias of `get_create_categories_job_with_http_info`
1789
+ alias get_catalog_category_bulk_create_job_with_http_info get_create_categories_job_with_http_info
1790
+
1773
1791
  # Get Create Categories Jobs
1774
1792
  # 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`
1775
1793
  # @param [Hash] opts the optional parameters
@@ -1782,6 +1800,9 @@ module KlaviyoAPI
1782
1800
  data
1783
1801
  end
1784
1802
 
1803
+ # alias of `get_create_categories_jobs`
1804
+ alias get_catalog_category_bulk_create_jobs get_create_categories_jobs
1805
+
1785
1806
  # Get Create Categories Jobs
1786
1807
  # Get all catalog category bulk create jobs. Returns a maximum of 100 jobs per request.&lt;br&gt;&lt;br&gt;*Rate limits*:&lt;br&gt;Burst: &#x60;350/s&#x60;&lt;br&gt;Steady: &#x60;3500/m&#x60; **Scopes:** &#x60;catalogs:read&#x60;
1787
1808
  # @param [Hash] opts the optional parameters
@@ -1842,6 +1863,9 @@ module KlaviyoAPI
1842
1863
  return data, status_code, headers
1843
1864
  end
1844
1865
 
1866
+ # alias of `get_create_categories_jobs_with_http_info`
1867
+ alias get_catalog_category_bulk_create_jobs_with_http_info get_create_categories_jobs_with_http_info
1868
+
1845
1869
  # Get Create Items Job
1846
1870
  # 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`
1847
1871
  # @param job_id [String] ID of the job to retrieve.
@@ -1855,6 +1879,9 @@ module KlaviyoAPI
1855
1879
  data
1856
1880
  end
1857
1881
 
1882
+ # alias of `get_create_items_job`
1883
+ alias get_catalog_item_bulk_create_job get_create_items_job
1884
+
1858
1885
  # Get Create Items Job
1859
1886
  # Get a catalog item bulk create job with the given job ID. An &#x60;include&#x60; parameter can be provided to get the following related resource data: &#x60;items&#x60;.&lt;br&gt;&lt;br&gt;*Rate limits*:&lt;br&gt;Burst: &#x60;350/s&#x60;&lt;br&gt;Steady: &#x60;3500/m&#x60; **Scopes:** &#x60;catalogs:read&#x60;
1860
1887
  # @param job_id [String] ID of the job to retrieve.
@@ -1928,6 +1955,9 @@ module KlaviyoAPI
1928
1955
  return data, status_code, headers
1929
1956
  end
1930
1957
 
1958
+ # alias of `get_create_items_job_with_http_info`
1959
+ alias get_catalog_item_bulk_create_job_with_http_info get_create_items_job_with_http_info
1960
+
1931
1961
  # Get Create Items Jobs
1932
1962
  # 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`
1933
1963
  # @param [Hash] opts the optional parameters
@@ -1940,6 +1970,9 @@ module KlaviyoAPI
1940
1970
  data
1941
1971
  end
1942
1972
 
1973
+ # alias of `get_create_items_jobs`
1974
+ alias get_catalog_item_bulk_create_jobs get_create_items_jobs
1975
+
1943
1976
  # Get Create Items Jobs
1944
1977
  # Get all catalog item bulk create jobs. Returns a maximum of 100 jobs per request.&lt;br&gt;&lt;br&gt;*Rate limits*:&lt;br&gt;Burst: &#x60;350/s&#x60;&lt;br&gt;Steady: &#x60;3500/m&#x60; **Scopes:** &#x60;catalogs:read&#x60;
1945
1978
  # @param [Hash] opts the optional parameters
@@ -2000,6 +2033,9 @@ module KlaviyoAPI
2000
2033
  return data, status_code, headers
2001
2034
  end
2002
2035
 
2036
+ # alias of `get_create_items_jobs_with_http_info`
2037
+ alias get_catalog_item_bulk_create_jobs_with_http_info get_create_items_jobs_with_http_info
2038
+
2003
2039
  # Get Create Variants Job
2004
2040
  # 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`
2005
2041
  # @param job_id [String] ID of the job to retrieve.
@@ -2013,6 +2049,9 @@ module KlaviyoAPI
2013
2049
  data
2014
2050
  end
2015
2051
 
2052
+ # alias of `get_create_variants_job`
2053
+ alias get_catalog_variant_bulk_create_job get_create_variants_job
2054
+
2016
2055
  # Get Create Variants Job
2017
2056
  # Get a catalog variant bulk create job with the given job ID. An &#x60;include&#x60; parameter can be provided to get the following related resource data: &#x60;variants&#x60;.&lt;br&gt;&lt;br&gt;*Rate limits*:&lt;br&gt;Burst: &#x60;350/s&#x60;&lt;br&gt;Steady: &#x60;3500/m&#x60; **Scopes:** &#x60;catalogs:read&#x60;
2018
2057
  # @param job_id [String] ID of the job to retrieve.
@@ -2086,6 +2125,9 @@ module KlaviyoAPI
2086
2125
  return data, status_code, headers
2087
2126
  end
2088
2127
 
2128
+ # alias of `get_create_variants_job_with_http_info`
2129
+ alias get_catalog_variant_bulk_create_job_with_http_info get_create_variants_job_with_http_info
2130
+
2089
2131
  # Get Create Variants Jobs
2090
2132
  # 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`
2091
2133
  # @param [Hash] opts the optional parameters
@@ -2098,6 +2140,9 @@ module KlaviyoAPI
2098
2140
  data
2099
2141
  end
2100
2142
 
2143
+ # alias of `get_create_variants_jobs`
2144
+ alias get_catalog_variant_bulk_create_jobs get_create_variants_jobs
2145
+
2101
2146
  # Get Create Variants Jobs
2102
2147
  # Get all catalog variant bulk create jobs. Returns a maximum of 100 jobs per request.&lt;br&gt;&lt;br&gt;*Rate limits*:&lt;br&gt;Burst: &#x60;350/s&#x60;&lt;br&gt;Steady: &#x60;3500/m&#x60; **Scopes:** &#x60;catalogs:read&#x60;
2103
2148
  # @param [Hash] opts the optional parameters
@@ -2158,6 +2203,9 @@ module KlaviyoAPI
2158
2203
  return data, status_code, headers
2159
2204
  end
2160
2205
 
2206
+ # alias of `get_create_variants_jobs_with_http_info`
2207
+ alias get_catalog_variant_bulk_create_jobs_with_http_info get_create_variants_jobs_with_http_info
2208
+
2161
2209
  # Get Delete Categories Job
2162
2210
  # 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`
2163
2211
  # @param job_id [String] ID of the job to retrieve.
@@ -2169,6 +2217,9 @@ module KlaviyoAPI
2169
2217
  data
2170
2218
  end
2171
2219
 
2220
+ # alias of `get_delete_categories_job`
2221
+ alias get_catalog_category_bulk_delete_job get_delete_categories_job
2222
+
2172
2223
  # Get Delete Categories Job
2173
2224
  # Get a catalog category bulk delete job with the given job ID.&lt;br&gt;&lt;br&gt;*Rate limits*:&lt;br&gt;Burst: &#x60;350/s&#x60;&lt;br&gt;Steady: &#x60;3500/m&#x60; **Scopes:** &#x60;catalogs:read&#x60;
2174
2225
  # @param job_id [String] ID of the job to retrieve.
@@ -2230,6 +2281,9 @@ module KlaviyoAPI
2230
2281
  return data, status_code, headers
2231
2282
  end
2232
2283
 
2284
+ # alias of `get_delete_categories_job_with_http_info`
2285
+ alias get_catalog_category_bulk_delete_job_with_http_info get_delete_categories_job_with_http_info
2286
+
2233
2287
  # Get Delete Categories Jobs
2234
2288
  # 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`
2235
2289
  # @param [Hash] opts the optional parameters
@@ -2242,6 +2296,9 @@ module KlaviyoAPI
2242
2296
  data
2243
2297
  end
2244
2298
 
2299
+ # alias of `get_delete_categories_jobs`
2300
+ alias get_catalog_category_bulk_delete_jobs get_delete_categories_jobs
2301
+
2245
2302
  # Get Delete Categories Jobs
2246
2303
  # Get all catalog category bulk delete jobs. Returns a maximum of 100 jobs per request.&lt;br&gt;&lt;br&gt;*Rate limits*:&lt;br&gt;Burst: &#x60;350/s&#x60;&lt;br&gt;Steady: &#x60;3500/m&#x60; **Scopes:** &#x60;catalogs:read&#x60;
2247
2304
  # @param [Hash] opts the optional parameters
@@ -2302,6 +2359,9 @@ module KlaviyoAPI
2302
2359
  return data, status_code, headers
2303
2360
  end
2304
2361
 
2362
+ # alias of `get_delete_categories_jobs_with_http_info`
2363
+ alias get_catalog_category_bulk_delete_jobs_with_http_info get_delete_categories_jobs_with_http_info
2364
+
2305
2365
  # Get Delete Items Job
2306
2366
  # 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`
2307
2367
  # @param job_id [String] ID of the job to retrieve.
@@ -2313,6 +2373,9 @@ module KlaviyoAPI
2313
2373
  data
2314
2374
  end
2315
2375
 
2376
+ # alias of `get_delete_items_job`
2377
+ alias get_catalog_item_bulk_delete_job get_delete_items_job
2378
+
2316
2379
  # Get Delete Items Job
2317
2380
  # Get a catalog item bulk delete job with the given job ID.&lt;br&gt;&lt;br&gt;*Rate limits*:&lt;br&gt;Burst: &#x60;350/s&#x60;&lt;br&gt;Steady: &#x60;3500/m&#x60; **Scopes:** &#x60;catalogs:read&#x60;
2318
2381
  # @param job_id [String] ID of the job to retrieve.
@@ -2374,6 +2437,9 @@ module KlaviyoAPI
2374
2437
  return data, status_code, headers
2375
2438
  end
2376
2439
 
2440
+ # alias of `get_delete_items_job_with_http_info`
2441
+ alias get_catalog_item_bulk_delete_job_with_http_info get_delete_items_job_with_http_info
2442
+
2377
2443
  # Get Delete Items Jobs
2378
2444
  # 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`
2379
2445
  # @param [Hash] opts the optional parameters
@@ -2386,6 +2452,9 @@ module KlaviyoAPI
2386
2452
  data
2387
2453
  end
2388
2454
 
2455
+ # alias of `get_delete_items_jobs`
2456
+ alias get_catalog_item_bulk_delete_jobs get_delete_items_jobs
2457
+
2389
2458
  # Get Delete Items Jobs
2390
2459
  # Get all catalog item bulk delete jobs. Returns a maximum of 100 jobs per request.&lt;br&gt;&lt;br&gt;*Rate limits*:&lt;br&gt;Burst: &#x60;350/s&#x60;&lt;br&gt;Steady: &#x60;3500/m&#x60; **Scopes:** &#x60;catalogs:read&#x60;
2391
2460
  # @param [Hash] opts the optional parameters
@@ -2446,6 +2515,9 @@ module KlaviyoAPI
2446
2515
  return data, status_code, headers
2447
2516
  end
2448
2517
 
2518
+ # alias of `get_delete_items_jobs_with_http_info`
2519
+ alias get_catalog_item_bulk_delete_jobs_with_http_info get_delete_items_jobs_with_http_info
2520
+
2449
2521
  # Get Delete Variants Job
2450
2522
  # 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`
2451
2523
  # @param job_id [String] ID of the job to retrieve.
@@ -2457,6 +2529,9 @@ module KlaviyoAPI
2457
2529
  data
2458
2530
  end
2459
2531
 
2532
+ # alias of `get_delete_variants_job`
2533
+ alias get_catalog_variant_bulk_delete_job get_delete_variants_job
2534
+
2460
2535
  # Get Delete Variants Job
2461
2536
  # Get a catalog variant bulk delete job with the given job ID.&lt;br&gt;&lt;br&gt;*Rate limits*:&lt;br&gt;Burst: &#x60;350/s&#x60;&lt;br&gt;Steady: &#x60;3500/m&#x60; **Scopes:** &#x60;catalogs:read&#x60;
2462
2537
  # @param job_id [String] ID of the job to retrieve.
@@ -2518,6 +2593,9 @@ module KlaviyoAPI
2518
2593
  return data, status_code, headers
2519
2594
  end
2520
2595
 
2596
+ # alias of `get_delete_variants_job_with_http_info`
2597
+ alias get_catalog_variant_bulk_delete_job_with_http_info get_delete_variants_job_with_http_info
2598
+
2521
2599
  # Get Delete Variants Jobs
2522
2600
  # 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`
2523
2601
  # @param [Hash] opts the optional parameters
@@ -2530,6 +2608,9 @@ module KlaviyoAPI
2530
2608
  data
2531
2609
  end
2532
2610
 
2611
+ # alias of `get_delete_variants_jobs`
2612
+ alias get_catalog_variant_bulk_delete_jobs get_delete_variants_jobs
2613
+
2533
2614
  # Get Delete Variants Jobs
2534
2615
  # Get all catalog variant bulk delete jobs. Returns a maximum of 100 jobs per request.&lt;br&gt;&lt;br&gt;*Rate limits*:&lt;br&gt;Burst: &#x60;350/s&#x60;&lt;br&gt;Steady: &#x60;3500/m&#x60; **Scopes:** &#x60;catalogs:read&#x60;
2535
2616
  # @param [Hash] opts the optional parameters
@@ -2590,6 +2671,9 @@ module KlaviyoAPI
2590
2671
  return data, status_code, headers
2591
2672
  end
2592
2673
 
2674
+ # alias of `get_delete_variants_jobs_with_http_info`
2675
+ alias get_catalog_variant_bulk_delete_jobs_with_http_info get_delete_variants_jobs_with_http_info
2676
+
2593
2677
  # Get Update Categories Job
2594
2678
  # 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`
2595
2679
  # @param job_id [String] ID of the job to retrieve.
@@ -2603,6 +2687,9 @@ module KlaviyoAPI
2603
2687
  data
2604
2688
  end
2605
2689
 
2690
+ # alias of `get_update_categories_job`
2691
+ alias get_catalog_category_bulk_update_job get_update_categories_job
2692
+
2606
2693
  # Get Update Categories Job
2607
2694
  # Get a catalog category bulk update job with the given job ID. An &#x60;include&#x60; parameter can be provided to get the following related resource data: &#x60;categories&#x60;.&lt;br&gt;&lt;br&gt;*Rate limits*:&lt;br&gt;Burst: &#x60;350/s&#x60;&lt;br&gt;Steady: &#x60;3500/m&#x60; **Scopes:** &#x60;catalogs:read&#x60;
2608
2695
  # @param job_id [String] ID of the job to retrieve.
@@ -2676,6 +2763,9 @@ module KlaviyoAPI
2676
2763
  return data, status_code, headers
2677
2764
  end
2678
2765
 
2766
+ # alias of `get_update_categories_job_with_http_info`
2767
+ alias get_catalog_category_bulk_update_job_with_http_info get_update_categories_job_with_http_info
2768
+
2679
2769
  # Get Update Categories Jobs
2680
2770
  # 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`
2681
2771
  # @param [Hash] opts the optional parameters
@@ -2688,6 +2778,9 @@ module KlaviyoAPI
2688
2778
  data
2689
2779
  end
2690
2780
 
2781
+ # alias of `get_update_categories_jobs`
2782
+ alias get_catalog_category_bulk_update_jobs get_update_categories_jobs
2783
+
2691
2784
  # Get Update Categories Jobs
2692
2785
  # Get all catalog category bulk update jobs. Returns a maximum of 100 jobs per request.&lt;br&gt;&lt;br&gt;*Rate limits*:&lt;br&gt;Burst: &#x60;350/s&#x60;&lt;br&gt;Steady: &#x60;3500/m&#x60; **Scopes:** &#x60;catalogs:read&#x60;
2693
2786
  # @param [Hash] opts the optional parameters
@@ -2748,6 +2841,9 @@ module KlaviyoAPI
2748
2841
  return data, status_code, headers
2749
2842
  end
2750
2843
 
2844
+ # alias of `get_update_categories_jobs_with_http_info`
2845
+ alias get_catalog_category_bulk_update_jobs_with_http_info get_update_categories_jobs_with_http_info
2846
+
2751
2847
  # Get Update Items Job
2752
2848
  # 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`
2753
2849
  # @param job_id [String] ID of the job to retrieve.
@@ -2761,6 +2857,9 @@ module KlaviyoAPI
2761
2857
  data
2762
2858
  end
2763
2859
 
2860
+ # alias of `get_update_items_job`
2861
+ alias get_catalog_item_bulk_update_job get_update_items_job
2862
+
2764
2863
  # Get Update Items Job
2765
2864
  # Get a catalog item bulk update job with the given job ID. An &#x60;include&#x60; parameter can be provided to get the following related resource data: &#x60;items&#x60;.&lt;br&gt;&lt;br&gt;*Rate limits*:&lt;br&gt;Burst: &#x60;350/s&#x60;&lt;br&gt;Steady: &#x60;3500/m&#x60; **Scopes:** &#x60;catalogs:read&#x60;
2766
2865
  # @param job_id [String] ID of the job to retrieve.
@@ -2834,6 +2933,9 @@ module KlaviyoAPI
2834
2933
  return data, status_code, headers
2835
2934
  end
2836
2935
 
2936
+ # alias of `get_update_items_job_with_http_info`
2937
+ alias get_catalog_item_bulk_update_job_with_http_info get_update_items_job_with_http_info
2938
+
2837
2939
  # Get Update Items Jobs
2838
2940
  # 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`
2839
2941
  # @param [Hash] opts the optional parameters
@@ -2846,6 +2948,9 @@ module KlaviyoAPI
2846
2948
  data
2847
2949
  end
2848
2950
 
2951
+ # alias of `get_update_items_jobs`
2952
+ alias get_catalog_item_bulk_update_jobs get_update_items_jobs
2953
+
2849
2954
  # Get Update Items Jobs
2850
2955
  # Get all catalog item bulk update jobs. Returns a maximum of 100 jobs per request.&lt;br&gt;&lt;br&gt;*Rate limits*:&lt;br&gt;Burst: &#x60;350/s&#x60;&lt;br&gt;Steady: &#x60;3500/m&#x60; **Scopes:** &#x60;catalogs:read&#x60;
2851
2956
  # @param [Hash] opts the optional parameters
@@ -2906,6 +3011,9 @@ module KlaviyoAPI
2906
3011
  return data, status_code, headers
2907
3012
  end
2908
3013
 
3014
+ # alias of `get_update_items_jobs_with_http_info`
3015
+ alias get_catalog_item_bulk_update_jobs_with_http_info get_update_items_jobs_with_http_info
3016
+
2909
3017
  # Get Update Variants Job
2910
3018
  # 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`
2911
3019
  # @param job_id [String] ID of the job to retrieve.
@@ -2919,6 +3027,9 @@ module KlaviyoAPI
2919
3027
  data
2920
3028
  end
2921
3029
 
3030
+ # alias of `get_update_variants_job`
3031
+ alias get_catalog_variant_bulk_update_job get_update_variants_job
3032
+
2922
3033
  # Get Update Variants Job
2923
3034
  # Get a catalog variate bulk update job with the given job ID. An &#x60;include&#x60; parameter can be provided to get the following related resource data: &#x60;variants&#x60;.&lt;br&gt;&lt;br&gt;*Rate limits*:&lt;br&gt;Burst: &#x60;350/s&#x60;&lt;br&gt;Steady: &#x60;3500/m&#x60; **Scopes:** &#x60;catalogs:read&#x60;
2924
3035
  # @param job_id [String] ID of the job to retrieve.
@@ -2992,6 +3103,9 @@ module KlaviyoAPI
2992
3103
  return data, status_code, headers
2993
3104
  end
2994
3105
 
3106
+ # alias of `get_update_variants_job_with_http_info`
3107
+ alias get_catalog_variant_bulk_update_job_with_http_info get_update_variants_job_with_http_info
3108
+
2995
3109
  # Get Update Variants Jobs
2996
3110
  # 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`
2997
3111
  # @param [Hash] opts the optional parameters
@@ -3004,6 +3118,9 @@ module KlaviyoAPI
3004
3118
  data
3005
3119
  end
3006
3120
 
3121
+ # alias of `get_update_variants_jobs`
3122
+ alias get_catalog_variant_bulk_update_jobs get_update_variants_jobs
3123
+
3007
3124
  # Get Update Variants Jobs
3008
3125
  # Get all catalog variant bulk update jobs. Returns a maximum of 100 jobs per request.&lt;br&gt;&lt;br&gt;*Rate limits*:&lt;br&gt;Burst: &#x60;350/s&#x60;&lt;br&gt;Steady: &#x60;3500/m&#x60; **Scopes:** &#x60;catalogs:read&#x60;
3009
3126
  # @param [Hash] opts the optional parameters
@@ -3064,6 +3181,9 @@ module KlaviyoAPI
3064
3181
  return data, status_code, headers
3065
3182
  end
3066
3183
 
3184
+ # alias of `get_update_variants_jobs_with_http_info`
3185
+ alias get_catalog_variant_bulk_update_jobs_with_http_info get_update_variants_jobs_with_http_info
3186
+
3067
3187
  # Spawn Create Categories Job
3068
3188
  # Create a catalog category bulk create job to create a batch of catalog categories. Accepts up to 100 catalog categories per request. The maximum allowed payload size is 5MB. The maximum number of jobs in progress at one time is 500.<br><br>*Rate limits*:<br>Burst: `75/s`<br>Steady: `700/m` **Scopes:** `catalogs:write`
3069
3189
  # @param catalog_category_create_job_create_query [CatalogCategoryCreateJobCreateQuery]
@@ -3074,6 +3194,9 @@ module KlaviyoAPI
3074
3194
  data
3075
3195
  end
3076
3196
 
3197
+ # alias of `spawn_create_categories_job`
3198
+ alias create_catalog_category_bulk_create_job spawn_create_categories_job
3199
+
3077
3200
  # Spawn Create Categories Job
3078
3201
  # Create a catalog category bulk create job to create a batch of catalog categories. Accepts up to 100 catalog categories per request. The maximum allowed payload size is 5MB. The maximum number of jobs in progress at one time is 500.&lt;br&gt;&lt;br&gt;*Rate limits*:&lt;br&gt;Burst: &#x60;75/s&#x60;&lt;br&gt;Steady: &#x60;700/m&#x60; **Scopes:** &#x60;catalogs:write&#x60;
3079
3202
  # @param catalog_category_create_job_create_query [CatalogCategoryCreateJobCreateQuery]
@@ -3134,6 +3257,9 @@ module KlaviyoAPI
3134
3257
  return data, status_code, headers
3135
3258
  end
3136
3259
 
3260
+ # alias of `spawn_create_categories_job_with_http_info`
3261
+ alias create_catalog_category_bulk_create_job_with_http_info spawn_create_categories_job_with_http_info
3262
+
3137
3263
  # Spawn Create Items Job
3138
3264
  # Create a catalog item bulk create job to create a batch of catalog items. Accepts up to 100 catalog items per request. The maximum allowed payload size is 5MB. The maximum number of jobs in progress at one time is 500.<br><br>*Rate limits*:<br>Burst: `75/s`<br>Steady: `700/m` **Scopes:** `catalogs:write`
3139
3265
  # @param catalog_item_create_job_create_query [CatalogItemCreateJobCreateQuery]
@@ -3144,6 +3270,9 @@ module KlaviyoAPI
3144
3270
  data
3145
3271
  end
3146
3272
 
3273
+ # alias of `spawn_create_items_job`
3274
+ alias create_catalog_item_bulk_create_job spawn_create_items_job
3275
+
3147
3276
  # Spawn Create Items Job
3148
3277
  # Create a catalog item bulk create job to create a batch of catalog items. Accepts up to 100 catalog items per request. The maximum allowed payload size is 5MB. The maximum number of jobs in progress at one time is 500.&lt;br&gt;&lt;br&gt;*Rate limits*:&lt;br&gt;Burst: &#x60;75/s&#x60;&lt;br&gt;Steady: &#x60;700/m&#x60; **Scopes:** &#x60;catalogs:write&#x60;
3149
3278
  # @param catalog_item_create_job_create_query [CatalogItemCreateJobCreateQuery]
@@ -3204,6 +3333,9 @@ module KlaviyoAPI
3204
3333
  return data, status_code, headers
3205
3334
  end
3206
3335
 
3336
+ # alias of `spawn_create_items_job_with_http_info`
3337
+ alias create_catalog_item_bulk_create_job_with_http_info spawn_create_items_job_with_http_info
3338
+
3207
3339
  # Spawn Create Variants Job
3208
3340
  # Create a catalog variant bulk create job to create a batch of catalog variants. Accepts up to 100 catalog variants per request. The maximum allowed payload size is 5MB. The maximum number of jobs in progress at one time is 500.<br><br>*Rate limits*:<br>Burst: `75/s`<br>Steady: `700/m` **Scopes:** `catalogs:write`
3209
3341
  # @param catalog_variant_create_job_create_query [CatalogVariantCreateJobCreateQuery]
@@ -3214,6 +3346,9 @@ module KlaviyoAPI
3214
3346
  data
3215
3347
  end
3216
3348
 
3349
+ # alias of `spawn_create_variants_job`
3350
+ alias create_catalog_variant_bulk_create_job spawn_create_variants_job
3351
+
3217
3352
  # Spawn Create Variants Job
3218
3353
  # Create a catalog variant bulk create job to create a batch of catalog variants. Accepts up to 100 catalog variants per request. The maximum allowed payload size is 5MB. The maximum number of jobs in progress at one time is 500.&lt;br&gt;&lt;br&gt;*Rate limits*:&lt;br&gt;Burst: &#x60;75/s&#x60;&lt;br&gt;Steady: &#x60;700/m&#x60; **Scopes:** &#x60;catalogs:write&#x60;
3219
3354
  # @param catalog_variant_create_job_create_query [CatalogVariantCreateJobCreateQuery]
@@ -3274,6 +3409,9 @@ module KlaviyoAPI
3274
3409
  return data, status_code, headers
3275
3410
  end
3276
3411
 
3412
+ # alias of `spawn_create_variants_job_with_http_info`
3413
+ alias create_catalog_variant_bulk_create_job_with_http_info spawn_create_variants_job_with_http_info
3414
+
3277
3415
  # Spawn Delete Categories Job
3278
3416
  # Create a catalog category bulk delete job to delete a batch of catalog categories. Accepts up to 100 catalog categories per request. The maximum allowed payload size is 5MB. The maximum number of jobs in progress at one time is 500.<br><br>*Rate limits*:<br>Burst: `75/s`<br>Steady: `700/m` **Scopes:** `catalogs:write`
3279
3417
  # @param catalog_category_delete_job_create_query [CatalogCategoryDeleteJobCreateQuery]
@@ -3284,6 +3422,9 @@ module KlaviyoAPI
3284
3422
  data
3285
3423
  end
3286
3424
 
3425
+ # alias of `spawn_delete_categories_job`
3426
+ alias create_catalog_category_bulk_delete_job spawn_delete_categories_job
3427
+
3287
3428
  # Spawn Delete Categories Job
3288
3429
  # Create a catalog category bulk delete job to delete a batch of catalog categories. Accepts up to 100 catalog categories per request. The maximum allowed payload size is 5MB. The maximum number of jobs in progress at one time is 500.&lt;br&gt;&lt;br&gt;*Rate limits*:&lt;br&gt;Burst: &#x60;75/s&#x60;&lt;br&gt;Steady: &#x60;700/m&#x60; **Scopes:** &#x60;catalogs:write&#x60;
3289
3430
  # @param catalog_category_delete_job_create_query [CatalogCategoryDeleteJobCreateQuery]
@@ -3344,6 +3485,9 @@ module KlaviyoAPI
3344
3485
  return data, status_code, headers
3345
3486
  end
3346
3487
 
3488
+ # alias of `spawn_delete_categories_job_with_http_info`
3489
+ alias create_catalog_category_bulk_delete_job_with_http_info spawn_delete_categories_job_with_http_info
3490
+
3347
3491
  # Spawn Delete Items Job
3348
3492
  # Create a catalog item bulk delete job to delete a batch of catalog items. Accepts up to 100 catalog items per request. The maximum allowed payload size is 5MB. The maximum number of jobs in progress at one time is 500.<br><br>*Rate limits*:<br>Burst: `75/s`<br>Steady: `700/m` **Scopes:** `catalogs:write`
3349
3493
  # @param catalog_item_delete_job_create_query [CatalogItemDeleteJobCreateQuery]
@@ -3354,6 +3498,9 @@ module KlaviyoAPI
3354
3498
  data
3355
3499
  end
3356
3500
 
3501
+ # alias of `spawn_delete_items_job`
3502
+ alias create_catalog_item_bulk_delete_job spawn_delete_items_job
3503
+
3357
3504
  # Spawn Delete Items Job
3358
3505
  # Create a catalog item bulk delete job to delete a batch of catalog items. Accepts up to 100 catalog items per request. The maximum allowed payload size is 5MB. The maximum number of jobs in progress at one time is 500.&lt;br&gt;&lt;br&gt;*Rate limits*:&lt;br&gt;Burst: &#x60;75/s&#x60;&lt;br&gt;Steady: &#x60;700/m&#x60; **Scopes:** &#x60;catalogs:write&#x60;
3359
3506
  # @param catalog_item_delete_job_create_query [CatalogItemDeleteJobCreateQuery]
@@ -3414,6 +3561,9 @@ module KlaviyoAPI
3414
3561
  return data, status_code, headers
3415
3562
  end
3416
3563
 
3564
+ # alias of `spawn_delete_items_job_with_http_info`
3565
+ alias create_catalog_item_bulk_delete_job_with_http_info spawn_delete_items_job_with_http_info
3566
+
3417
3567
  # Spawn Delete Variants Job
3418
3568
  # Create a catalog variant bulk delete job to delete a batch of catalog variants. Accepts up to 100 catalog variants per request. The maximum allowed payload size is 5MB. The maximum number of jobs in progress at one time is 500.<br><br>*Rate limits*:<br>Burst: `75/s`<br>Steady: `700/m` **Scopes:** `catalogs:write`
3419
3569
  # @param catalog_variant_delete_job_create_query [CatalogVariantDeleteJobCreateQuery]
@@ -3424,6 +3574,9 @@ module KlaviyoAPI
3424
3574
  data
3425
3575
  end
3426
3576
 
3577
+ # alias of `spawn_delete_variants_job`
3578
+ alias create_catalog_variant_bulk_delete_job spawn_delete_variants_job
3579
+
3427
3580
  # Spawn Delete Variants Job
3428
3581
  # Create a catalog variant bulk delete job to delete a batch of catalog variants. Accepts up to 100 catalog variants per request. The maximum allowed payload size is 5MB. The maximum number of jobs in progress at one time is 500.&lt;br&gt;&lt;br&gt;*Rate limits*:&lt;br&gt;Burst: &#x60;75/s&#x60;&lt;br&gt;Steady: &#x60;700/m&#x60; **Scopes:** &#x60;catalogs:write&#x60;
3429
3582
  # @param catalog_variant_delete_job_create_query [CatalogVariantDeleteJobCreateQuery]
@@ -3484,6 +3637,9 @@ module KlaviyoAPI
3484
3637
  return data, status_code, headers
3485
3638
  end
3486
3639
 
3640
+ # alias of `spawn_delete_variants_job_with_http_info`
3641
+ alias create_catalog_variant_bulk_delete_job_with_http_info spawn_delete_variants_job_with_http_info
3642
+
3487
3643
  # Spawn Update Categories Job
3488
3644
  # Create a catalog category bulk update job to update a batch of catalog categories. Accepts up to 100 catalog categories per request. The maximum allowed payload size is 5MB. The maximum number of jobs in progress at one time is 500.<br><br>*Rate limits*:<br>Burst: `75/s`<br>Steady: `700/m` **Scopes:** `catalogs:write`
3489
3645
  # @param catalog_category_update_job_create_query [CatalogCategoryUpdateJobCreateQuery]
@@ -3494,6 +3650,9 @@ module KlaviyoAPI
3494
3650
  data
3495
3651
  end
3496
3652
 
3653
+ # alias of `spawn_update_categories_job`
3654
+ alias create_catalog_category_bulk_update_job spawn_update_categories_job
3655
+
3497
3656
  # Spawn Update Categories Job
3498
3657
  # Create a catalog category bulk update job to update a batch of catalog categories. Accepts up to 100 catalog categories per request. The maximum allowed payload size is 5MB. The maximum number of jobs in progress at one time is 500.&lt;br&gt;&lt;br&gt;*Rate limits*:&lt;br&gt;Burst: &#x60;75/s&#x60;&lt;br&gt;Steady: &#x60;700/m&#x60; **Scopes:** &#x60;catalogs:write&#x60;
3499
3658
  # @param catalog_category_update_job_create_query [CatalogCategoryUpdateJobCreateQuery]
@@ -3554,6 +3713,9 @@ module KlaviyoAPI
3554
3713
  return data, status_code, headers
3555
3714
  end
3556
3715
 
3716
+ # alias of `spawn_update_categories_job_with_http_info`
3717
+ alias create_catalog_category_bulk_update_job_with_http_info spawn_update_categories_job_with_http_info
3718
+
3557
3719
  # Spawn Update Items Job
3558
3720
  # Create a catalog item bulk update job to update a batch of catalog items. Accepts up to 100 catalog items per request. The maximum allowed payload size is 5MB. The maximum number of jobs in progress at one time is 500.<br><br>*Rate limits*:<br>Burst: `75/s`<br>Steady: `700/m` **Scopes:** `catalogs:write`
3559
3721
  # @param catalog_item_update_job_create_query [CatalogItemUpdateJobCreateQuery]
@@ -3564,6 +3726,9 @@ module KlaviyoAPI
3564
3726
  data
3565
3727
  end
3566
3728
 
3729
+ # alias of `spawn_update_items_job`
3730
+ alias create_catalog_item_bulk_update_job spawn_update_items_job
3731
+
3567
3732
  # Spawn Update Items Job
3568
3733
  # Create a catalog item bulk update job to update a batch of catalog items. Accepts up to 100 catalog items per request. The maximum allowed payload size is 5MB. The maximum number of jobs in progress at one time is 500.&lt;br&gt;&lt;br&gt;*Rate limits*:&lt;br&gt;Burst: &#x60;75/s&#x60;&lt;br&gt;Steady: &#x60;700/m&#x60; **Scopes:** &#x60;catalogs:write&#x60;
3569
3734
  # @param catalog_item_update_job_create_query [CatalogItemUpdateJobCreateQuery]
@@ -3624,6 +3789,9 @@ module KlaviyoAPI
3624
3789
  return data, status_code, headers
3625
3790
  end
3626
3791
 
3792
+ # alias of `spawn_update_items_job_with_http_info`
3793
+ alias create_catalog_item_bulk_update_job_with_http_info spawn_update_items_job_with_http_info
3794
+
3627
3795
  # Spawn Update Variants Job
3628
3796
  # Create a catalog variant bulk update job to update a batch of catalog variants. Accepts up to 100 catalog variants per request. The maximum allowed payload size is 5MB. The maximum number of jobs in progress at one time is 500.<br><br>*Rate limits*:<br>Burst: `75/s`<br>Steady: `700/m` **Scopes:** `catalogs:write`
3629
3797
  # @param catalog_variant_update_job_create_query [CatalogVariantUpdateJobCreateQuery]
@@ -3634,6 +3802,9 @@ module KlaviyoAPI
3634
3802
  data
3635
3803
  end
3636
3804
 
3805
+ # alias of `spawn_update_variants_job`
3806
+ alias create_catalog_variant_bulk_update_job spawn_update_variants_job
3807
+
3637
3808
  # Spawn Update Variants Job
3638
3809
  # Create a catalog variant bulk update job to update a batch of catalog variants. Accepts up to 100 catalog variants per request. The maximum allowed payload size is 5MB. The maximum number of jobs in progress at one time is 500.&lt;br&gt;&lt;br&gt;*Rate limits*:&lt;br&gt;Burst: &#x60;75/s&#x60;&lt;br&gt;Steady: &#x60;700/m&#x60; **Scopes:** &#x60;catalogs:write&#x60;
3639
3810
  # @param catalog_variant_update_job_create_query [CatalogVariantUpdateJobCreateQuery]
@@ -3694,6 +3865,9 @@ module KlaviyoAPI
3694
3865
  return data, status_code, headers
3695
3866
  end
3696
3867
 
3868
+ # alias of `spawn_update_variants_job_with_http_info`
3869
+ alias create_catalog_variant_bulk_update_job_with_http_info spawn_update_variants_job_with_http_info
3870
+
3697
3871
  # Update Catalog Category
3698
3872
  # Update a catalog category with the given category ID.<br><br>*Rate limits*:<br>Burst: `75/s`<br>Steady: `700/m` **Scopes:** `catalogs:write`
3699
3873
  # @param id [String] The catalog category ID is a compound ID (string), with format: &#x60;{integration}:::{catalog}:::{external_id}&#x60;. Currently, the only supported integration type is &#x60;$custom&#x60;, and the only supported catalog is &#x60;$default&#x60;.
@@ -772,6 +772,9 @@ module KlaviyoAPI
772
772
  data
773
773
  end
774
774
 
775
+ # alias of `get_coupon_codes_for_coupon`
776
+ alias get_coupon_coupon_codes get_coupon_codes_for_coupon
777
+
775
778
  # Get Coupon Codes For Coupon
776
779
  # Gets a list of coupon codes associated with the given coupon id&lt;br&gt;&lt;br&gt;*Rate limits*:&lt;br&gt;Burst: &#x60;75/s&#x60;&lt;br&gt;Steady: &#x60;700/m&#x60; **Scopes:** &#x60;coupon-codes:read&#x60;
777
780
  # @param id [String]
@@ -837,6 +840,9 @@ module KlaviyoAPI
837
840
  return data, status_code, headers
838
841
  end
839
842
 
843
+ # alias of `get_coupon_codes_for_coupon_with_http_info`
844
+ alias get_coupon_coupon_codes_with_http_info get_coupon_codes_for_coupon_with_http_info
845
+
840
846
  # Get Coupon For Coupon Code
841
847
  # Get the coupon associated with a given coupon code ID.<br><br>*Rate limits*:<br>Burst: `75/s`<br>Steady: `700/m` **Scopes:** `coupons:read`
842
848
  # @param id [String]
@@ -848,6 +854,9 @@ module KlaviyoAPI
848
854
  data
849
855
  end
850
856
 
857
+ # alias of `get_coupon_for_coupon_code`
858
+ alias get_coupon_code_coupon get_coupon_for_coupon_code
859
+
851
860
  # Get Coupon For Coupon Code
852
861
  # Get the coupon associated with a given coupon code ID.&lt;br&gt;&lt;br&gt;*Rate limits*:&lt;br&gt;Burst: &#x60;75/s&#x60;&lt;br&gt;Steady: &#x60;700/m&#x60; **Scopes:** &#x60;coupons:read&#x60;
853
862
  # @param id [String]
@@ -909,6 +918,9 @@ module KlaviyoAPI
909
918
  return data, status_code, headers
910
919
  end
911
920
 
921
+ # alias of `get_coupon_for_coupon_code_with_http_info`
922
+ alias get_coupon_code_coupon_with_http_info get_coupon_for_coupon_code_with_http_info
923
+
912
924
  # Get Coupon Relationships Coupon Codes
913
925
  # Gets the coupon relationship associated with the given coupon code id<br><br>*Rate limits*:<br>Burst: `75/s`<br>Steady: `700/m` **Scopes:** `coupons:read`
914
926
  # @param id [String]
@@ -1044,7 +1056,7 @@ module KlaviyoAPI
1044
1056
  end
1045
1057
 
1046
1058
  # Spawn Coupon Code Bulk Create Job
1047
- # Create a coupon-code-bulk-create-job to bulk create a list of coupon codes. Max number of jobs queued at once we allow for is 100.<br><br>*Rate limits*:<br>Burst: `75/s`<br>Steady: `700/m` **Scopes:** `coupon-codes:write`
1059
+ # Create a coupon-code-bulk-create-job to bulk create a list of coupon codes. Max number of coupon codes per job we allow for is 1000. Max number of jobs queued at once we allow for is 100.<br><br>*Rate limits*:<br>Burst: `75/s`<br>Steady: `700/m` **Scopes:** `coupon-codes:write`
1048
1060
  # @param coupon_code_create_job_create_query [CouponCodeCreateJobCreateQuery]
1049
1061
  # @param [Hash] opts the optional parameters
1050
1062
  # @return [Hash<String, Object>]
@@ -1053,8 +1065,11 @@ module KlaviyoAPI
1053
1065
  data
1054
1066
  end
1055
1067
 
1068
+ # alias of `spawn_coupon_code_bulk_create_job`
1069
+ alias create_coupon_code_bulk_create_job spawn_coupon_code_bulk_create_job
1070
+
1056
1071
  # Spawn Coupon Code Bulk Create Job
1057
- # Create a coupon-code-bulk-create-job to bulk create a list of coupon codes. Max number of jobs queued at once we allow for is 100.&lt;br&gt;&lt;br&gt;*Rate limits*:&lt;br&gt;Burst: &#x60;75/s&#x60;&lt;br&gt;Steady: &#x60;700/m&#x60; **Scopes:** &#x60;coupon-codes:write&#x60;
1072
+ # Create a coupon-code-bulk-create-job to bulk create a list of coupon codes. Max number of coupon codes per job we allow for is 1000. Max number of jobs queued at once we allow for is 100.&lt;br&gt;&lt;br&gt;*Rate limits*:&lt;br&gt;Burst: &#x60;75/s&#x60;&lt;br&gt;Steady: &#x60;700/m&#x60; **Scopes:** &#x60;coupon-codes:write&#x60;
1058
1073
  # @param coupon_code_create_job_create_query [CouponCodeCreateJobCreateQuery]
1059
1074
  # @param [Hash] opts the optional parameters
1060
1075
  # @return [Array<(Hash<String, Object>, Integer, Hash)>] Hash<String, Object> data, response status code and response headers
@@ -1113,6 +1128,9 @@ module KlaviyoAPI
1113
1128
  return data, status_code, headers
1114
1129
  end
1115
1130
 
1131
+ # alias of `spawn_coupon_code_bulk_create_job_with_http_info`
1132
+ alias create_coupon_code_bulk_create_job_with_http_info spawn_coupon_code_bulk_create_job_with_http_info
1133
+
1116
1134
  # Update Coupon
1117
1135
  # *Rate limits*:<br>Burst: `3/s`<br>Steady: `60/m` **Scopes:** `coupons:write`
1118
1136
  # @param id [String] The internal id of a Coupon is equivalent to its external id stored within an integration.
@@ -29,6 +29,9 @@ module KlaviyoAPI
29
29
  nil
30
30
  end
31
31
 
32
+ # alias of `request_profile_deletion`
33
+ alias create_data_privacy_deletion_job request_profile_deletion
34
+
32
35
  # Request Profile Deletion
33
36
  # Request a deletion for the profiles corresponding to one of the following identifiers: &#x60;email&#x60;, &#x60;phone_number&#x60;, or &#x60;id&#x60;. If multiple identifiers are provided, we will return an error. All profiles that match the provided identifier will be deleted. The deletion occurs asynchronously; however, once it has completed, the deleted profile will appear on the [Deleted Profiles page](https://www.klaviyo.com/account/deleted). For more information on the deletion process, please refer to our [Help Center docs on how to handle GDPR and CCPA deletion requests](https://help.klaviyo.com/hc/en-us/articles/360004217631-How-to-Handle-GDPR-Requests#record-gdpr-and-ccpa%20%20-deletion-requests2).&lt;br&gt;&lt;br&gt;*Rate limits*:&lt;br&gt;Burst: &#x60;3/s&#x60;&lt;br&gt;Steady: &#x60;60/m&#x60; **Scopes:** &#x60;data-privacy:write&#x60;
34
37
  # @param data_privacy_create_deletion_job_query [DataPrivacyCreateDeletionJobQuery]
@@ -88,5 +91,8 @@ module KlaviyoAPI
88
91
  end
89
92
  return data, status_code, headers
90
93
  end
94
+
95
+ # alias of `request_profile_deletion_with_http_info`
96
+ alias create_data_privacy_deletion_job_with_http_info request_profile_deletion_with_http_info
91
97
  end
92
98
  end