ultracart_api 3.1.40 → 3.1.45

Sign up to get free protection for your applications and to get access to all the features.
Files changed (45) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +17 -4
  3. data/docs/CouponTierAmount.md +1 -0
  4. data/docs/CouponTierPercent.md +1 -0
  5. data/docs/CouponTierQuantityAmount.md +1 -0
  6. data/docs/CouponTierQuantityPercent.md +1 -0
  7. data/docs/CouponTieredPercentOffShipping.md +1 -0
  8. data/docs/Item.md +1 -1
  9. data/docs/ItemReviews.md +2 -0
  10. data/docs/OrderApi.md +1 -1
  11. data/docs/OrderSummary.md +1 -0
  12. data/docs/ScreenRecordingFilterPageView.md +1 -0
  13. data/docs/ScreenRecordingFilterValuesPageView.md +1 -0
  14. data/docs/ScreenRecordingHeatmap.md +19 -0
  15. data/docs/ScreenRecordingHeatmapIndexResponse.md +12 -0
  16. data/docs/ScreenRecordingHeatmapRequest.md +9 -0
  17. data/docs/ScreenRecordingHeatmapReset.md +8 -0
  18. data/docs/ScreenRecordingHeatmapResponse.md +12 -0
  19. data/docs/ScreenRecordingHeatmapUrl.md +12 -0
  20. data/docs/ScreenRecordingPageView.md +1 -0
  21. data/docs/StorefrontApi.md +158 -0
  22. data/docs/WebhookLog.md +1 -0
  23. data/lib/ultracart_api.rb +6 -0
  24. data/lib/ultracart_api/api/order_api.rb +2 -2
  25. data/lib/ultracart_api/api/storefront_api.rb +176 -0
  26. data/lib/ultracart_api/models/coupon_tier_amount.rb +26 -1
  27. data/lib/ultracart_api/models/coupon_tier_percent.rb +26 -1
  28. data/lib/ultracart_api/models/coupon_tier_quantity_amount.rb +29 -4
  29. data/lib/ultracart_api/models/coupon_tier_quantity_percent.rb +29 -4
  30. data/lib/ultracart_api/models/coupon_tiered_percent_off_shipping.rb +26 -1
  31. data/lib/ultracart_api/models/item.rb +8 -8
  32. data/lib/ultracart_api/models/item_reviews.rb +24 -4
  33. data/lib/ultracart_api/models/order_summary.rb +10 -1
  34. data/lib/ultracart_api/models/screen_recording_filter_page_view.rb +10 -1
  35. data/lib/ultracart_api/models/screen_recording_filter_values_page_view.rb +12 -1
  36. data/lib/ultracart_api/models/screen_recording_heatmap.rb +283 -0
  37. data/lib/ultracart_api/models/screen_recording_heatmap_index_response.rb +223 -0
  38. data/lib/ultracart_api/models/screen_recording_heatmap_request.rb +193 -0
  39. data/lib/ultracart_api/models/screen_recording_heatmap_reset.rb +184 -0
  40. data/lib/ultracart_api/models/screen_recording_heatmap_response.rb +221 -0
  41. data/lib/ultracart_api/models/screen_recording_heatmap_url.rb +222 -0
  42. data/lib/ultracart_api/models/screen_recording_page_view.rb +10 -1
  43. data/lib/ultracart_api/models/webhook_log.rb +11 -1
  44. data/lib/ultracart_api/version.rb +1 -1
  45. metadata +14 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: baf7217672db682182fbbbe109f11bcdcd06fe001e7335dcd76ceedfe4a684a3
4
- data.tar.gz: 52fe8ee2c3762f0ae0b2c8e3ab4e13913db34cc83a94b407aad75199ae1b0a42
3
+ metadata.gz: cd77cb75fad4da0b0e7b5ef78f9048948deb626ef99428e350f8869829e8543e
4
+ data.tar.gz: 147362bfa974364b763ecdd7923356473a34239958c4a375dc895665c7b8522d
5
5
  SHA512:
