ultracart_api 3.2.13 → 3.3.1

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: c0f63c103694ce036268067312ece0840cd6e4ce5bbe1b11456385fb6e88a943
4
- data.tar.gz: 60a7abab5bc8d07865482a1e421f351c240fe2eec6f5c1f792c7a5325237d97a
3
+ metadata.gz: 973e1851cbd7dd1d0481726fd57f45fe46eab86d9e89543166aeaca494827159
4
+ data.tar.gz: 210b313bd8f49860508a69095f369c2ff050f1eb7312933479207eb8c29877a0
5
5
  SHA512:
6
- metadata.gz: a8e4844ca4bee069ccfb372757a6ce80bf41fc6d4eb82d55ff38154dc1659dc081f0e2eef6d15deb670db872bc8315082d0363b310681fcbb4a7309bbad5605c
7
- data.tar.gz: 29730e090b88d4c6357a415cd6a75517cd9e7e3bc7fcec795e161c615cf6379e4667986ba6535b06174dde3a55c700bb3bb2d52071e88e2722c4c62a3dfd3043
6
+ metadata.gz: 0224b0f76d1132f9873e8d36895c36b3cdc78602fac467c3f72517aaecca72d70d215e761a5d04b3bf3ed86b80cf7a8661186996a4b29c0dbd96051f33705137
7
+ data.tar.gz: bbdd9dfdf2136259e2a468752a1239d3a271fa59edb54ac61313b4650f5eaeeb05798549a0555ddbc6a4289906068d57f6848e10641963a9447582952d47c470
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.2.13
10
+ - Package version: 3.3.1
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.2.13.gem
27
+ gem install ./ultracart_api-3.3.1.gem
28
28
  ```
29
- (for development, run `gem install --dev ./ultracart_api-3.2.13.gem` to install the development dependencies)
29
+ (for development, run `gem install --dev ./ultracart_api-3.3.1.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.2.13'
35
+ gem 'ultracart_api', '~> 3.3.1'
36
36
 
37
37
  ### Install from Git
38
38
 
