MailchimpMarketing 3.0.2 → 3.0.5
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/MailchimpMarketing.gemspec +1 -1
- data/README.md +41 -28
- data/lib/MailchimpMarketing.rb +5 -6
- data/lib/MailchimpMarketing/api/activity_feed_api.rb +7 -7
- data/lib/MailchimpMarketing/api/authorized_apps_api.rb +9 -9
- data/lib/MailchimpMarketing/api/automations_api.rb +47 -47
- data/lib/MailchimpMarketing/api/batch_webhooks_api.rb +11 -11
- data/lib/MailchimpMarketing/api/batches_api.rb +9 -9
- data/lib/MailchimpMarketing/api/campaign_folders_api.rb +11 -11
- data/lib/MailchimpMarketing/api/campaigns_api.rb +57 -57
- data/lib/MailchimpMarketing/api/connected_sites_api.rb +11 -11
- data/lib/MailchimpMarketing/api/conversations_api.rb +11 -11
- data/lib/MailchimpMarketing/api/dashboard_api.rb +13 -13
- data/lib/MailchimpMarketing/api/ecommerce_api.rb +119 -119
- data/lib/MailchimpMarketing/api/external_auths_api.rb +7 -7
- data/lib/MailchimpMarketing/api/facebook_ads_api.rb +9 -9
- data/lib/MailchimpMarketing/api/file_manager_api.rb +25 -25
- data/lib/MailchimpMarketing/api/landing_pages_api.rb +13 -13
- data/lib/MailchimpMarketing/api/lists_api.rb +145 -145
- data/lib/MailchimpMarketing/api/ping_api.rb +3 -3
- data/lib/MailchimpMarketing/api/postcards_api.rb +3 -3
- data/lib/MailchimpMarketing/api/reporting_api.rb +25 -25
- data/lib/MailchimpMarketing/api/reports_api.rb +49 -49
- data/lib/MailchimpMarketing/api/root_api.rb +3 -3
- data/lib/MailchimpMarketing/api/search_campaigns_api.rb +3 -3
- data/lib/MailchimpMarketing/api/search_members_api.rb +3 -3
- data/lib/MailchimpMarketing/api/template_folders_api.rb +11 -11
- data/lib/MailchimpMarketing/api/templates_api.rb +15 -15
- data/lib/MailchimpMarketing/api/verified_domains_api.rb +11 -11
- data/lib/MailchimpMarketing/api_client.rb +35 -12
- data/lib/MailchimpMarketing/api_error.rb +1 -1
- data/lib/MailchimpMarketing/configuration.rb +1 -1
- data/lib/MailchimpMarketing/version.rb +2 -2
- metadata +2 -2
@@ -3,7 +3,7 @@
|
|
3
3
|
|
4
4
|
#No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen)
|
5
5
|
|
6
|
-
OpenAPI spec version: 3.0.
|
6
|
+
OpenAPI spec version: 3.0.5
|
7
7
|
Contact: apihelp@mailchimp.com
|
8
8
|
Generated by: https://github.com/swagger-api/swagger-codegen.git
|
9
9
|
Swagger Codegen version: 2.4.12
|
@@ -19,7 +19,7 @@ module MailchimpMarketing
|
|
19
19
|
def initialize(api_client)
|
20
20
|
@api_client = api_client
|
21
21
|
end
|
22
|
-
# Delete
|
22
|
+
# Delete connected site
|
23
23
|
# Remove a connected site from your Mailchimp account.
|
24
24
|
# @param connected_site_id The unique identifier for the site.
|
25
25
|
# @param [Hash] opts the optional parameters
|
@@ -29,7 +29,7 @@ module MailchimpMarketing
|
|
29
29
|
nil
|
30
30
|
end
|
31
31
|
|
32
|
-
# Delete
|
32
|
+
# Delete connected site
|
33
33
|
# Remove a connected site from your Mailchimp account.
|
34
34
|
# @param connected_site_id The unique identifier for the site.
|
35
35
|
# @param [Hash] opts the optional parameters
|
@@ -62,7 +62,7 @@ module MailchimpMarketing
|
|
62
62
|
:auth_names => auth_names)
|
63
63
|
return data, status_code, headers
|
64
64
|
end
|
65
|
-
#
|
65
|
+
# List connected sites
|
66
66
|
# Get all connected sites in an account.
|
67
67
|
# @param [Hash] opts the optional parameters
|
68
68
|
# @option opts [Array<String>] :fields A comma-separated list of fields to return. Reference parameters of sub-objects with dot notation.
|
@@ -75,7 +75,7 @@ module MailchimpMarketing
|
|
75
75
|
data
|
76
76
|
end
|
77
77
|
|
78
|
-
#
|
78
|
+
# List connected sites
|
79
79
|
# Get all connected sites in an account.
|
80
80
|
# @param [Hash] opts the optional parameters
|
81
81
|
# @option opts [Array<String>] :fields A comma-separated list of fields to return. Reference parameters of sub-objects with dot notation.
|
@@ -116,7 +116,7 @@ module MailchimpMarketing
|
|
116
116
|
:return_type => 'ConnectedSites')
|
117
117
|
return data, status_code, headers
|
118
118
|
end
|
119
|
-
# Get
|
119
|
+
# Get connected site
|
120
120
|
# Get information about a specific connected site.
|
121
121
|
# @param connected_site_id The unique identifier for the site.
|
122
122
|
# @param [Hash] opts the optional parameters
|
@@ -128,7 +128,7 @@ module MailchimpMarketing
|
|
128
128
|
data
|
129
129
|
end
|
130
130
|
|
131
|
-
# Get
|
131
|
+
# Get connected site
|
132
132
|
# Get information about a specific connected site.
|
133
133
|
# @param connected_site_id The unique identifier for the site.
|
134
134
|
# @param [Hash] opts the optional parameters
|
@@ -166,7 +166,7 @@ module MailchimpMarketing
|
|
166
166
|
:return_type => 'ConnectedSite')
|
167
167
|
return data, status_code, headers
|
168
168
|
end
|
169
|
-
#
|
169
|
+
# Add connected site
|
170
170
|
# Create a new Mailchimp connected site.
|
171
171
|
# @param body
|
172
172
|
# @param [Hash] opts the optional parameters
|
@@ -176,7 +176,7 @@ module MailchimpMarketing
|
|
176
176
|
data
|
177
177
|
end
|
178
178
|
|
179
|
-
#
|
179
|
+
# Add connected site
|
180
180
|
# Create a new Mailchimp connected site.
|
181
181
|
# @param body
|
182
182
|
# @param [Hash] opts the optional parameters
|
@@ -210,7 +210,7 @@ module MailchimpMarketing
|
|
210
210
|
:return_type => 'ConnectedSite')
|
211
211
|
return data, status_code, headers
|
212
212
|
end
|
213
|
-
# Verify
|
213
|
+
# Verify connected site script
|
214
214
|
# Verify that the connected sites script has been installed, either via the script URL or fragment.
|
215
215
|
# @param connected_site_id The unique identifier for the site.
|
216
216
|
# @param [Hash] opts the optional parameters
|
@@ -220,7 +220,7 @@ module MailchimpMarketing
|
|
220
220
|
nil
|
221
221
|
end
|
222
222
|
|
223
|
-
# Verify
|
223
|
+
# Verify connected site script
|
224
224
|
# Verify that the connected sites script has been installed, either via the script URL or fragment.
|
225
225
|
# @param connected_site_id The unique identifier for the site.
|
226
226
|
# @param [Hash] opts the optional parameters
|
@@ -3,7 +3,7 @@
|
|
3
3
|
|
4
4
|
#No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen)
|
5
5
|
|
6
|
-
OpenAPI spec version: 3.0.
|
6
|
+
OpenAPI spec version: 3.0.5
|
7
7
|
Contact: apihelp@mailchimp.com
|
8
8
|
Generated by: https://github.com/swagger-api/swagger-codegen.git
|
9
9
|
Swagger Codegen version: 2.4.12
|
@@ -19,7 +19,7 @@ module MailchimpMarketing
|
|
19
19
|
def initialize(api_client)
|
20
20
|
@api_client = api_client
|
21
21
|
end
|
22
|
-
#
|
22
|
+
# List conversations
|
23
23
|
# Get a list of conversations for the account.
|
24
24
|
# @param [Hash] opts the optional parameters
|
25
25
|
# @option opts [Array<String>] :fields A comma-separated list of fields to return. Reference parameters of sub-objects with dot notation.
|
@@ -35,7 +35,7 @@ module MailchimpMarketing
|
|
35
35
|
data
|
36
36
|
end
|
37
37
|
|
38
|
-
#
|
38
|
+
# List conversations
|
39
39
|
# Get a list of conversations for the account.
|
40
40
|
# @param [Hash] opts the optional parameters
|
41
41
|
# @option opts [Array<String>] :fields A comma-separated list of fields to return. Reference parameters of sub-objects with dot notation.
|
@@ -82,7 +82,7 @@ module MailchimpMarketing
|
|
82
82
|
:return_type => 'TrackedConversations')
|
83
83
|
return data, status_code, headers
|
84
84
|
end
|
85
|
-
# Get
|
85
|
+
# Get conversation
|
86
86
|
# Get details about an individual conversation.
|
87
87
|
# @param conversation_id The unique id for the conversation.
|
88
88
|
# @param [Hash] opts the optional parameters
|
@@ -94,7 +94,7 @@ module MailchimpMarketing
|
|
94
94
|
data
|
95
95
|
end
|
96
96
|
|
97
|
-
# Get
|
97
|
+
# Get conversation
|
98
98
|
# Get details about an individual conversation.
|
99
99
|
# @param conversation_id The unique id for the conversation.
|
100
100
|
# @param [Hash] opts the optional parameters
|
@@ -132,7 +132,7 @@ module MailchimpMarketing
|
|
132
132
|
:return_type => 'Conversation')
|
133
133
|
return data, status_code, headers
|
134
134
|
end
|
135
|
-
#
|
135
|
+
# List messages
|
136
136
|
# Get messages from a specific conversation.
|
137
137
|
# @param conversation_id The unique id for the conversation.
|
138
138
|
# @param [Hash] opts the optional parameters
|
@@ -147,7 +147,7 @@ module MailchimpMarketing
|
|
147
147
|
data
|
148
148
|
end
|
149
149
|
|
150
|
-
#
|
150
|
+
# List messages
|
151
151
|
# Get messages from a specific conversation.
|
152
152
|
# @param conversation_id The unique id for the conversation.
|
153
153
|
# @param [Hash] opts the optional parameters
|
@@ -191,7 +191,7 @@ module MailchimpMarketing
|
|
191
191
|
:return_type => 'CollectionOfConversationMessages')
|
192
192
|
return data, status_code, headers
|
193
193
|
end
|
194
|
-
# Get
|
194
|
+
# Get message
|
195
195
|
# Get an individual message in a conversation.
|
196
196
|
# @param conversation_id The unique id for the conversation.
|
197
197
|
# @param message_id The unique id for the conversation message.
|
@@ -204,7 +204,7 @@ module MailchimpMarketing
|
|
204
204
|
data
|
205
205
|
end
|
206
206
|
|
207
|
-
# Get
|
207
|
+
# Get message
|
208
208
|
# Get an individual message in a conversation.
|
209
209
|
# @param conversation_id The unique id for the conversation.
|
210
210
|
# @param message_id The unique id for the conversation message.
|
@@ -243,7 +243,7 @@ module MailchimpMarketing
|
|
243
243
|
:return_type => 'ConversationMessage')
|
244
244
|
return data, status_code, headers
|
245
245
|
end
|
246
|
-
# Post
|
246
|
+
# Post message
|
247
247
|
# Post a new message to a conversation.
|
248
248
|
# @param conversation_id The unique id for the conversation.
|
249
249
|
# @param body
|
@@ -254,7 +254,7 @@ module MailchimpMarketing
|
|
254
254
|
data
|
255
255
|
end
|
256
256
|
|
257
|
-
# Post
|
257
|
+
# Post message
|
258
258
|
# Post a new message to a conversation.
|
259
259
|
# @param conversation_id The unique id for the conversation.
|
260
260
|
# @param body
|
@@ -3,7 +3,7 @@
|
|
3
3
|
|
4
4
|
#No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen)
|
5
5
|
|
6
|
-
OpenAPI spec version: 3.0.
|
6
|
+
OpenAPI spec version: 3.0.5
|
7
7
|
Contact: apihelp@mailchimp.com
|
8
8
|
Generated by: https://github.com/swagger-api/swagger-codegen.git
|
9
9
|
Swagger Codegen version: 2.4.12
|
@@ -19,7 +19,7 @@ module MailchimpMarketing
|
|
19
19
|
def initialize(api_client)
|
20
20
|
@api_client = api_client
|
21
21
|
end
|
22
|
-
#
|
22
|
+
# List dashboard ads
|
23
23
|
# Get all the onboarding ads info for the mobile dashboard
|
24
24
|
# @param [Hash] opts the optional parameters
|
25
25
|
# @option opts [Array<String>] :fields A comma-separated list of fields to return. Reference parameters of sub-objects with dot notation.
|
@@ -32,7 +32,7 @@ module MailchimpMarketing
|
|
32
32
|
data
|
33
33
|
end
|
34
34
|
|
35
|
-
#
|
35
|
+
# List dashboard ads
|
36
36
|
# Get all the onboarding ads info for the mobile dashboard
|
37
37
|
# @param [Hash] opts the optional parameters
|
38
38
|
# @option opts [Array<String>] :fields A comma-separated list of fields to return. Reference parameters of sub-objects with dot notation.
|
@@ -73,7 +73,7 @@ module MailchimpMarketing
|
|
73
73
|
:return_type => 'OnboardingAds')
|
74
74
|
return data, status_code, headers
|
75
75
|
end
|
76
|
-
#
|
76
|
+
# List dashboard audiences
|
77
77
|
# Get all the audiences info for the mobile dashboard
|
78
78
|
# @param [Hash] opts the optional parameters
|
79
79
|
# @option opts [Array<String>] :fields A comma-separated list of fields to return. Reference parameters of sub-objects with dot notation.
|
@@ -84,7 +84,7 @@ module MailchimpMarketing
|
|
84
84
|
data
|
85
85
|
end
|
86
86
|
|
87
|
-
#
|
87
|
+
# List dashboard audiences
|
88
88
|
# Get all the audiences info for the mobile dashboard
|
89
89
|
# @param [Hash] opts the optional parameters
|
90
90
|
# @option opts [Array<String>] :fields A comma-separated list of fields to return. Reference parameters of sub-objects with dot notation.
|
@@ -121,7 +121,7 @@ module MailchimpMarketing
|
|
121
121
|
:return_type => 'Audiences')
|
122
122
|
return data, status_code, headers
|
123
123
|
end
|
124
|
-
#
|
124
|
+
# List dashboard charts
|
125
125
|
# Get info about which dashboard charts to show for this user
|
126
126
|
# @param [Hash] opts the optional parameters
|
127
127
|
# @option opts [Array<String>] :fields A comma-separated list of fields to return. Reference parameters of sub-objects with dot notation.
|
@@ -132,7 +132,7 @@ module MailchimpMarketing
|
|
132
132
|
data
|
133
133
|
end
|
134
134
|
|
135
|
-
#
|
135
|
+
# List dashboard charts
|
136
136
|
# Get info about which dashboard charts to show for this user
|
137
137
|
# @param [Hash] opts the optional parameters
|
138
138
|
# @option opts [Array<String>] :fields A comma-separated list of fields to return. Reference parameters of sub-objects with dot notation.
|
@@ -169,7 +169,7 @@ module MailchimpMarketing
|
|
169
169
|
:return_type => 'Charts')
|
170
170
|
return data, status_code, headers
|
171
171
|
end
|
172
|
-
#
|
172
|
+
# List dashboard ecommerce info
|
173
173
|
# Get all the ecommerce info for the mobile dashboard
|
174
174
|
# @param [Hash] opts the optional parameters
|
175
175
|
# @option opts [Array<String>] :fields A comma-separated list of fields to return. Reference parameters of sub-objects with dot notation.
|
@@ -180,7 +180,7 @@ module MailchimpMarketing
|
|
180
180
|
data
|
181
181
|
end
|
182
182
|
|
183
|
-
#
|
183
|
+
# List dashboard ecommerce info
|
184
184
|
# Get all the ecommerce info for the mobile dashboard
|
185
185
|
# @param [Hash] opts the optional parameters
|
186
186
|
# @option opts [Array<String>] :fields A comma-separated list of fields to return. Reference parameters of sub-objects with dot notation.
|
@@ -217,7 +217,7 @@ module MailchimpMarketing
|
|
217
217
|
:return_type => 'Ecommerce')
|
218
218
|
return data, status_code, headers
|
219
219
|
end
|
220
|
-
#
|
220
|
+
# List dashboard engagement info
|
221
221
|
# Get all the engagement info for the mobile dashboard
|
222
222
|
# @param [Hash] opts the optional parameters
|
223
223
|
# @option opts [Array<String>] :fields A comma-separated list of fields to return. Reference parameters of sub-objects with dot notation.
|
@@ -228,7 +228,7 @@ module MailchimpMarketing
|
|
228
228
|
data
|
229
229
|
end
|
230
230
|
|
231
|
-
#
|
231
|
+
# List dashboard engagement info
|
232
232
|
# Get all the engagement info for the mobile dashboard
|
233
233
|
# @param [Hash] opts the optional parameters
|
234
234
|
# @option opts [Array<String>] :fields A comma-separated list of fields to return. Reference parameters of sub-objects with dot notation.
|
@@ -265,7 +265,7 @@ module MailchimpMarketing
|
|
265
265
|
:return_type => 'DataAboutEngagement')
|
266
266
|
return data, status_code, headers
|
267
267
|
end
|
268
|
-
#
|
268
|
+
# List dashboard homepage metrics
|
269
269
|
# Get all the metrics for the Homepage
|
270
270
|
# @param [Hash] opts the optional parameters
|
271
271
|
# @option opts [Array<String>] :fields A comma-separated list of fields to return. Reference parameters of sub-objects with dot notation.
|
@@ -276,7 +276,7 @@ module MailchimpMarketing
|
|
276
276
|
data
|
277
277
|
end
|
278
278
|
|
279
|
-
#
|
279
|
+
# List dashboard homepage metrics
|
280
280
|
# Get all the metrics for the Homepage
|
281
281
|
# @param [Hash] opts the optional parameters
|
282
282
|
# @option opts [Array<String>] :fields A comma-separated list of fields to return. Reference parameters of sub-objects with dot notation.
|
@@ -3,7 +3,7 @@
|
|
3
3
|
|
4
4
|
#No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen)
|
5
5
|
|
6
|
-
OpenAPI spec version: 3.0.
|
6
|
+
OpenAPI spec version: 3.0.5
|
7
7
|
Contact: apihelp@mailchimp.com
|
8
8
|
Generated by: https://github.com/swagger-api/swagger-codegen.git
|
9
9
|
Swagger Codegen version: 2.4.12
|
@@ -19,7 +19,7 @@ module MailchimpMarketing
|
|
19
19
|
def initialize(api_client)
|
20
20
|
@api_client = api_client
|
21
21
|
end
|
22
|
-
# Delete
|
22
|
+
# Delete store
|
23
23
|
# Delete a store. Deleting a store will also delete any associated subresources, including Customers, Orders, Products, and Carts.
|
24
24
|
# @param store_id The store id.
|
25
25
|
# @param [Hash] opts the optional parameters
|
@@ -29,7 +29,7 @@ module MailchimpMarketing
|
|
29
29
|
nil
|
30
30
|
end
|
31
31
|
|
32
|
-
# Delete
|
32
|
+
# Delete store
|
33
33
|
# Delete a store. Deleting a store will also delete any associated subresources, including Customers, Orders, Products, and Carts.
|
34
34
|
# @param store_id The store id.
|
35
35
|
# @param [Hash] opts the optional parameters
|
@@ -62,7 +62,7 @@ module MailchimpMarketing
|
|
62
62
|
:auth_names => auth_names)
|
63
63
|
return data, status_code, headers
|
64
64
|
end
|
65
|
-
# Delete
|
65
|
+
# Delete cart
|
66
66
|
# Delete a cart.
|
67
67
|
# @param store_id The store id.
|
68
68
|
# @param cart_id The id for the cart.
|
@@ -73,7 +73,7 @@ module MailchimpMarketing
|
|
73
73
|
nil
|
74
74
|
end
|
75
75
|
|
76
|
-
# Delete
|
76
|
+
# Delete cart
|
77
77
|
# Delete a cart.
|
78
78
|
# @param store_id The store id.
|
79
79
|
# @param cart_id The id for the cart.
|
@@ -107,7 +107,7 @@ module MailchimpMarketing
|
|
107
107
|
:auth_names => auth_names)
|
108
108
|
return data, status_code, headers
|
109
109
|
end
|
110
|
-
# Delete
|
110
|
+
# Delete cart line item
|
111
111
|
# Delete a specific cart line item.
|
112
112
|
# @param store_id The store id.
|
113
113
|
# @param cart_id The id for the cart.
|
@@ -119,7 +119,7 @@ module MailchimpMarketing
|
|
119
119
|
nil
|
120
120
|
end
|
121
121
|
|
122
|
-
# Delete
|
122
|
+
# Delete cart line item
|
123
123
|
# Delete a specific cart line item.
|
124
124
|
# @param store_id The store id.
|
125
125
|
# @param cart_id The id for the cart.
|
@@ -154,7 +154,7 @@ module MailchimpMarketing
|
|
154
154
|
:auth_names => auth_names)
|
155
155
|
return data, status_code, headers
|
156
156
|
end
|
157
|
-
# Delete
|
157
|
+
# Delete customer
|
158
158
|
# Delete a customer from a store.
|
159
159
|
# @param store_id The store id.
|
160
160
|
# @param customer_id The id for the customer of a store.
|
@@ -165,7 +165,7 @@ module MailchimpMarketing
|
|
165
165
|
nil
|
166
166
|
end
|
167
167
|
|
168
|
-
# Delete
|
168
|
+
# Delete customer
|
169
169
|
# Delete a customer from a store.
|
170
170
|
# @param store_id The store id.
|
171
171
|
# @param customer_id The id for the customer of a store.
|
@@ -199,7 +199,7 @@ module MailchimpMarketing
|
|
199
199
|
:auth_names => auth_names)
|
200
200
|
return data, status_code, headers
|
201
201
|
end
|
202
|
-
# Delete
|
202
|
+
# Delete order
|
203
203
|
# Delete an order.
|
204
204
|
# @param store_id The store id.
|
205
205
|
# @param order_id The id for the order in a store.
|
@@ -210,7 +210,7 @@ module MailchimpMarketing
|
|
210
210
|
nil
|
211
211
|
end
|
212
212
|
|
213
|
-
# Delete
|
213
|
+
# Delete order
|
214
214
|
# Delete an order.
|
215
215
|
# @param store_id The store id.
|
216
216
|
# @param order_id The id for the order in a store.
|
@@ -244,7 +244,7 @@ module MailchimpMarketing
|
|
244
244
|
:auth_names => auth_names)
|
245
245
|
return data, status_code, headers
|
246
246
|
end
|
247
|
-
# Delete
|
247
|
+
# Delete order line item
|
248
248
|
# Delete a specific order line item.
|
249
249
|
# @param store_id The store id.
|
250
250
|
# @param order_id The id for the order in a store.
|
@@ -256,7 +256,7 @@ module MailchimpMarketing
|
|
256
256
|
nil
|
257
257
|
end
|
258
258
|
|
259
|
-
# Delete
|
259
|
+
# Delete order line item
|
260
260
|
# Delete a specific order line item.
|
261
261
|
# @param store_id The store id.
|
262
262
|
# @param order_id The id for the order in a store.
|
@@ -291,7 +291,7 @@ module MailchimpMarketing
|
|
291
291
|
:auth_names => auth_names)
|
292
292
|
return data, status_code, headers
|
293
293
|
end
|
294
|
-
# Delete
|
294
|
+
# Delete product
|
295
295
|
# Delete a product.
|
296
296
|
# @param store_id The store id.
|
297
297
|
# @param product_id The id for the product of a store.
|
@@ -302,7 +302,7 @@ module MailchimpMarketing
|
|
302
302
|
nil
|
303
303
|
end
|
304
304
|
|
305
|
-
# Delete
|
305
|
+
# Delete product
|
306
306
|
# Delete a product.
|
307
307
|
# @param store_id The store id.
|
308
308
|
# @param product_id The id for the product of a store.
|
@@ -336,7 +336,7 @@ module MailchimpMarketing
|
|
336
336
|
:auth_names => auth_names)
|
337
337
|
return data, status_code, headers
|
338
338
|
end
|
339
|
-
# Delete
|
339
|
+
# Delete product image
|
340
340
|
# Delete a product image.
|
341
341
|
# @param store_id The store id.
|
342
342
|
# @param product_id The id for the product of a store.
|
@@ -348,7 +348,7 @@ module MailchimpMarketing
|
|
348
348
|
nil
|
349
349
|
end
|
350
350
|
|
351
|
-
# Delete
|
351
|
+
# Delete product image
|
352
352
|
# Delete a product image.
|
353
353
|
# @param store_id The store id.
|
354
354
|
# @param product_id The id for the product of a store.
|
@@ -383,7 +383,7 @@ module MailchimpMarketing
|
|
383
383
|
:auth_names => auth_names)
|
384
384
|
return data, status_code, headers
|
385
385
|
end
|
386
|
-
# Delete
|
386
|
+
# Delete product variant
|
387
387
|
# Delete a product variant.
|
388
388
|
# @param store_id The store id.
|
389
389
|
# @param product_id The id for the product of a store.
|
@@ -395,7 +395,7 @@ module MailchimpMarketing
|
|
395
395
|
nil
|
396
396
|
end
|
397
397
|
|
398
|
-
# Delete
|
398
|
+
# Delete product variant
|
399
399
|
# Delete a product variant.
|
400
400
|
# @param store_id The store id.
|
401
401
|
# @param product_id The id for the product of a store.
|
@@ -430,7 +430,7 @@ module MailchimpMarketing
|
|
430
430
|
:auth_names => auth_names)
|
431
431
|
return data, status_code, headers
|
432
432
|
end
|
433
|
-
# Delete
|
433
|
+
# Delete promo code
|
434
434
|
# Delete a promo code from a store.
|
435
435
|
# @param store_id The store id.
|
436
436
|
# @param promo_rule_id The id for the promo rule of a store.
|
@@ -442,7 +442,7 @@ module MailchimpMarketing
|
|
442
442
|
nil
|
443
443
|
end
|
444
444
|
|
445
|
-
# Delete
|
445
|
+
# Delete promo code
|
446
446
|
# Delete a promo code from a store.
|
447
447
|
# @param store_id The store id.
|
448
448
|
# @param promo_rule_id The id for the promo rule of a store.
|
@@ -477,7 +477,7 @@ module MailchimpMarketing
|
|
477
477
|
:auth_names => auth_names)
|
478
478
|
return data, status_code, headers
|
479
479
|
end
|
480
|
-
# Delete
|
480
|
+
# Delete promo rule
|
481
481
|
# Delete a promo rule from a store.
|
482
482
|
# @param store_id The store id.
|
483
483
|
# @param promo_rule_id The id for the promo rule of a store.
|
@@ -488,7 +488,7 @@ module MailchimpMarketing
|
|
488
488
|
nil
|
489
489
|
end
|
490
490
|
|
491
|
-
# Delete
|
491
|
+
# Delete promo rule
|
492
492
|
# Delete a promo rule from a store.
|
493
493
|
# @param store_id The store id.
|
494
494
|
# @param promo_rule_id The id for the promo rule of a store.
|
@@ -522,7 +522,7 @@ module MailchimpMarketing
|
|
522
522
|
:auth_names => auth_names)
|
523
523
|
return data, status_code, headers
|
524
524
|
end
|
525
|
-
#
|
525
|
+
# List e commerce api resources
|
526
526
|
# Get information about the e-commerce endpoint's resources.
|
527
527
|
# @param [Hash] opts the optional parameters
|
528
528
|
# @return [EcommerceRoot]
|
@@ -531,7 +531,7 @@ module MailchimpMarketing
|
|
531
531
|
data
|
532
532
|
end
|
533
533
|
|
534
|
-
#
|
534
|
+
# List e commerce api resources
|
535
535
|
# Get information about the e-commerce endpoint's resources.
|
536
536
|
# @param [Hash] opts the optional parameters
|
537
537
|
# @return [Array<(EcommerceRoot, Fixnum, Hash)>] EcommerceRoot data, response status code and response headers
|
@@ -564,7 +564,7 @@ module MailchimpMarketing
|
|
564
564
|
:return_type => 'EcommerceRoot')
|
565
565
|
return data, status_code, headers
|
566
566
|
end
|
567
|
-
#
|
567
|
+
# List account orders
|
568
568
|
# Get information about an account's orders.
|
569
569
|
# @param [Hash] opts the optional parameters
|
570
570
|
# @option opts [Array<String>] :fields A comma-separated list of fields to return. Reference parameters of sub-objects with dot notation.
|
@@ -581,7 +581,7 @@ module MailchimpMarketing
|
|
581
581
|
data
|
582
582
|
end
|
583
583
|
|
584
|
-
#
|
584
|
+
# List account orders
|
585
585
|
# Get information about an account's orders.
|
586
586
|
# @param [Hash] opts the optional parameters
|
587
587
|
# @option opts [Array<String>] :fields A comma-separated list of fields to return. Reference parameters of sub-objects with dot notation.
|
@@ -630,7 +630,7 @@ module MailchimpMarketing
|
|
630
630
|
:return_type => 'Orders1')
|
631
631
|
return data, status_code, headers
|
632
632
|
end
|
633
|
-
#
|
633
|
+
# List stores
|
634
634
|
# Get information about all stores in the account.
|
635
635
|
# @param [Hash] opts the optional parameters
|
636
636
|
# @option opts [Array<String>] :fields A comma-separated list of fields to return. Reference parameters of sub-objects with dot notation.
|
@@ -643,7 +643,7 @@ module MailchimpMarketing
|
|
643
643
|
data
|
644
644
|
end
|
645
645
|
|
646
|
-
#
|
646
|
+
# List stores
|
647
647
|
# Get information about all stores in the account.
|
648
648
|
# @param [Hash] opts the optional parameters
|
649
649
|
# @option opts [Array<String>] :fields A comma-separated list of fields to return. Reference parameters of sub-objects with dot notation.
|
@@ -684,7 +684,7 @@ module MailchimpMarketing
|
|
684
684
|
:return_type => 'EcommerceStores')
|
685
685
|
return data, status_code, headers
|
686
686
|
end
|
687
|
-
# Get
|
687
|
+
# Get store info
|
688
688
|
# Get information about a specific store.
|
689
689
|
# @param store_id The store id.
|
690
690
|
# @param [Hash] opts the optional parameters
|
@@ -696,7 +696,7 @@ module MailchimpMarketing
|
|
696
696
|
data
|
697
697
|
end
|
698
698
|
|
699
|
-
# Get
|
699
|
+
# Get store info
|
700
700
|
# Get information about a specific store.
|
701
701
|
# @param store_id The store id.
|
702
702
|
# @param [Hash] opts the optional parameters
|
@@ -734,7 +734,7 @@ module MailchimpMarketing
|
|
734
734
|
:return_type => 'EcommerceStore')
|
735
735
|
return data, status_code, headers
|
736
736
|
end
|
737
|
-
#
|
737
|
+
# List carts
|
738
738
|
# Get information about a store's carts.
|
739
739
|
# @param store_id The store id.
|
740
740
|
# @param [Hash] opts the optional parameters
|
@@ -748,7 +748,7 @@ module MailchimpMarketing
|
|
748
748
|
data
|
749
749
|
end
|
750
750
|
|
751
|
-
#
|
751
|
+
# List carts
|
752
752
|
# Get information about a store's carts.
|
753
753
|
# @param store_id The store id.
|
754
754
|
# @param [Hash] opts the optional parameters
|
@@ -790,7 +790,7 @@ module MailchimpMarketing
|
|
790
790
|
:return_type => 'Carts2')
|
791
791
|
return data, status_code, headers
|
792
792
|
end
|
793
|
-
# Get
|
793
|
+
# Get cart info
|
794
794
|
# Get information about a specific cart.
|
795
795
|
# @param store_id The store id.
|
796
796
|
# @param cart_id The id for the cart.
|
@@ -803,7 +803,7 @@ module MailchimpMarketing
|
|
803
803
|
data
|
804
804
|
end
|
805
805
|
|
806
|
-
# Get
|
806
|
+
# Get cart info
|
807
807
|
# Get information about a specific cart.
|
808
808
|
# @param store_id The store id.
|
809
809
|
# @param cart_id The id for the cart.
|
@@ -842,7 +842,7 @@ module MailchimpMarketing
|
|
842
842
|
:return_type => 'EcommerceCart')
|
843
843
|
return data, status_code, headers
|
844
844
|
end
|
845
|
-
#
|
845
|
+
# List cart line items
|
846
846
|
# Get information about a cart's line items.
|
847
847
|
# @param store_id The store id.
|
848
848
|
# @param cart_id The id for the cart.
|
@@ -857,7 +857,7 @@ module MailchimpMarketing
|
|
857
857
|
data
|
858
858
|
end
|
859
859
|
|
860
|
-
#
|
860
|
+
# List cart line items
|
861
861
|
# Get information about a cart's line items.
|
862
862
|
# @param store_id The store id.
|
863
863
|
# @param cart_id The id for the cart.
|
@@ -900,7 +900,7 @@ module MailchimpMarketing
|
|
900
900
|
:return_type => 'CartLines')
|
901
901
|
return data, status_code, headers
|
902
902
|
end
|
903
|
-
# Get
|
903
|
+
# Get cart line item
|
904
904
|
# Get information about a specific cart line item.
|
905
905
|
# @param store_id The store id.
|
906
906
|
# @param cart_id The id for the cart.
|
@@ -914,7 +914,7 @@ module MailchimpMarketing
|
|
914
914
|
data
|
915
915
|
end
|
916
916
|
|
917
|
-
# Get
|
917
|
+
# Get cart line item
|
918
918
|
# Get information about a specific cart line item.
|
919
919
|
# @param store_id The store id.
|
920
920
|
# @param cart_id The id for the cart.
|
@@ -954,7 +954,7 @@ module MailchimpMarketing
|
|
954
954
|
:return_type => 'EcommerceCartLineItem')
|
955
955
|
return data, status_code, headers
|
956
956
|
end
|
957
|
-
#
|
957
|
+
# List customers
|
958
958
|
# Get information about a store's customers.
|
959
959
|
# @param store_id The store id.
|
960
960
|
# @param [Hash] opts the optional parameters
|
@@ -969,7 +969,7 @@ module MailchimpMarketing
|
|
969
969
|
data
|
970
970
|
end
|
971
971
|
|
972
|
-
#
|
972
|
+
# List customers
|
973
973
|
# Get information about a store's customers.
|
974
974
|
# @param store_id The store id.
|
975
975
|
# @param [Hash] opts the optional parameters
|
@@ -1013,7 +1013,7 @@ module MailchimpMarketing
|
|
1013
1013
|
:return_type => 'Customers')
|
1014
1014
|
return data, status_code, headers
|
1015
1015
|
end
|
1016
|
-
# Get
|
1016
|
+
# Get customer info
|
1017
1017
|
# Get information about a specific customer.
|
1018
1018
|
# @param store_id The store id.
|
1019
1019
|
# @param customer_id The id for the customer of a store.
|
@@ -1026,7 +1026,7 @@ module MailchimpMarketing
|
|
1026
1026
|
data
|
1027
1027
|
end
|
1028
1028
|
|
1029
|
-
# Get
|
1029
|
+
# Get customer info
|
1030
1030
|
# Get information about a specific customer.
|
1031
1031
|
# @param store_id The store id.
|
1032
1032
|
# @param customer_id The id for the customer of a store.
|
@@ -1065,7 +1065,7 @@ module MailchimpMarketing
|
|
1065
1065
|
:return_type => 'EcommerceCustomer')
|
1066
1066
|
return data, status_code, headers
|
1067
1067
|
end
|
1068
|
-
#
|
1068
|
+
# List orders
|
1069
1069
|
# Get information about a store's orders.
|
1070
1070
|
# @param store_id The store id.
|
1071
1071
|
# @param [Hash] opts the optional parameters
|
@@ -1083,7 +1083,7 @@ module MailchimpMarketing
|
|
1083
1083
|
data
|
1084
1084
|
end
|
1085
1085
|
|
1086
|
-
#
|
1086
|
+
# List orders
|
1087
1087
|
# Get information about a store's orders.
|
1088
1088
|
# @param store_id The store id.
|
1089
1089
|
# @param [Hash] opts the optional parameters
|
@@ -1133,7 +1133,7 @@ module MailchimpMarketing
|
|
1133
1133
|
:return_type => 'Orders2')
|
1134
1134
|
return data, status_code, headers
|
1135
1135
|
end
|
1136
|
-
# Get
|
1136
|
+
# Get order info
|
1137
1137
|
# Get information about a specific order.
|
1138
1138
|
# @param store_id The store id.
|
1139
1139
|
# @param order_id The id for the order in a store.
|
@@ -1146,7 +1146,7 @@ module MailchimpMarketing
|
|
1146
1146
|
data
|
1147
1147
|
end
|
1148
1148
|
|
1149
|
-
# Get
|
1149
|
+
# Get order info
|
1150
1150
|
# Get information about a specific order.
|
1151
1151
|
# @param store_id The store id.
|
1152
1152
|
# @param order_id The id for the order in a store.
|
@@ -1185,7 +1185,7 @@ module MailchimpMarketing
|
|
1185
1185
|
:return_type => 'EcommerceOrder')
|
1186
1186
|
return data, status_code, headers
|
1187
1187
|
end
|
1188
|
-
#
|
1188
|
+
# List order line items
|
1189
1189
|
# Get information about an order's line items.
|
1190
1190
|
# @param store_id The store id.
|
1191
1191
|
# @param order_id The id for the order in a store.
|
@@ -1200,7 +1200,7 @@ module MailchimpMarketing
|
|
1200
1200
|
data
|
1201
1201
|
end
|
1202
1202
|
|
1203
|
-
#
|
1203
|
+
# List order line items
|
1204
1204
|
# Get information about an order's line items.
|
1205
1205
|
# @param store_id The store id.
|
1206
1206
|
# @param order_id The id for the order in a store.
|
@@ -1243,7 +1243,7 @@ module MailchimpMarketing
|
|
1243
1243
|
:return_type => 'OrderLines')
|
1244
1244
|
return data, status_code, headers
|
1245
1245
|
end
|
1246
|
-
# Get
|
1246
|
+
# Get order line item
|
1247
1247
|
# Get information about a specific order line item.
|
1248
1248
|
# @param store_id The store id.
|
1249
1249
|
# @param order_id The id for the order in a store.
|
@@ -1257,7 +1257,7 @@ module MailchimpMarketing
|
|
1257
1257
|
data
|
1258
1258
|
end
|
1259
1259
|
|
1260
|
-
# Get
|
1260
|
+
# Get order line item
|
1261
1261
|
# Get information about a specific order line item.
|
1262
1262
|
# @param store_id The store id.
|
1263
1263
|
# @param order_id The id for the order in a store.
|
@@ -1297,7 +1297,7 @@ module MailchimpMarketing
|
|
1297
1297
|
:return_type => 'EcommerceOrderLineItem')
|
1298
1298
|
return data, status_code, headers
|
1299
1299
|
end
|
1300
|
-
#
|
1300
|
+
# List product
|
1301
1301
|
# Get information about a store's products.
|
1302
1302
|
# @param store_id The store id.
|
1303
1303
|
# @param [Hash] opts the optional parameters
|
@@ -1312,7 +1312,7 @@ module MailchimpMarketing
|
|
1312
1312
|
data
|
1313
1313
|
end
|
1314
1314
|
|
1315
|
-
#
|
1315
|
+
# List product
|
1316
1316
|
# Get information about a store's products.
|
1317
1317
|
# @param store_id The store id.
|
1318
1318
|
# @param [Hash] opts the optional parameters
|
@@ -1356,7 +1356,7 @@ module MailchimpMarketing
|
|
1356
1356
|
:return_type => 'Products')
|
1357
1357
|
return data, status_code, headers
|
1358
1358
|
end
|
1359
|
-
# Get
|
1359
|
+
# Get product info
|
1360
1360
|
# Get information about a specific product.
|
1361
1361
|
# @param store_id The store id.
|
1362
1362
|
# @param product_id The id for the product of a store.
|
@@ -1369,7 +1369,7 @@ module MailchimpMarketing
|
|
1369
1369
|
data
|
1370
1370
|
end
|
1371
1371
|
|
1372
|
-
# Get
|
1372
|
+
# Get product info
|
1373
1373
|
# Get information about a specific product.
|
1374
1374
|
# @param store_id The store id.
|
1375
1375
|
# @param product_id The id for the product of a store.
|
@@ -1408,7 +1408,7 @@ module MailchimpMarketing
|
|
1408
1408
|
:return_type => 'EcommerceProduct')
|
1409
1409
|
return data, status_code, headers
|
1410
1410
|
end
|
1411
|
-
#
|
1411
|
+
# List product images
|
1412
1412
|
# Get information about a product's images.
|
1413
1413
|
# @param store_id The store id.
|
1414
1414
|
# @param product_id The id for the product of a store.
|
@@ -1423,7 +1423,7 @@ module MailchimpMarketing
|
|
1423
1423
|
data
|
1424
1424
|
end
|
1425
1425
|
|
1426
|
-
#
|
1426
|
+
# List product images
|
1427
1427
|
# Get information about a product's images.
|
1428
1428
|
# @param store_id The store id.
|
1429
1429
|
# @param product_id The id for the product of a store.
|
@@ -1466,7 +1466,7 @@ module MailchimpMarketing
|
|
1466
1466
|
:return_type => 'EcommerceProductImages')
|
1467
1467
|
return data, status_code, headers
|
1468
1468
|
end
|
1469
|
-
# Get
|
1469
|
+
# Get product image info
|
1470
1470
|
# Get information about a specific product image.
|
1471
1471
|
# @param store_id The store id.
|
1472
1472
|
# @param product_id The id for the product of a store.
|
@@ -1480,7 +1480,7 @@ module MailchimpMarketing
|
|
1480
1480
|
data
|
1481
1481
|
end
|
1482
1482
|
|
1483
|
-
# Get
|
1483
|
+
# Get product image info
|
1484
1484
|
# Get information about a specific product image.
|
1485
1485
|
# @param store_id The store id.
|
1486
1486
|
# @param product_id The id for the product of a store.
|
@@ -1520,7 +1520,7 @@ module MailchimpMarketing
|
|
1520
1520
|
:return_type => 'EcommerceProductImage')
|
1521
1521
|
return data, status_code, headers
|
1522
1522
|
end
|
1523
|
-
#
|
1523
|
+
# List product variants
|
1524
1524
|
# Get information about a product's variants.
|
1525
1525
|
# @param store_id The store id.
|
1526
1526
|
# @param product_id The id for the product of a store.
|
@@ -1535,7 +1535,7 @@ module MailchimpMarketing
|
|
1535
1535
|
data
|
1536
1536
|
end
|
1537
1537
|
|
1538
|
-
#
|
1538
|
+
# List product variants
|
1539
1539
|
# Get information about a product's variants.
|
1540
1540
|
# @param store_id The store id.
|
1541
1541
|
# @param product_id The id for the product of a store.
|
@@ -1578,7 +1578,7 @@ module MailchimpMarketing
|
|
1578
1578
|
:return_type => 'EcommerceProductVariants')
|
1579
1579
|
return data, status_code, headers
|
1580
1580
|
end
|
1581
|
-
# Get
|
1581
|
+
# Get product variant info
|
1582
1582
|
# Get information about a specific product variant.
|
1583
1583
|
# @param store_id The store id.
|
1584
1584
|
# @param product_id The id for the product of a store.
|
@@ -1592,7 +1592,7 @@ module MailchimpMarketing
|
|
1592
1592
|
data
|
1593
1593
|
end
|
1594
1594
|
|
1595
|
-
# Get
|
1595
|
+
# Get product variant info
|
1596
1596
|
# Get information about a specific product variant.
|
1597
1597
|
# @param store_id The store id.
|
1598
1598
|
# @param product_id The id for the product of a store.
|
@@ -1632,7 +1632,7 @@ module MailchimpMarketing
|
|
1632
1632
|
:return_type => 'EcommerceProductVariant')
|
1633
1633
|
return data, status_code, headers
|
1634
1634
|
end
|
1635
|
-
#
|
1635
|
+
# List promo codes
|
1636
1636
|
# Get information about a store's promo codes.
|
1637
1637
|
# @param promo_rule_id The id for the promo rule of a store.
|
1638
1638
|
# @param store_id The store id.
|
@@ -1647,7 +1647,7 @@ module MailchimpMarketing
|
|
1647
1647
|
data
|
1648
1648
|
end
|
1649
1649
|
|
1650
|
-
#
|
1650
|
+
# List promo codes
|
1651
1651
|
# Get information about a store's promo codes.
|
1652
1652
|
# @param promo_rule_id The id for the promo rule of a store.
|
1653
1653
|
# @param store_id The store id.
|
@@ -1690,7 +1690,7 @@ module MailchimpMarketing
|
|
1690
1690
|
:return_type => 'PromoCodes')
|
1691
1691
|
return data, status_code, headers
|
1692
1692
|
end
|
1693
|
-
# Get
|
1693
|
+
# Get promo code
|
1694
1694
|
# Get information about a specific promo code.
|
1695
1695
|
# @param store_id The store id.
|
1696
1696
|
# @param promo_rule_id The id for the promo rule of a store.
|
@@ -1704,7 +1704,7 @@ module MailchimpMarketing
|
|
1704
1704
|
data
|
1705
1705
|
end
|
1706
1706
|
|
1707
|
-
# Get
|
1707
|
+
# Get promo code
|
1708
1708
|
# Get information about a specific promo code.
|
1709
1709
|
# @param store_id The store id.
|
1710
1710
|
# @param promo_rule_id The id for the promo rule of a store.
|
@@ -1744,7 +1744,7 @@ module MailchimpMarketing
|
|
1744
1744
|
:return_type => 'EcommercePromoCode')
|
1745
1745
|
return data, status_code, headers
|
1746
1746
|
end
|
1747
|
-
#
|
1747
|
+
# List promo rules
|
1748
1748
|
# Get information about a store's promo rules.
|
1749
1749
|
# @param store_id The store id.
|
1750
1750
|
# @param [Hash] opts the optional parameters
|
@@ -1758,7 +1758,7 @@ module MailchimpMarketing
|
|
1758
1758
|
data
|
1759
1759
|
end
|
1760
1760
|
|
1761
|
-
#
|
1761
|
+
# List promo rules
|
1762
1762
|
# Get information about a store's promo rules.
|
1763
1763
|
# @param store_id The store id.
|
1764
1764
|
# @param [Hash] opts the optional parameters
|
@@ -1800,7 +1800,7 @@ module MailchimpMarketing
|
|
1800
1800
|
:return_type => 'PromoRules')
|
1801
1801
|
return data, status_code, headers
|
1802
1802
|
end
|
1803
|
-
# Get
|
1803
|
+
# Get promo rule
|
1804
1804
|
# Get information about a specific promo rule.
|
1805
1805
|
# @param store_id The store id.
|
1806
1806
|
# @param promo_rule_id The id for the promo rule of a store.
|
@@ -1813,7 +1813,7 @@ module MailchimpMarketing
|
|
1813
1813
|
data
|
1814
1814
|
end
|
1815
1815
|
|
1816
|
-
# Get
|
1816
|
+
# Get promo rule
|
1817
1817
|
# Get information about a specific promo rule.
|
1818
1818
|
# @param store_id The store id.
|
1819
1819
|
# @param promo_rule_id The id for the promo rule of a store.
|
@@ -1852,7 +1852,7 @@ module MailchimpMarketing
|
|
1852
1852
|
:return_type => 'EcommercePromoRule')
|
1853
1853
|
return data, status_code, headers
|
1854
1854
|
end
|
1855
|
-
# Update
|
1855
|
+
# Update store
|
1856
1856
|
# Update a store.
|
1857
1857
|
# @param store_id The store id.
|
1858
1858
|
# @param body
|
@@ -1863,7 +1863,7 @@ module MailchimpMarketing
|
|
1863
1863
|
data
|
1864
1864
|
end
|
1865
1865
|
|
1866
|
-
# Update
|
1866
|
+
# Update store
|
1867
1867
|
# Update a store.
|
1868
1868
|
# @param store_id The store id.
|
1869
1869
|
# @param body
|
@@ -1898,7 +1898,7 @@ module MailchimpMarketing
|
|
1898
1898
|
:return_type => 'EcommerceStore')
|
1899
1899
|
return data, status_code, headers
|
1900
1900
|
end
|
1901
|
-
# Update
|
1901
|
+
# Update cart
|
1902
1902
|
# Update a specific cart.
|
1903
1903
|
# @param store_id The store id.
|
1904
1904
|
# @param cart_id The id for the cart.
|
@@ -1910,7 +1910,7 @@ module MailchimpMarketing
|
|
1910
1910
|
data
|
1911
1911
|
end
|
1912
1912
|
|
1913
|
-
# Update
|
1913
|
+
# Update cart
|
1914
1914
|
# Update a specific cart.
|
1915
1915
|
# @param store_id The store id.
|
1916
1916
|
# @param cart_id The id for the cart.
|
@@ -1946,7 +1946,7 @@ module MailchimpMarketing
|
|
1946
1946
|
:return_type => 'EcommerceCart')
|
1947
1947
|
return data, status_code, headers
|
1948
1948
|
end
|
1949
|
-
# Update
|
1949
|
+
# Update cart line item
|
1950
1950
|
# Update a specific cart line item.
|
1951
1951
|
# @param store_id The store id.
|
1952
1952
|
# @param cart_id The id for the cart.
|
@@ -1959,7 +1959,7 @@ module MailchimpMarketing
|
|
1959
1959
|
data
|
1960
1960
|
end
|
1961
1961
|
|
1962
|
-
# Update
|
1962
|
+
# Update cart line item
|
1963
1963
|
# Update a specific cart line item.
|
1964
1964
|
# @param store_id The store id.
|
1965
1965
|
# @param cart_id The id for the cart.
|
@@ -1996,7 +1996,7 @@ module MailchimpMarketing
|
|
1996
1996
|
:return_type => 'EcommerceCartLineItem')
|
1997
1997
|
return data, status_code, headers
|
1998
1998
|
end
|
1999
|
-
# Update
|
1999
|
+
# Update customer
|
2000
2000
|
# Update a customer.
|
2001
2001
|
# @param store_id The store id.
|
2002
2002
|
# @param customer_id The id for the customer of a store.
|
@@ -2008,7 +2008,7 @@ module MailchimpMarketing
|
|
2008
2008
|
data
|
2009
2009
|
end
|
2010
2010
|
|
2011
|
-
# Update
|
2011
|
+
# Update customer
|
2012
2012
|
# Update a customer.
|
2013
2013
|
# @param store_id The store id.
|
2014
2014
|
# @param customer_id The id for the customer of a store.
|
@@ -2044,7 +2044,7 @@ module MailchimpMarketing
|
|
2044
2044
|
:return_type => 'EcommerceCustomer')
|
2045
2045
|
return data, status_code, headers
|
2046
2046
|
end
|
2047
|
-
# Update
|
2047
|
+
# Update order
|
2048
2048
|
# Update a specific order.
|
2049
2049
|
# @param store_id The store id.
|
2050
2050
|
# @param order_id The id for the order in a store.
|
@@ -2056,7 +2056,7 @@ module MailchimpMarketing
|
|
2056
2056
|
data
|
2057
2057
|
end
|
2058
2058
|
|
2059
|
-
# Update
|
2059
|
+
# Update order
|
2060
2060
|
# Update a specific order.
|
2061
2061
|
# @param store_id The store id.
|
2062
2062
|
# @param order_id The id for the order in a store.
|
@@ -2092,7 +2092,7 @@ module MailchimpMarketing
|
|
2092
2092
|
:return_type => 'EcommerceOrder')
|
2093
2093
|
return data, status_code, headers
|
2094
2094
|
end
|
2095
|
-
# Update
|
2095
|
+
# Update order line item
|
2096
2096
|
# Update a specific order line item.
|
2097
2097
|
# @param store_id The store id.
|
2098
2098
|
# @param order_id The id for the order in a store.
|
@@ -2105,7 +2105,7 @@ module MailchimpMarketing
|
|
2105
2105
|
data
|
2106
2106
|
end
|
2107
2107
|
|
2108
|
-
# Update
|
2108
|
+
# Update order line item
|
2109
2109
|
# Update a specific order line item.
|
2110
2110
|
# @param store_id The store id.
|
2111
2111
|
# @param order_id The id for the order in a store.
|
@@ -2142,7 +2142,7 @@ module MailchimpMarketing
|
|
2142
2142
|
:return_type => 'EcommerceOrderLineItem')
|
2143
2143
|
return data, status_code, headers
|
2144
2144
|
end
|
2145
|
-
# Update
|
2145
|
+
# Update product
|
2146
2146
|
# Update a specific product.
|
2147
2147
|
# @param store_id The store id.
|
2148
2148
|
# @param product_id The id for the product of a store.
|
@@ -2154,7 +2154,7 @@ module MailchimpMarketing
|
|
2154
2154
|
data
|
2155
2155
|
end
|
2156
2156
|
|
2157
|
-
# Update
|
2157
|
+
# Update product
|
2158
2158
|
# Update a specific product.
|
2159
2159
|
# @param store_id The store id.
|
2160
2160
|
# @param product_id The id for the product of a store.
|
@@ -2190,7 +2190,7 @@ module MailchimpMarketing
|
|
2190
2190
|
:return_type => 'EcommerceProduct')
|
2191
2191
|
return data, status_code, headers
|
2192
2192
|
end
|
2193
|
-
# Update
|
2193
|
+
# Update product image
|
2194
2194
|
# Update a product image.
|
2195
2195
|
# @param store_id The store id.
|
2196
2196
|
# @param product_id The id for the product of a store.
|
@@ -2203,7 +2203,7 @@ module MailchimpMarketing
|
|
2203
2203
|
data
|
2204
2204
|
end
|
2205
2205
|
|
2206
|
-
# Update
|
2206
|
+
# Update product image
|
2207
2207
|
# Update a product image.
|
2208
2208
|
# @param store_id The store id.
|
2209
2209
|
# @param product_id The id for the product of a store.
|
@@ -2240,7 +2240,7 @@ module MailchimpMarketing
|
|
2240
2240
|
:return_type => 'EcommerceProductImage')
|
2241
2241
|
return data, status_code, headers
|
2242
2242
|
end
|
2243
|
-
# Update
|
2243
|
+
# Update product variant
|
2244
2244
|
# Update a product variant.
|
2245
2245
|
# @param store_id The store id.
|
2246
2246
|
# @param product_id The id for the product of a store.
|
@@ -2253,7 +2253,7 @@ module MailchimpMarketing
|
|
2253
2253
|
data
|
2254
2254
|
end
|
2255
2255
|
|
2256
|
-
# Update
|
2256
|
+
# Update product variant
|
2257
2257
|
# Update a product variant.
|
2258
2258
|
# @param store_id The store id.
|
2259
2259
|
# @param product_id The id for the product of a store.
|
@@ -2290,7 +2290,7 @@ module MailchimpMarketing
|
|
2290
2290
|
:return_type => 'EcommerceProductVariant')
|
2291
2291
|
return data, status_code, headers
|
2292
2292
|
end
|
2293
|
-
# Update
|
2293
|
+
# Update promo code
|
2294
2294
|
# Update a promo code.
|
2295
2295
|
# @param store_id The store id.
|
2296
2296
|
# @param promo_rule_id The id for the promo rule of a store.
|
@@ -2303,7 +2303,7 @@ module MailchimpMarketing
|
|
2303
2303
|
data
|
2304
2304
|
end
|
2305
2305
|
|
2306
|
-
# Update
|
2306
|
+
# Update promo code
|
2307
2307
|
# Update a promo code.
|
2308
2308
|
# @param store_id The store id.
|
2309
2309
|
# @param promo_rule_id The id for the promo rule of a store.
|
@@ -2340,7 +2340,7 @@ module MailchimpMarketing
|
|
2340
2340
|
:return_type => 'EcommercePromoCode')
|
2341
2341
|
return data, status_code, headers
|
2342
2342
|
end
|
2343
|
-
# Update
|
2343
|
+
# Update promo rule
|
2344
2344
|
# Update a promo rule.
|
2345
2345
|
# @param store_id The store id.
|
2346
2346
|
# @param promo_rule_id The id for the promo rule of a store.
|
@@ -2352,7 +2352,7 @@ module MailchimpMarketing
|
|
2352
2352
|
data
|
2353
2353
|
end
|
2354
2354
|
|
2355
|
-
# Update
|
2355
|
+
# Update promo rule
|
2356
2356
|
# Update a promo rule.
|
2357
2357
|
# @param store_id The store id.
|
2358
2358
|
# @param promo_rule_id The id for the promo rule of a store.
|
@@ -2388,7 +2388,7 @@ module MailchimpMarketing
|
|
2388
2388
|
:return_type => 'EcommercePromoRule')
|
2389
2389
|
return data, status_code, headers
|
2390
2390
|
end
|
2391
|
-
# Add
|
2391
|
+
# Add store
|
2392
2392
|
# Add a new store to your Mailchimp account.
|
2393
2393
|
# @param body
|
2394
2394
|
# @param [Hash] opts the optional parameters
|
@@ -2398,7 +2398,7 @@ module MailchimpMarketing
|
|
2398
2398
|
data
|
2399
2399
|
end
|
2400
2400
|
|
2401
|
-
# Add
|
2401
|
+
# Add store
|
2402
2402
|
# Add a new store to your Mailchimp account.
|
2403
2403
|
# @param body
|
2404
2404
|
# @param [Hash] opts the optional parameters
|
@@ -2432,7 +2432,7 @@ module MailchimpMarketing
|
|
2432
2432
|
:return_type => 'EcommerceStore')
|
2433
2433
|
return data, status_code, headers
|
2434
2434
|
end
|
2435
|
-
# Add
|
2435
|
+
# Add cart
|
2436
2436
|
# Add a new cart to a store.
|
2437
2437
|
# @param store_id The store id.
|
2438
2438
|
# @param body
|
@@ -2443,7 +2443,7 @@ module MailchimpMarketing
|
|
2443
2443
|
data
|
2444
2444
|
end
|
2445
2445
|
|
2446
|
-
# Add
|
2446
|
+
# Add cart
|
2447
2447
|
# Add a new cart to a store.
|
2448
2448
|
# @param store_id The store id.
|
2449
2449
|
# @param body
|
@@ -2478,7 +2478,7 @@ module MailchimpMarketing
|
|
2478
2478
|
:return_type => 'EcommerceCart')
|
2479
2479
|
return data, status_code, headers
|
2480
2480
|
end
|
2481
|
-
# Add
|
2481
|
+
# Add cart line item
|
2482
2482
|
# Add a new line item to an existing cart.
|
2483
2483
|
# @param store_id The store id.
|
2484
2484
|
# @param cart_id The id for the cart.
|
@@ -2490,7 +2490,7 @@ module MailchimpMarketing
|
|
2490
2490
|
data
|
2491
2491
|
end
|
2492
2492
|
|
2493
|
-
# Add
|
2493
|
+
# Add cart line item
|
2494
2494
|
# Add a new line item to an existing cart.
|
2495
2495
|
# @param store_id The store id.
|
2496
2496
|
# @param cart_id The id for the cart.
|
@@ -2526,7 +2526,7 @@ module MailchimpMarketing
|
|
2526
2526
|
:return_type => 'EcommerceCartLineItem')
|
2527
2527
|
return data, status_code, headers
|
2528
2528
|
end
|
2529
|
-
# Add
|
2529
|
+
# Add customer
|
2530
2530
|
# Add a new customer to a store.
|
2531
2531
|
# @param store_id The store id.
|
2532
2532
|
# @param body
|
@@ -2537,7 +2537,7 @@ module MailchimpMarketing
|
|
2537
2537
|
data
|
2538
2538
|
end
|
2539
2539
|
|
2540
|
-
# Add
|
2540
|
+
# Add customer
|
2541
2541
|
# Add a new customer to a store.
|
2542
2542
|
# @param store_id The store id.
|
2543
2543
|
# @param body
|
@@ -2572,7 +2572,7 @@ module MailchimpMarketing
|
|
2572
2572
|
:return_type => 'EcommerceCustomer')
|
2573
2573
|
return data, status_code, headers
|
2574
2574
|
end
|
2575
|
-
# Add
|
2575
|
+
# Add order
|
2576
2576
|
# Add a new order to a store.
|
2577
2577
|
# @param store_id The store id.
|
2578
2578
|
# @param body
|
@@ -2583,7 +2583,7 @@ module MailchimpMarketing
|
|
2583
2583
|
data
|
2584
2584
|
end
|
2585
2585
|
|
2586
|
-
# Add
|
2586
|
+
# Add order
|
2587
2587
|
# Add a new order to a store.
|
2588
2588
|
# @param store_id The store id.
|
2589
2589
|
# @param body
|
@@ -2618,7 +2618,7 @@ module MailchimpMarketing
|
|
2618
2618
|
:return_type => 'EcommerceOrder')
|
2619
2619
|
return data, status_code, headers
|
2620
2620
|
end
|
2621
|
-
# Add
|
2621
|
+
# Add order line item
|
2622
2622
|
# Add a new line item to an existing order.
|
2623
2623
|
# @param store_id The store id.
|
2624
2624
|
# @param order_id The id for the order in a store.
|
@@ -2630,7 +2630,7 @@ module MailchimpMarketing
|
|
2630
2630
|
data
|
2631
2631
|
end
|
2632
2632
|
|
2633
|
-
# Add
|
2633
|
+
# Add order line item
|
2634
2634
|
# Add a new line item to an existing order.
|
2635
2635
|
# @param store_id The store id.
|
2636
2636
|
# @param order_id The id for the order in a store.
|
@@ -2666,7 +2666,7 @@ module MailchimpMarketing
|
|
2666
2666
|
:return_type => 'EcommerceOrderLineItem')
|
2667
2667
|
return data, status_code, headers
|
2668
2668
|
end
|
2669
|
-
# Add
|
2669
|
+
# Add product
|
2670
2670
|
# Add a new product to a store.
|
2671
2671
|
# @param store_id The store id.
|
2672
2672
|
# @param body
|
@@ -2677,7 +2677,7 @@ module MailchimpMarketing
|
|
2677
2677
|
data
|
2678
2678
|
end
|
2679
2679
|
|
2680
|
-
# Add
|
2680
|
+
# Add product
|
2681
2681
|
# Add a new product to a store.
|
2682
2682
|
# @param store_id The store id.
|
2683
2683
|
# @param body
|
@@ -2712,7 +2712,7 @@ module MailchimpMarketing
|
|
2712
2712
|
:return_type => 'EcommerceProduct')
|
2713
2713
|
return data, status_code, headers
|
2714
2714
|
end
|
2715
|
-
# Add
|
2715
|
+
# Add product image
|
2716
2716
|
# Add a new image to the product.
|
2717
2717
|
# @param store_id The store id.
|
2718
2718
|
# @param product_id The id for the product of a store.
|
@@ -2724,7 +2724,7 @@ module MailchimpMarketing
|
|
2724
2724
|
data
|
2725
2725
|
end
|
2726
2726
|
|
2727
|
-
# Add
|
2727
|
+
# Add product image
|
2728
2728
|
# Add a new image to the product.
|
2729
2729
|
# @param store_id The store id.
|
2730
2730
|
# @param product_id The id for the product of a store.
|
@@ -2760,7 +2760,7 @@ module MailchimpMarketing
|
|
2760
2760
|
:return_type => 'EcommerceProductImage')
|
2761
2761
|
return data, status_code, headers
|
2762
2762
|
end
|
2763
|
-
# Add
|
2763
|
+
# Add product variant
|
2764
2764
|
# Add a new variant to the product.
|
2765
2765
|
# @param store_id The store id.
|
2766
2766
|
# @param product_id The id for the product of a store.
|
@@ -2772,7 +2772,7 @@ module MailchimpMarketing
|
|
2772
2772
|
data
|
2773
2773
|
end
|
2774
2774
|
|
2775
|
-
# Add
|
2775
|
+
# Add product variant
|
2776
2776
|
# Add a new variant to the product.
|
2777
2777
|
# @param store_id The store id.
|
2778
2778
|
# @param product_id The id for the product of a store.
|
@@ -2808,7 +2808,7 @@ module MailchimpMarketing
|
|
2808
2808
|
:return_type => 'EcommerceProductVariant')
|
2809
2809
|
return data, status_code, headers
|
2810
2810
|
end
|
2811
|
-
# Add
|
2811
|
+
# Add promo code
|
2812
2812
|
# Add a new promo code to a store.
|
2813
2813
|
# @param store_id The store id.
|
2814
2814
|
# @param promo_rule_id The id for the promo rule of a store.
|
@@ -2820,7 +2820,7 @@ module MailchimpMarketing
|
|
2820
2820
|
data
|
2821
2821
|
end
|
2822
2822
|
|
2823
|
-
# Add
|
2823
|
+
# Add promo code
|
2824
2824
|
# Add a new promo code to a store.
|
2825
2825
|
# @param store_id The store id.
|
2826
2826
|
# @param promo_rule_id The id for the promo rule of a store.
|
@@ -2856,7 +2856,7 @@ module MailchimpMarketing
|
|
2856
2856
|
:return_type => 'EcommercePromoCode')
|
2857
2857
|
return data, status_code, headers
|
2858
2858
|
end
|
2859
|
-
# Add
|
2859
|
+
# Add promo rule
|
2860
2860
|
# Add a new promo rule to a store.
|
2861
2861
|
# @param store_id The store id.
|
2862
2862
|
# @param body
|
@@ -2867,7 +2867,7 @@ module MailchimpMarketing
|
|
2867
2867
|
data
|
2868
2868
|
end
|
2869
2869
|
|
2870
|
-
# Add
|
2870
|
+
# Add promo rule
|
2871
2871
|
# Add a new promo rule to a store.
|
2872
2872
|
# @param store_id The store id.
|
2873
2873
|
# @param body
|
@@ -2902,7 +2902,7 @@ module MailchimpMarketing
|
|
2902
2902
|
:return_type => 'EcommercePromoRule')
|
2903
2903
|
return data, status_code, headers
|
2904
2904
|
end
|
2905
|
-
# Add or update
|
2905
|
+
# Add or update customer
|
2906
2906
|
# Add or update a customer.
|
2907
2907
|
# @param store_id The store id.
|
2908
2908
|
# @param customer_id The id for the customer of a store.
|
@@ -2914,7 +2914,7 @@ module MailchimpMarketing
|
|
2914
2914
|
data
|
2915
2915
|
end
|
2916
2916
|
|
2917
|
-
# Add or update
|
2917
|
+
# Add or update customer
|
2918
2918
|
# Add or update a customer.
|
2919
2919
|
# @param store_id The store id.
|
2920
2920
|
# @param customer_id The id for the customer of a store.
|
@@ -2950,7 +2950,7 @@ module MailchimpMarketing
|
|
2950
2950
|
:return_type => 'EcommerceCustomer')
|
2951
2951
|
return data, status_code, headers
|
2952
2952
|
end
|
2953
|
-
# Add or update
|
2953
|
+
# Add or update product variant
|
2954
2954
|
# Add or update a product variant.
|
2955
2955
|
# @param store_id The store id.
|
2956
2956
|
# @param product_id The id for the product of a store.
|
@@ -2963,7 +2963,7 @@ module MailchimpMarketing
|
|
2963
2963
|
data
|
2964
2964
|
end
|
2965
2965
|
|
2966
|
-
# Add or update
|
2966
|
+
# Add or update product variant
|
2967
2967
|
# Add or update a product variant.
|
2968
2968
|
# @param store_id The store id.
|
2969
2969
|
# @param product_id The id for the product of a store.
|