6
- metadata.gz: b43845133d36b59c6a3c87fffc1a949f794375ec0ec95f900b7d6da6592c7ac5b97fd8098b808f30200aa867f226c9349e1cb790881f0eefb69dac3d79b597c2
7
- data.tar.gz: 58379d2c79ec36c5557d3bbe615d45907002ade8564327318914171495dc3a5f0879b017295a74cd74e722b273f94b675dbf6ce9a24905ef54b8cd1faa6bdbee
6
+ metadata.gz: ab897091c8c8b2e4a85897530c5d7fc1e56e9bc818393514edf28819b04d9e40a1ff768ff8fcdfd6750670ddbfbf5bd6fad4e5f62b781f4a11b1bd2c87fc4297
7
+ data.tar.gz: 254dc500ef049ffe61c9747feaa6599a22c5eed25f0d5bfa59bb03b2aeeaffaebcc6932d0683a63411235df9a26363e61163f461de2e7632428d77368380b6d7
data/README.md CHANGED
@@ -7,7 +7,7 @@ UltraCart REST API Version 2
7
7
  This SDK is automatically generated by the [Swagger Codegen](https://github.com/swagger-api/swagger-codegen) project:
8
8
 
9
9
  - API version: 2.0.0
10
- - Package version: 3.1.40
10
+ - Package version: 3.1.45
11
11
  - Build package: io.swagger.codegen.languages.RubyClientCodegen
12
12
  For more information, please visit [http://www.ultracart.com](http://www.ultracart.com)
13
13
 
@@ -24,15 +24,15 @@ gem build ultracart_api.gemspec
24
24
  Then either install the gem locally:
25
25
 
26
26
  ```shell
27
- gem install ./ultracart_api-3.1.40.gem
27
+ gem install ./ultracart_api-3.1.45.gem
28
28
  ```
29
- (for development, run `gem install --dev ./ultracart_api-3.1.40.gem` to install the development dependencies)
29
+ (for development, run `gem install --dev ./ultracart_api-3.1.45.gem` to install the development dependencies)
30
30
 
31
31
  or publish the gem to a gem hosting service, e.g. [RubyGems](https://rubygems.org/).
32
32
 
33
33
  Finally add this to the Gemfile:
34
34
 
35
- gem 'ultracart_api', '~> 3.1.40'
35
+ gem 'ultracart_api', '~> 3.1.45'
36
36
 
37
37
  ### Install from Git
38
38
 
@@ -205,6 +205,7 @@ Class | Method | HTTP request | Description
205
205
  *UltracartClient::StorefrontApi* | [**delete_email_postcard**](docs/StorefrontApi.md#delete_email_postcard) | **DELETE** /storefront/{storefront_oid}/email/postcards/{commseq_postcard_uuid} | Delete email postcard
206
206
  *UltracartClient::StorefrontApi* | [**delete_email_sending_domain**](docs/StorefrontApi.md#delete_email_sending_domain) | **DELETE** /storefront/email/sending_domains/{domain} | delete email campaign
207
207
  *UltracartClient::StorefrontApi* | [**delete_experiment**](docs/StorefrontApi.md#delete_experiment) | **DELETE** /storefront/{storefront_oid}/experiments/{storefront_experiment_oid} | Delete experiment
208
+ *UltracartClient::StorefrontApi* | [**delete_heatmap**](docs/StorefrontApi.md#delete_heatmap) | **DELETE** /storefront/{storefront_oid}/screen_recordings/heatmap | Delete screen recording heatmap
208
209
  *UltracartClient::StorefrontApi* | [**delete_library_item**](docs/StorefrontApi.md#delete_library_item) | **DELETE** /storefront/code_library/{library_item_oid} | Delete library item
209
210
  *UltracartClient::StorefrontApi* | [**delete_library_item_published_versions**](docs/StorefrontApi.md#delete_library_item_published_versions) | **DELETE** /storefront/code_library/{library_item_oid}/published_versions | Delete all published versions for a library item, including anything in review.
210
211
  *UltracartClient::StorefrontApi* | [**delete_screen_recording_segment**](docs/StorefrontApi.md#delete_screen_recording_segment) | **DELETE** /storefront/{storefront_oid}/screen_recordings/segments/{screen_recording_segment_oid} | Delete screen recording segment
@@ -264,6 +265,8 @@ Class | Method | HTTP request | Description
264
265
  *UltracartClient::StorefrontApi* | [**get_email_templates**](docs/StorefrontApi.md#get_email_templates) | **GET** /storefront/{storefront_oid}/email/templates | Get email templates
265
266
  *UltracartClient::StorefrontApi* | [**get_email_third_party_providers**](docs/StorefrontApi.md#get_email_third_party_providers) | **GET** /storefront/{storefront_oid}/email/third_party_providers | Get a list of third party email providers
266
267
  *UltracartClient::StorefrontApi* | [**get_experiments**](docs/StorefrontApi.md#get_experiments) | **GET** /storefront/{storefront_oid}/experiments | Get experiments
268
+ *UltracartClient::StorefrontApi* | [**get_heatmap**](docs/StorefrontApi.md#get_heatmap) | **POST** /storefront/{storefront_oid}/screen_recordings/heatmap | Get screen recording heatmap
269
+ *UltracartClient::StorefrontApi* | [**get_heatmap_index**](docs/StorefrontApi.md#get_heatmap_index) | **POST** /storefront/{storefront_oid}/screen_recordings/heatmap/index | Get screen recording heatmap index
267
270
  *UltracartClient::StorefrontApi* | [**get_histogram_property_names**](docs/StorefrontApi.md#get_histogram_property_names) | **GET** /storefront/{storefront_oid}/email/histogram/property_names | Get histogram property names
268
271
  *UltracartClient::StorefrontApi* | [**get_histogram_property_values**](docs/StorefrontApi.md#get_histogram_property_values) | **GET** /storefront/{storefront_oid}/email/histogram/property_values | Get histogram property values
269
272
  *UltracartClient::StorefrontApi* | [**get_library_filter_values**](docs/StorefrontApi.md#get_library_filter_values) | **GET** /storefront/code_library/filter_values | Get library values used to populate drop down boxes for filtering.
@@ -870,6 +873,12 @@ Class | Method | HTTP request | Description
870
873
  - [UltracartClient::ScreenRecordingFilterValuesEventParams](docs/ScreenRecordingFilterValuesEventParams.md)
871
874
  - [UltracartClient::ScreenRecordingFilterValuesPageParam](docs/ScreenRecordingFilterValuesPageParam.md)
872
875
  - [UltracartClient::ScreenRecordingFilterValuesPageView](docs/ScreenRecordingFilterValuesPageView.md)
876
+ - [UltracartClient::ScreenRecordingHeatmap](docs/ScreenRecordingHeatmap.md)
877
+ - [UltracartClient::ScreenRecordingHeatmapIndexResponse](docs/ScreenRecordingHeatmapIndexResponse.md)
878
+ - [UltracartClient::ScreenRecordingHeatmapRequest](docs/ScreenRecordingHeatmapRequest.md)
879
+ - [UltracartClient::ScreenRecordingHeatmapReset](docs/ScreenRecordingHeatmapReset.md)
880
+ - [UltracartClient::ScreenRecordingHeatmapResponse](docs/ScreenRecordingHeatmapResponse.md)
881
+ - [UltracartClient::ScreenRecordingHeatmapUrl](docs/ScreenRecordingHeatmapUrl.md)
873
882
  - [UltracartClient::ScreenRecordingMerchantNotesRequest](docs/ScreenRecordingMerchantNotesRequest.md)
874
883
  - [UltracartClient::ScreenRecordingMultifield](docs/ScreenRecordingMultifield.md)
875
884
  - [UltracartClient::ScreenRecordingPageView](docs/ScreenRecordingPageView.md)
@@ -1010,6 +1019,10 @@ Not every change is committed to every SDK.
1010
1019
 
1011
1020
  | Version | Date | Comments |
1012
1021
  | --: | :-: | --- |
1022
+ | 3.1.44 | 06/02/2021 | new boolean flag on items object to allow sharing of reviews between items |
1023
+ | 3.1.43 | 06/01/2021 | fix item serialized name of item serialized name for channel partner item mappings |
1024
+ | 3.1.42 | 06/01/2021 | added quickbooks accounting codes at the tiered level for tiered coupons |
1025
+ | 3.1.41 | 05/21/2021 | screen recording heatmap methods |
1013
1026
  | 3.1.40 | 05/20/2021 | Order.summary.actual_payment_processing field added |
1014
1027
  | 3.1.39 | 05/19/2021 | full deployment to ensure all language SDKs are up to date |
1015
1028
  | 3.1.37 | 05/18/2021 | removed php sdk dependency on ext-mbstring by generating sdk with polyfill requirement. sdk is more portable now. |
@@ -4,6 +4,7 @@
4
4
  Name | Type | Description | Notes
5
5
  ------------ | ------------- | ------------- | -------------
6
6
  **discount_amount** | **Float** | The amount of subtotal discount | [optional]
7
+ **quickbooks_code** | **String** | Quickbooks accounting code. | [optional]
7
8
  **subtotal_amount** | **Float** | The amount of subtotal required to receive the discount amount | [optional]
8
9
 
9
10
 
@@ -4,6 +4,7 @@
4
4
  Name | Type | Description | Notes
5
5
  ------------ | ------------- | ------------- | -------------
6
6
  **discount_percent** | **Float** | The percent of subtotal discount | [optional]
7
+ **quickbooks_code** | **String** | Quickbooks accounting code. | [optional]
7
8
  **subtotal_amount** | **Float** | The amount of subtotal required to receive the discount percent | [optional]
8
9
 
9
10
 
@@ -5,5 +5,6 @@ Name | Type | Description | Notes
5
5
  ------------ | ------------- | ------------- | -------------
6
6
  **discount_amount** | **Float** | The amount of discount per item. | [optional]
7
7
  **item_quantity** | **Integer** | The quantity of item purchased (in units) | [optional]
8
+ **quickbooks_code** | **String** | Quickbooks accounting code. | [optional]
8
9
 
9
10
 
@@ -5,5 +5,6 @@ Name | Type | Description | Notes
5
5
  ------------ | ------------- | ------------- | -------------
6
6
  **discount_percent** | **Float** | The percent of discount per item. | [optional]
7
7
  **item_quantity** | **Integer** | The quantity of item purchased (in units) | [optional]
8
+ **quickbooks_code** | **String** | Quickbooks accounting code. | [optional]
8
9
 
9
10
 
@@ -3,6 +3,7 @@
3
3
  ## Properties
4
4
  Name | Type | Description | Notes
5
5
  ------------ | ------------- | ------------- | -------------
6
+ **quickbooks_code** | **String** | Quickbooks accounting code. | [optional]
6
7
  **shipping_methods** | **Array<String>** | One or more shipping methods that may receive this discount | [optional]
7
8
  **tiers** | [**Array<CouponTierPercent>**](CouponTierPercent.md) | A list of discount tiers. | [optional]
8
9
 
data/docs/Item.md CHANGED
@@ -7,7 +7,7 @@ Name | Type | Description | Notes
7
7
  **amember** | [**ItemAmember**](ItemAmember.md) | | [optional]
8
8
  **auto_order** | [**ItemAutoOrder**](ItemAutoOrder.md) | | [optional]
9
9
  **ccbill** | [**ItemCCBill**](ItemCCBill.md) | | [optional]
10
- **channel_partner_mappings** | [**Array<ItemChannelPartnerMapping>**](ItemChannelPartnerMapping.md) | Channel Partner Item Mapping | [optional]
10
+ **channel_partner_item_mappings** | [**Array<ItemChannelPartnerMapping>**](ItemChannelPartnerMapping.md) | Channel Partner Item Mapping | [optional]
11
11
  **chargeback** | [**ItemChargeback**](ItemChargeback.md) | | [optional]
12
12
  **checkout** | [**ItemCheckout**](ItemCheckout.md) | | [optional]
13
13
  **content** | [**ItemContent**](ItemContent.md) | | [optional]
data/docs/ItemReviews.md CHANGED
@@ -10,5 +10,7 @@ Name | Type | Description | Notes
10
10
  **review_template_name** | **String** | Review template name | [optional]
11
11
  **review_template_oid** | **Integer** | Review template object identifier | [optional]
12
12
  **reviewable** | **BOOLEAN** | True if the item is reviewable | [optional]
13
+ **share_reviews_with_merchant_item_id** | **String** | Share reviews with item id. To set, use the share_reviews_with_merchant_item_oid field. | [optional]
14
+ **share_reviews_with_merchant_item_oid** | **Integer** | Share reviews with item oid. To null out this field, set teh value to zero. | [optional]
13
15
 
14
16
 
data/docs/OrderApi.md CHANGED
@@ -31,7 +31,7 @@ Method | HTTP request | Description
31
31
 
32
32
  Adjusts an order total
33
33
 
34
- Adjusts an order total. Adjusts individual items appropriately and considers taxes. Desired total should be provided in the same currency as the order. Returns true if successful.
34
+ Adjusts an order total. Adjusts individual items appropriately and considers taxes. Desired total should be provided in the same currency as the order and must be less than the current total and greater than zero. This call will change the order total. It returns true if the desired total is achieved. If the goal seeking algorithm falls short (usually by pennies), this method returns back false. View the merchant notes for the order for further details.
35
35
 
36
36
  ### Example
37
37
  ```ruby
data/docs/OrderSummary.md CHANGED
@@ -4,6 +4,7 @@
4
4
  Name | Type | Description | Notes
5
5
  ------------ | ------------- | ------------- | -------------
6
6
  **actual_fulfillment** | [**Currency**](Currency.md) | | [optional]
7
+ **actual_payment_processing** | [**Currency**](Currency.md) | | [optional]
7
8
  **actual_shipping** | [**Currency**](Currency.md) | | [optional]
8
9
  **arbitrary_shipping_handling_total** | [**Currency**](Currency.md) | | [optional]
9
10
  **other_refunded** | [**Currency**](Currency.md) | | [optional]
@@ -3,6 +3,7 @@
3
3
  ## Properties
4
4
  Name | Type | Description | Notes
5
5
  ------------ | ------------- | ------------- | -------------
6
+ **domain** | [**ScreenRecordingFilterStringSearch**](ScreenRecordingFilterStringSearch.md) | | [optional]
6
7
  **events** | [**Array<ScreenRecordingFilterPageViewEvent>**](ScreenRecordingFilterPageViewEvent.md) | | [optional]
7
8
  **params** | [**Array<ScreenRecordingFilterPageViewParam>**](ScreenRecordingFilterPageViewParam.md) | | [optional]
8
9
  **referrer** | [**ScreenRecordingFilterStringSearch**](ScreenRecordingFilterStringSearch.md) | | [optional]
@@ -3,6 +3,7 @@
3
3
  ## Properties
4
4
  Name | Type | Description | Notes
5
5
  ------------ | ------------- | ------------- | -------------
6
+ **domains** | **Array<String>** | | [optional]
6
7
  **events** | [**Array<ScreenRecordingFilterValuesEvent>**](ScreenRecordingFilterValuesEvent.md) | | [optional]
7
8
  **page_params** | [**Array<ScreenRecordingFilterValuesPageParam>**](ScreenRecordingFilterValuesPageParam.md) | | [optional]
8
9
  **time_on_page_max** | **Integer** | | [optional]
@@ -0,0 +1,19 @@
1
+ # UltracartClient::ScreenRecordingHeatmap
2
+
3
+ ## Properties
4
+ Name | Type | Description | Notes
5
+ ------------ | ------------- | ------------- | -------------
6
+ **large_click_url** | **String** | | [optional]
7
+ **large_movement_url** | **String** | | [optional]
8
+ **large_regular_url** | **String** | | [optional]
9
+ **large_scroll_url** | **String** | | [optional]
10
+ **medium_click_url** | **String** | | [optional]
11
+ **medium_movement_url** | **String** | | [optional]
12
+ **medium_regular_url** | **String** | | [optional]
13
+ **medium_scroll_url** | **String** | | [optional]
14
+ **small_click_url** | **String** | | [optional]
15
+ **small_movement_url** | **String** | | [optional]
16
+ **small_regular_url** | **String** | | [optional]
17
+ **small_scroll_url** | **String** | | [optional]
18
+
19
+
@@ -0,0 +1,12 @@
1
+ # UltracartClient::ScreenRecordingHeatmapIndexResponse
2
+
3
+ ## Properties
4
+ Name | Type | Description | Notes
5
+ ------------ | ------------- | ------------- | -------------
6
+ **error** | [**Error**](Error.md) | | [optional]
7
+ **heatmap_urls** | [**Array<ScreenRecordingHeatmapUrl>**](ScreenRecordingHeatmapUrl.md) | | [optional]
8
+ **metadata** | [**ResponseMetadata**](ResponseMetadata.md) | | [optional]
9
+ **success** | **BOOLEAN** | Indicates if API call was successful | [optional]
10
+ **warning** | [**Warning**](Warning.md) | | [optional]
11
+
12
+
@@ -0,0 +1,9 @@
1
+ # UltracartClient::ScreenRecordingHeatmapRequest
2
+
3
+ ## Properties
4
+ Name | Type | Description | Notes
5
+ ------------ | ------------- | ------------- | -------------
6
+ **range** | [**ScreenRecordingFilterRangeDate**](ScreenRecordingFilterRangeDate.md) | | [optional]
7
+ **url** | **String** | | [optional]
8
+
9
+
@@ -0,0 +1,8 @@
1
+ # UltracartClient::ScreenRecordingHeatmapReset
2
+
3
+ ## Properties
4
+ Name | Type | Description | Notes
5
+ ------------ | ------------- | ------------- | -------------
6
+ **url** | **String** | | [optional]
7
+
8
+
@@ -0,0 +1,12 @@
1
+ # UltracartClient::ScreenRecordingHeatmapResponse
2
+
3
+ ## Properties
4
+ Name | Type | Description | Notes
5
+ ------------ | ------------- | ------------- | -------------
6
+ **error** | [**Error**](Error.md) | | [optional]
7
+ **heatmap** | [**ScreenRecordingHeatmap**](ScreenRecordingHeatmap.md) | | [optional]
8
+ **metadata** | [**ResponseMetadata**](ResponseMetadata.md) | | [optional]
9
+ **success** | **BOOLEAN** | Indicates if API call was successful | [optional]
10
+ **warning** | [**Warning**](Warning.md) | | [optional]
11
+
12
+
@@ -0,0 +1,12 @@
1
+ # UltracartClient::ScreenRecordingHeatmapUrl
2
+
3
+ ## Properties
4
+ Name | Type | Description | Notes
5
+ ------------ | ------------- | ------------- | -------------
6
+ **histogram_data** | **Array<Integer>** | | [optional]
7
+ **histogram_interval** | **String** | | [optional]
8
+ **histogram_start_dts** | **String** | | [optional]
9
+ **session_count** | **Integer** | | [optional]
10
+ **url** | **String** | | [optional]
11
+
12
+
@@ -3,6 +3,7 @@
3
3
  ## Properties
4
4
  Name | Type | Description | Notes
5
5
  ------------ | ------------- | ------------- | -------------
6
+ **domain** | **String** | | [optional]
6
7
  **events** | [**Array<ScreenRecordingPageViewEvent>**](ScreenRecordingPageViewEvent.md) | | [optional]
7
8
  **first_event_timestamp** | **String** | First event timestamp | [optional]
8
9
  **http_post** | **BOOLEAN** | | [optional]
@@ -21,6 +21,7 @@ Method | HTTP request | Description
21
21
  [**delete_email_postcard**](StorefrontApi.md#delete_email_postcard) | **DELETE** /storefront/{storefront_oid}/email/postcards/{commseq_postcard_uuid} | Delete email postcard
22
22
  [**delete_email_sending_domain**](StorefrontApi.md#delete_email_sending_domain) | **DELETE** /storefront/email/sending_domains/{domain} | delete email campaign
23
23
  [**delete_experiment**](StorefrontApi.md#delete_experiment) | **DELETE** /storefront/{storefront_oid}/experiments/{storefront_experiment_oid} | Delete experiment
24
+ [**delete_heatmap**](StorefrontApi.md#delete_heatmap) | **DELETE** /storefront/{storefront_oid}/screen_recordings/heatmap | Delete screen recording heatmap
24
25
  [**delete_library_item**](StorefrontApi.md#delete_library_item) | **DELETE** /storefront/code_library/{library_item_oid} | Delete library item
25
26
  [**delete_library_item_published_versions**](StorefrontApi.md#delete_library_item_published_versions) | **DELETE** /storefront/code_library/{library_item_oid}/published_versions | Delete all published versions for a library item, including anything in review.
26
27
  [**delete_screen_recording_segment**](StorefrontApi.md#delete_screen_recording_segment) | **DELETE** /storefront/{storefront_oid}/screen_recordings/segments/{screen_recording_segment_oid} | Delete screen recording segment
@@ -80,6 +81,8 @@ Method | HTTP request | Description
80
81
  [**get_email_templates**](StorefrontApi.md#get_email_templates) | **GET** /storefront/{storefront_oid}/email/templates | Get email templates
81
82
  [**get_email_third_party_providers**](StorefrontApi.md#get_email_third_party_providers) | **GET** /storefront/{storefront_oid}/email/third_party_providers | Get a list of third party email providers
82
83
  [**get_experiments**](StorefrontApi.md#get_experiments) | **GET** /storefront/{storefront_oid}/experiments | Get experiments
84
+ [**get_heatmap**](StorefrontApi.md#get_heatmap) | **POST** /storefront/{storefront_oid}/screen_recordings/heatmap | Get screen recording heatmap
85
+ [**get_heatmap_index**](StorefrontApi.md#get_heatmap_index) | **POST** /storefront/{storefront_oid}/screen_recordings/heatmap/index | Get screen recording heatmap index
83
86
  [**get_histogram_property_names**](StorefrontApi.md#get_histogram_property_names) | **GET** /storefront/{storefront_oid}/email/histogram/property_names | Get histogram property names
84
87
  [**get_histogram_property_values**](StorefrontApi.md#get_histogram_property_values) | **GET** /storefront/{storefront_oid}/email/histogram/property_values | Get histogram property values
85
88
  [**get_library_filter_values**](StorefrontApi.md#get_library_filter_values) | **GET** /storefront/code_library/filter_values | Get library values used to populate drop down boxes for filtering.
@@ -1020,6 +1023,58 @@ nil (empty response body)
1020
1023
 
1021
1024
 
1022
1025
 
1026
+ # **delete_heatmap**
1027
+ > delete_heatmap(storefront_oid, query)
1028
+
1029
+ Delete screen recording heatmap
1030
+
1031
+ Delete screen recording heatmap
1032
+
1033
+ ### Example
1034
+ ```ruby
1035
+ # load the gem
1036
+ require 'ultracart_api'
1037
+
1038
+ # Create a Simple Key: https://ultracart.atlassian.net/wiki/spaces/ucdoc/pages/38688545/API+Simple+Key
1039
+ simple_key = '109ee846ee69f50177018ab12f008a00748a25aa28dbdc0177018ab12f008a00'
1040
+ api_instance = UltracartClient::StorefrontApi.new_using_api_key(simple_key, false, false)
1041
+
1042
+
1043
+ storefront_oid = 56 # Integer |
1044
+
1045
+ query = UltracartClient::ScreenRecordingHeatmapReset.new # ScreenRecordingHeatmapReset | Query
1046
+
1047
+
1048
+ begin
1049
+ #Delete screen recording heatmap
1050
+ api_instance.delete_heatmap(storefront_oid, query)
1051
+ rescue UltracartClient::ApiError => e
1052
+ puts "Exception when calling StorefrontApi->delete_heatmap: #{e}"
1053
+ end
1054
+ ```
1055
+
1056
+ ### Parameters
1057
+
1058
+ Name | Type | Description | Notes
1059
+ ------------- | ------------- | ------------- | -------------
1060
+ **storefront_oid** | **Integer**| |
1061
+ **query** | [**ScreenRecordingHeatmapReset**](ScreenRecordingHeatmapReset.md)| Query |
1062
+
1063
+ ### Return type
1064
+
1065
+ nil (empty response body)
1066
+
1067
+ ### Authorization
1068
+
1069
+ [ultraCartOauth](../README.md#ultraCartOauth), [ultraCartSimpleApiKey](../README.md#ultraCartSimpleApiKey)
1070
+
1071
+ ### HTTP request headers
1072
+
1073
+ - **Content-Type**: application/json
1074
+ - **Accept**: application/json
1075
+
1076
+
1077
+
1023
1078
  # **delete_library_item**
1024
1079
  > delete_library_item(library_item_oid)
1025
1080
 
@@ -4010,6 +4065,109 @@ Name | Type | Description | Notes
4010
4065
 
4011
4066
 
4012
4067
 
4068
+ # **get_heatmap**
4069
+ > ScreenRecordingHeatmapResponse get_heatmap(storefront_oid, query)
4070
+
4071
+ Get screen recording heatmap
4072
+
4073
+ Get screen recording heatmap
4074
+
4075
+ ### Example
4076
+ ```ruby
4077
+ # load the gem
4078
+ require 'ultracart_api'
4079
+
4080
+ # Create a Simple Key: https://ultracart.atlassian.net/wiki/spaces/ucdoc/pages/38688545/API+Simple+Key
4081
+ simple_key = '109ee846ee69f50177018ab12f008a00748a25aa28dbdc0177018ab12f008a00'
4082
+ api_instance = UltracartClient::StorefrontApi.new_using_api_key(simple_key, false, false)
4083
+
4084
+
4085
+ storefront_oid = 56 # Integer |
4086
+
4087
+ query = UltracartClient::ScreenRecordingHeatmapRequest.new # ScreenRecordingHeatmapRequest | Query
4088
+
4089
+
4090
+ begin
4091
+ #Get screen recording heatmap
4092
+ result = api_instance.get_heatmap(storefront_oid, query)
4093
+ p result
4094
+ rescue UltracartClient::ApiError => e
4095
+ puts "Exception when calling StorefrontApi->get_heatmap: #{e}"
4096
+ end
4097
+ ```
4098
+
4099
+ ### Parameters
4100
+
4101
+ Name | Type | Description | Notes
4102
+ ------------- | ------------- | ------------- | -------------
4103
+ **storefront_oid** | **Integer**| |
4104
+ **query** | [**ScreenRecordingHeatmapRequest**](ScreenRecordingHeatmapRequest.md)| Query |
4105
+
4106
+ ### Return type
4107
+
4108
+ [**ScreenRecordingHeatmapResponse**](ScreenRecordingHeatmapResponse.md)
4109
+
4110
+ ### Authorization
4111
+
4112
+ [ultraCartOauth](../README.md#ultraCartOauth), [ultraCartSimpleApiKey](../README.md#ultraCartSimpleApiKey)
4113
+
4114
+ ### HTTP request headers
4115
+
4116
+ - **Content-Type**: application/json
4117
+ - **Accept**: application/json
4118
+
4119
+
4120
+
4121
+ # **get_heatmap_index**
4122
+ > ScreenRecordingHeatmapIndexResponse get_heatmap_index(storefront_oid)
4123
+
4124
+ Get screen recording heatmap index
4125
+
4126
+ Get screen recording heatmap index
4127
+
4128
+ ### Example
4129
+ ```ruby
4130
+ # load the gem
4131
+ require 'ultracart_api'
4132
+
4133
+ # Create a Simple Key: https://ultracart.atlassian.net/wiki/spaces/ucdoc/pages/38688545/API+Simple+Key
4134
+ simple_key = '109ee846ee69f50177018ab12f008a00748a25aa28dbdc0177018ab12f008a00'
4135
+ api_instance = UltracartClient::StorefrontApi.new_using_api_key(simple_key, false, false)
4136
+
4137
+
4138
+ storefront_oid = 56 # Integer |
4139
+
4140
+
4141
+ begin
4142
+ #Get screen recording heatmap index
4143
+ result = api_instance.get_heatmap_index(storefront_oid)
4144
+ p result
4145
+ rescue UltracartClient::ApiError => e
4146
+ puts "Exception when calling StorefrontApi->get_heatmap_index: #{e}"
4147
+ end
4148
+ ```
4149
+
4150
+ ### Parameters
4151
+
4152
+ Name | Type | Description | Notes
4153
+ ------------- | ------------- | ------------- | -------------
4154
+ **storefront_oid** | **Integer**| |
4155
+
4156
+ ### Return type
4157
+
4158
+ [**ScreenRecordingHeatmapIndexResponse**](ScreenRecordingHeatmapIndexResponse.md)
4159
+
4160
+ ### Authorization
4161
+
4162
+ [ultraCartOauth](../README.md#ultraCartOauth), [ultraCartSimpleApiKey](../README.md#ultraCartSimpleApiKey)
4163
+
4164
+ ### HTTP request headers
4165
+
4166
+ - **Content-Type**: application/json
4167
+ - **Accept**: application/json
4168
+
4169
+
4170
+
4013
4171
  # **get_histogram_property_names**
4014
4172
  > EmailHistogramPropertyNamesResponse get_histogram_property_names(storefront_oid, opts)
4015
4173