@@ -177,7 +177,7 @@ Class | Method | HTTP request | Description
177
177
  *UltracartClient::OrderApi* | [**delete_order**](docs/OrderApi.md#delete_order) | **DELETE** /order/orders/{order_id} | Delete an order
178
178
  *UltracartClient::OrderApi* | [**format**](docs/OrderApi.md#format) | **POST** /order/orders/{order_id}/format | Format order
179
179
  *UltracartClient::OrderApi* | [**generate_order_token**](docs/OrderApi.md#generate_order_token) | **GET** /order/orders/token/{order_id} | Generate an order token for a given order id
180
- *UltracartClient::OrderApi* | [**generate_packing_slip_all_dc**](docs/OrderApi.md#generate_packing_slip_all_dc) | **GET** /order/orders/{order_id}/packing_slip | Generate a packing slip for this order for the given distribution center.
180
+ *UltracartClient::OrderApi* | [**generate_packing_slip_all_dc**](docs/OrderApi.md#generate_packing_slip_all_dc) | **GET** /order/orders/{order_id}/packing_slip | Generate a packing slip for this order across all distribution centers.
181
181
  *UltracartClient::OrderApi* | [**generate_packing_slip_specific_dc**](docs/OrderApi.md#generate_packing_slip_specific_dc) | **GET** /order/orders/{order_id}/packing_slip/{distribution_center_code} | Generate a packing slip for this order for the given distribution center.
182
182
  *UltracartClient::OrderApi* | [**get_accounts_receivable_retry_config**](docs/OrderApi.md#get_accounts_receivable_retry_config) | **GET** /order/accountsReceivableRetryConfig | Retrieve A/R Retry Configuration
183
183
  *UltracartClient::OrderApi* | [**get_accounts_receivable_retry_stats**](docs/OrderApi.md#get_accounts_receivable_retry_stats) | **GET** /order/accountsReceivableRetryConfig/stats | Retrieve A/R Retry Statistics
@@ -194,6 +194,10 @@ Class | Method | HTTP request | Description
194
194
  *UltracartClient::OrderApi* | [**resend_shipment_confirmation**](docs/OrderApi.md#resend_shipment_confirmation) | **POST** /order/orders/{order_id}/resend_shipment_confirmation | Resend shipment confirmation
195
195
  *UltracartClient::OrderApi* | [**update_accounts_receivable_retry_config**](docs/OrderApi.md#update_accounts_receivable_retry_config) | **POST** /order/accountsReceivableRetryConfig | Update A/R Retry Configuration
196
196
  *UltracartClient::OrderApi* | [**update_order**](docs/OrderApi.md#update_order) | **PUT** /order/orders/{order_id} | Update an order
197
+ *UltracartClient::SsoApi* | [**get_sso_session_user**](docs/SsoApi.md#get_sso_session_user) | **GET** /sso/session/user | Get single sign on session user
198
+ *UltracartClient::SsoApi* | [**sso_authorize**](docs/SsoApi.md#sso_authorize) | **PUT** /sso/authorize | Authorize a single sign on session
199
+ *UltracartClient::SsoApi* | [**sso_session_revoke**](docs/SsoApi.md#sso_session_revoke) | **DELETE** /sso/session/revoke | Revoke single sign on session
200
+ *UltracartClient::SsoApi* | [**sso_token**](docs/SsoApi.md#sso_token) | **PUT** /sso/token | Exchange a single sign on code for a simple key token
197
201
  *UltracartClient::StorefrontApi* | [**add_to_library**](docs/StorefrontApi.md#add_to_library) | **POST** /storefront/code_library | Add to library
198
202
  *UltracartClient::StorefrontApi* | [**apply_to_store_front**](docs/StorefrontApi.md#apply_to_store_front) | **POST** /storefront/code_library/apply | Apply library item to storefront.
199
203
  *UltracartClient::StorefrontApi* | [**archive_email_list**](docs/StorefrontApi.md#archive_email_list) | **POST** /storefront/{storefront_oid}/email/lists/{email_list_uuid}/archive | Archive email list
@@ -238,6 +242,7 @@ Class | Method | HTTP request | Description
238
242
  *UltracartClient::StorefrontApi* | [**get_email_customers**](docs/StorefrontApi.md#get_email_customers) | **GET** /storefront/{storefront_oid}/email/customers | Get email customers
239
243
  *UltracartClient::StorefrontApi* | [**get_email_dashboard_activity**](docs/StorefrontApi.md#get_email_dashboard_activity) | **GET** /storefront/{storefront_oid}/email/dashboard_activity | Get email dashboard activity
240
244
  *UltracartClient::StorefrontApi* | [**get_email_dashboard_stats**](docs/StorefrontApi.md#get_email_dashboard_stats) | **GET** /storefront/{storefront_oid}/email/dashboard_stats | Get dashboard stats
245
+ *UltracartClient::StorefrontApi* | [**get_email_dispatch_logs**](docs/StorefrontApi.md#get_email_dispatch_logs) | **GET** /storefront/{storefront_oid}/email/commseqs/{commseq_uuid}/steps/{commseq_step_uuid}/logs | Get email dispatch logs
241
246
  *UltracartClient::StorefrontApi* | [**get_email_email**](docs/StorefrontApi.md#get_email_email) | **GET** /storefront/{storefront_oid}/email/emails/{commseq_email_uuid} | Get email email
242
247
  *UltracartClient::StorefrontApi* | [**get_email_email_clicks**](docs/StorefrontApi.md#get_email_email_clicks) | **GET** /storefront/{storefront_oid}/email/commseqs/{commseq_uuid}/steps/{commseq_step_uuid}/emails/{commseq_email_uuid}/clicks | Get email email clicks
243
248
  *UltracartClient::StorefrontApi* | [**get_email_email_customer_editor_url**](docs/StorefrontApi.md#get_email_email_customer_editor_url) | **GET** /storefront/{storefront_oid}/email/emails/{commseq_email_uuid}/orders/{order_id}/editor_url | Get email order customer editor url
@@ -610,6 +615,8 @@ Class | Method | HTTP request | Description
610
615
  - [UltracartClient::EmailCommseqStat](docs/EmailCommseqStat.md)
611
616
  - [UltracartClient::EmailCommseqStatResponse](docs/EmailCommseqStatResponse.md)
612
617
  - [UltracartClient::EmailCommseqStep](docs/EmailCommseqStep.md)
618
+ - [UltracartClient::EmailCommseqStepLog](docs/EmailCommseqStepLog.md)
619
+ - [UltracartClient::EmailCommseqStepLogsResponse](docs/EmailCommseqStepLogsResponse.md)
613
620
  - [UltracartClient::EmailCommseqsResponse](docs/EmailCommseqsResponse.md)
614
621
  - [UltracartClient::EmailCustomer](docs/EmailCustomer.md)
615
622
  - [UltracartClient::EmailCustomerEditorUrlResponse](docs/EmailCustomerEditorUrlResponse.md)
@@ -918,6 +925,8 @@ Class | Method | HTTP request | Description
918
925
  - [UltracartClient::ScreenshotsResponse](docs/ScreenshotsResponse.md)
919
926
  - [UltracartClient::SelfConfig](docs/SelfConfig.md)
920
927
  - [UltracartClient::SimpleValue](docs/SimpleValue.md)
928
+ - [UltracartClient::SingleSignOnAuthorizeRequest](docs/SingleSignOnAuthorizeRequest.md)
929
+ - [UltracartClient::SingleSignOnTokenRequest](docs/SingleSignOnTokenRequest.md)
921
930
  - [UltracartClient::SovosConfig](docs/SovosConfig.md)
922
931
  - [UltracartClient::StateProvince](docs/StateProvince.md)
923
932
  - [UltracartClient::StepWaiting](docs/StepWaiting.md)
@@ -1035,7 +1044,11 @@ Not every change is committed to every SDK.
1035
1044
 
1036
1045
  | Version | Date | Comments |
1037
1046
  | --: | :-: | --- |
1038
- | 3.2.12 | 07/09/2021 | coupon api - added hideFromCustomer flag |
1047
+ | 3.3.1 | 07/16/2021 | screen recording - event sub text used for assisting in UX rendering |
1048
+ | 3.3.0 | 07/16/2021 | new endpoint SingleSignOn |
1049
+ | 3.2.15 | 07/13/2021 | storefront communications - added methods to retrieve step dispatch logs |
1050
+ | 3.2.14 | 07/12/2021 | fix documentation bug on packing slip methods for order api |
1051
+ | 3.2.13 | 07/12/2021 | coupon api - added hideFromCustomer flag |
1039
1052
  | 3.2.12 | 07/09/2021 | new fulfillment and order methods for generation of packing slips |
1040
1053
  | 3.2.11 | 07/08/2021 | screen recording - missing external tracking flag added |
1041
1054
  | 3.2.10 | 07/08/2021 | customer profile - allow drop shipping options |
@@ -0,0 +1,10 @@
1
+ # UltracartClient::EmailCommseqStepLog
2
+
3
+ ## Properties
4
+ Name | Type | Description | Notes
5
+ ------------ | ------------- | ------------- | -------------
6
+ **email** | **String** | Email | [optional]
7
+ **log** | **String** | Log text | [optional]
8
+ **log_dts** | **String** | Log date/time | [optional]
9
+
10
+
@@ -0,0 +1,12 @@
1
+ # UltracartClient::EmailCommseqStepLogsResponse
2
+
3
+ ## Properties
4
+ Name | Type | Description | Notes
5
+ ------------ | ------------- | ------------- | -------------
6
+ **error** | [**Error**](Error.md) | | [optional]
7
+ **logs** | [**Array<EmailCommseqStepLog>**](EmailCommseqStepLog.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
+
data/docs/OrderApi.md CHANGED
@@ -9,7 +9,7 @@ Method | HTTP request | Description
9
9
  [**delete_order**](OrderApi.md#delete_order) | **DELETE** /order/orders/{order_id} | Delete an order
10
10
  [**format**](OrderApi.md#format) | **POST** /order/orders/{order_id}/format | Format order
11
11
  [**generate_order_token**](OrderApi.md#generate_order_token) | **GET** /order/orders/token/{order_id} | Generate an order token for a given order id
12
- [**generate_packing_slip_all_dc**](OrderApi.md#generate_packing_slip_all_dc) | **GET** /order/orders/{order_id}/packing_slip | Generate a packing slip for this order for the given distribution center.
12
+ [**generate_packing_slip_all_dc**](OrderApi.md#generate_packing_slip_all_dc) | **GET** /order/orders/{order_id}/packing_slip | Generate a packing slip for this order across all distribution centers.
13
13
  [**generate_packing_slip_specific_dc**](OrderApi.md#generate_packing_slip_specific_dc) | **GET** /order/orders/{order_id}/packing_slip/{distribution_center_code} | Generate a packing slip for this order for the given distribution center.
14
14
  [**get_accounts_receivable_retry_config**](OrderApi.md#get_accounts_receivable_retry_config) | **GET** /order/accountsReceivableRetryConfig | Retrieve A/R Retry Configuration
15
15
  [**get_accounts_receivable_retry_stats**](OrderApi.md#get_accounts_receivable_retry_stats) | **GET** /order/accountsReceivableRetryConfig/stats | Retrieve A/R Retry Statistics
@@ -286,7 +286,7 @@ Name | Type | Description | Notes
286
286
  # **generate_packing_slip_all_dc**
287
287
  > OrdersResponse generate_packing_slip_all_dc(order_id)
288
288
 
289
- Generate a packing slip for this order for the given distribution center.
289
+ Generate a packing slip for this order across all distribution centers.
290
290
 
291
291
  The packing slip PDF that is returned is base 64 encoded
292
292
 
@@ -304,7 +304,7 @@ order_id = 'order_id_example' # String | Order ID
304
304
 
305
305
 
306
306
  begin
307
- #Generate a packing slip for this order for the given distribution center.
307
+ #Generate a packing slip for this order across all distribution centers.
308
308
  result = api_instance.generate_packing_slip_all_dc(order_id)
309
309
  p result
310
310
  rescue UltracartClient::ApiError => e
data/docs/OrderCoupon.md CHANGED
@@ -7,5 +7,6 @@ Name | Type | Description | Notes
7
7
  **automatically_applied** | **BOOLEAN** | Whether or not the coupon was automatically applied to the order | [optional]
8
8
  **base_coupon_code** | **String** | Coupon code configured by the merchant. Will differ if the customer used a one time coupon code generated off this base coupon | [optional]
9
9
  **coupon_code** | **String** | Coupon code entered by the customer | [optional]
10
+ **hdie_from_customer** | **BOOLEAN** | True if this coupon is hidde from the customer | [optional]
10
11
 
11
12
 
@@ -6,6 +6,7 @@ Name | Type | Description | Notes
6
6
  **name** | **String** | | [optional]
7
7
  **params** | [**Array<ScreenRecordingPageViewEventParameter>**](ScreenRecordingPageViewEventParameter.md) | | [optional]
8
8
  **prior_page_view** | **BOOLEAN** | | [optional]
9
+ **sub_text** | **String** | | [optional]
9
10
  **timestamp** | **String** | Timestamp of the event | [optional]
10
11
  **ts** | **Integer** | | [optional]
11
12
 
@@ -0,0 +1,9 @@
1
+ # UltracartClient::SingleSignOnAuthorizeRequest
2
+
3
+ ## Properties
4
+ Name | Type | Description | Notes
5
+ ------------ | ------------- | ------------- | -------------
6
+ **redirect_uri** | **String** | The URL that the customer should be redirected to after they have approved a single sign on session. | [optional]
7
+ **state** | **String** | An optional state variable that you provide. It will be returned to you on the redirect. You can inspect the state to validate the request is legitimate. We recommend using this field. | [optional]
8
+
9
+
@@ -0,0 +1,9 @@
1
+ # UltracartClient::SingleSignOnTokenRequest
2
+
3
+ ## Properties
4
+ Name | Type | Description | Notes
5
+ ------------ | ------------- | ------------- | -------------
6
+ **code** | **String** | The code received on the redirect URI after the customer approved the single sign on request. | [optional]
7
+ **grant_type** | **String** | Grant type. The value should be simple_key. | [optional]
8
+
9
+
data/docs/SsoApi.md ADDED
@@ -0,0 +1,201 @@
1
+ # UltracartClient::SsoApi
2
+
3
+ All URIs are relative to *https://secure.ultracart.com/rest/v2*
4
+
5
+ Method | HTTP request | Description
6
+ ------------- | ------------- | -------------
7
+ [**get_sso_session_user**](SsoApi.md#get_sso_session_user) | **GET** /sso/session/user | Get single sign on session user
8
+ [**sso_authorize**](SsoApi.md#sso_authorize) | **PUT** /sso/authorize | Authorize a single sign on session
9
+ [**sso_session_revoke**](SsoApi.md#sso_session_revoke) | **DELETE** /sso/session/revoke | Revoke single sign on session
10
+ [**sso_token**](SsoApi.md#sso_token) | **PUT** /sso/token | Exchange a single sign on code for a simple key token
11
+
12
+
13
+ # **get_sso_session_user**
14
+ > User get_sso_session_user
15
+
16
+ Get single sign on session user
17
+
18
+ This is the equivalent of logging out of the single sign on session
19
+
20
+ ### Example
21
+ ```ruby
22
+ # load the gem
23
+ require 'ultracart_api'
24
+
25
+ # Create a Simple Key: https://ultracart.atlassian.net/wiki/spaces/ucdoc/pages/38688545/API+Simple+Key
26
+ simple_key = '109ee846ee69f50177018ab12f008a00748a25aa28dbdc0177018ab12f008a00'
27
+ api_instance = UltracartClient::SsoApi.new_using_api_key(simple_key, false, false)
28
+
29
+
30
+
31
+ begin
32
+ #Get single sign on session user
33
+ result = api_instance.get_sso_session_user
34
+ p result
35
+ rescue UltracartClient::ApiError => e
36
+ puts "Exception when calling SsoApi->get_sso_session_user: #{e}"
37
+ end
38
+ ```
39
+
40
+ ### Parameters
41
+ This endpoint does not need any parameter.
42
+
43
+ ### Return type
44
+
45
+ [**User**](User.md)
46
+
47
+ ### Authorization
48
+
49
+ [ultraCartOauth](../README.md#ultraCartOauth), [ultraCartSimpleApiKey](../README.md#ultraCartSimpleApiKey)
50
+
51
+ ### HTTP request headers
52
+
53
+ - **Content-Type**: application/json; charset=UTF-8
54
+ - **Accept**: application/json
55
+
56
+
57
+
58
+ # **sso_authorize**
59
+ > ItemsResponse sso_authorize(authorization_request)
60
+
61
+ Authorize a single sign on session
62
+
63
+ Starts the process of authorizing a single sign on session.
64
+
65
+ ### Example
66
+ ```ruby
67
+ # load the gem
68
+ require 'ultracart_api'
69
+
70
+ # Create a Simple Key: https://ultracart.atlassian.net/wiki/spaces/ucdoc/pages/38688545/API+Simple+Key
71
+ simple_key = '109ee846ee69f50177018ab12f008a00748a25aa28dbdc0177018ab12f008a00'
72
+ api_instance = UltracartClient::SsoApi.new_using_api_key(simple_key, false, false)
73
+
74
+
75
+ authorization_request = UltracartClient::SingleSignOnAuthorizeRequest.new # SingleSignOnAuthorizeRequest | Authorization request
76
+
77
+
78
+ begin
79
+ #Authorize a single sign on session
80
+ result = api_instance.sso_authorize(authorization_request)
81
+ p result
82
+ rescue UltracartClient::ApiError => e
83
+ puts "Exception when calling SsoApi->sso_authorize: #{e}"
84
+ end
85
+ ```
86
+
87
+ ### Parameters
88
+
89
+ Name | Type | Description | Notes
90
+ ------------- | ------------- | ------------- | -------------
91
+ **authorization_request** | [**SingleSignOnAuthorizeRequest**](SingleSignOnAuthorizeRequest.md)| Authorization request |
92
+
93
+ ### Return type
94
+
95
+ [**ItemsResponse**](ItemsResponse.md)
96
+
97
+ ### Authorization
98
+
99
+ [ultraCartOauth](../README.md#ultraCartOauth), [ultraCartSimpleApiKey](../README.md#ultraCartSimpleApiKey)
100
+
101
+ ### HTTP request headers
102
+
103
+ - **Content-Type**: application/json; charset=UTF-8
104
+ - **Accept**: application/json
105
+
106
+
107
+
108
+ # **sso_session_revoke**
109
+ > sso_session_revoke
110
+
111
+ Revoke single sign on session
112
+
113
+ This is the equivalent of logging out of the single sign on session
114
+
115
+ ### Example
116
+ ```ruby
117
+ # load the gem
118
+ require 'ultracart_api'
119
+
120
+ # Create a Simple Key: https://ultracart.atlassian.net/wiki/spaces/ucdoc/pages/38688545/API+Simple+Key
121
+ simple_key = '109ee846ee69f50177018ab12f008a00748a25aa28dbdc0177018ab12f008a00'
122
+ api_instance = UltracartClient::SsoApi.new_using_api_key(simple_key, false, false)
123
+
124
+
125
+
126
+ begin
127
+ #Revoke single sign on session
128
+ api_instance.sso_session_revoke
129
+ rescue UltracartClient::ApiError => e
130
+ puts "Exception when calling SsoApi->sso_session_revoke: #{e}"
131
+ end
132
+ ```
133
+
134
+ ### Parameters
135
+ This endpoint does not need any parameter.
136
+
137
+ ### Return type
138
+
139
+ nil (empty response body)
140
+
141
+ ### Authorization
142
+
143
+ [ultraCartOauth](../README.md#ultraCartOauth), [ultraCartSimpleApiKey](../README.md#ultraCartSimpleApiKey)
144
+
145
+ ### HTTP request headers
146
+
147
+ - **Content-Type**: application/json; charset=UTF-8
148
+ - **Accept**: application/json
149
+
150
+
151
+
152
+ # **sso_token**
153
+ > ItemsResponse sso_token(token_request)
154
+
155
+ Exchange a single sign on code for a simple key token
156
+
157
+ Called by your application after receiving the code back on the redirect URI to obtain a simple key token to make API calls with
158
+
159
+ ### Example
160
+ ```ruby
161
+ # load the gem
162
+ require 'ultracart_api'
163
+
164
+ # Create a Simple Key: https://ultracart.atlassian.net/wiki/spaces/ucdoc/pages/38688545/API+Simple+Key
165
+ simple_key = '109ee846ee69f50177018ab12f008a00748a25aa28dbdc0177018ab12f008a00'
166
+ api_instance = UltracartClient::SsoApi.new_using_api_key(simple_key, false, false)
167
+
168
+
169
+ token_request = UltracartClient::SingleSignOnTokenRequest.new # SingleSignOnTokenRequest | Token request
170
+
171
+
172
+ begin
173
+ #Exchange a single sign on code for a simple key token
174
+ result = api_instance.sso_token(token_request)
175
+ p result
176
+ rescue UltracartClient::ApiError => e
177
+ puts "Exception when calling SsoApi->sso_token: #{e}"
178
+ end
179
+ ```
180
+
181
+ ### Parameters
182
+
183
+ Name | Type | Description | Notes
184
+ ------------- | ------------- | ------------- | -------------
185
+ **token_request** | [**SingleSignOnTokenRequest**](SingleSignOnTokenRequest.md)| Token request |
186
+
187
+ ### Return type
188
+
189
+ [**ItemsResponse**](ItemsResponse.md)
190
+
191
+ ### Authorization
192
+
193
+ [ultraCartOauth](../README.md#ultraCartOauth), [ultraCartSimpleApiKey](../README.md#ultraCartSimpleApiKey)
194
+
195
+ ### HTTP request headers
196
+
197
+ - **Content-Type**: application/json; charset=UTF-8
198
+ - **Accept**: application/json
199
+
200
+
201
+
@@ -48,6 +48,7 @@ Method | HTTP request | Description
48
48
  [**get_email_customers**](StorefrontApi.md#get_email_customers) | **GET** /storefront/{storefront_oid}/email/customers | Get email customers
49
49
  [**get_email_dashboard_activity**](StorefrontApi.md#get_email_dashboard_activity) | **GET** /storefront/{storefront_oid}/email/dashboard_activity | Get email dashboard activity
50
50
  [**get_email_dashboard_stats**](StorefrontApi.md#get_email_dashboard_stats) | **GET** /storefront/{storefront_oid}/email/dashboard_stats | Get dashboard stats
51
+ [**get_email_dispatch_logs**](StorefrontApi.md#get_email_dispatch_logs) | **GET** /storefront/{storefront_oid}/email/commseqs/{commseq_uuid}/steps/{commseq_step_uuid}/logs | Get email dispatch logs
51
52
  [**get_email_email**](StorefrontApi.md#get_email_email) | **GET** /storefront/{storefront_oid}/email/emails/{commseq_email_uuid} | Get email email
52
53
  [**get_email_email_clicks**](StorefrontApi.md#get_email_email_clicks) | **GET** /storefront/{storefront_oid}/email/commseqs/{commseq_uuid}/steps/{commseq_step_uuid}/emails/{commseq_email_uuid}/clicks | Get email email clicks
53
54
  [**get_email_email_customer_editor_url**](StorefrontApi.md#get_email_email_customer_editor_url) | **GET** /storefront/{storefront_oid}/email/emails/{commseq_email_uuid}/orders/{order_id}/editor_url | Get email order customer editor url
@@ -2395,6 +2396,60 @@ Name | Type | Description | Notes
2395
2396
 
2396
2397
 
2397
2398
 
2399
+ # **get_email_dispatch_logs**
2400
+ > EmailCommseqStepLogsResponse get_email_dispatch_logs(storefront_oid, commseq_uuid, commseq_step_uuid)
2401
+
2402
+ Get email dispatch logs
2403
+
2404
+ ### Example
2405
+ ```ruby
2406
+ # load the gem
2407
+ require 'ultracart_api'
2408
+
2409
+ # Create a Simple Key: https://ultracart.atlassian.net/wiki/spaces/ucdoc/pages/38688545/API+Simple+Key
2410
+ simple_key = '109ee846ee69f50177018ab12f008a00748a25aa28dbdc0177018ab12f008a00'
2411
+ api_instance = UltracartClient::StorefrontApi.new_using_api_key(simple_key, false, false)
2412
+
2413
+
2414
+ storefront_oid = 56 # Integer |
2415
+
2416
+ commseq_uuid = 'commseq_uuid_example' # String |
2417
+
2418
+ commseq_step_uuid = 'commseq_step_uuid_example' # String |
2419
+
2420
+
2421
+ begin
2422
+ #Get email dispatch logs
2423
+ result = api_instance.get_email_dispatch_logs(storefront_oid, commseq_uuid, commseq_step_uuid)
2424
+ p result
2425
+ rescue UltracartClient::ApiError => e
2426
+ puts "Exception when calling StorefrontApi->get_email_dispatch_logs: #{e}"
2427
+ end
2428
+ ```
2429
+
2430
+ ### Parameters
2431
+
2432
+ Name | Type | Description | Notes
2433
+ ------------- | ------------- | ------------- | -------------
2434
+ **storefront_oid** | **Integer**| |
2435
+ **commseq_uuid** | **String**| |
2436
+ **commseq_step_uuid** | **String**| |
2437
+
2438
+ ### Return type
2439
+
2440
+ [**EmailCommseqStepLogsResponse**](EmailCommseqStepLogsResponse.md)
2441
+
2442
+ ### Authorization
2443
+
2444
+ [ultraCartBrowserApiKey](../README.md#ultraCartBrowserApiKey), [ultraCartOauth](../README.md#ultraCartOauth), [ultraCartSimpleApiKey](../README.md#ultraCartSimpleApiKey)
2445
+
2446
+ ### HTTP request headers
2447
+
2448
+ - **Content-Type**: application/json
2449
+ - **Accept**: application/json
2450
+
2451
+
2452
+
2398
2453
  # **get_email_email**
2399
2454
  > EmailCommseqEmailResponse get_email_email(storefront_oid, commseq_email_uuid)
2400
2455