peddler 0.8.0 → 0.9.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/LICENSE +1 -1
- data/README.md +15 -14
- data/lib/mws/cart_information/client.rb +72 -0
- data/lib/mws/cart_information.rb +1 -69
- data/lib/mws/customer_information/client.rb +79 -0
- data/lib/mws/customer_information.rb +1 -77
- data/lib/mws/feeds/client.rb +112 -0
- data/lib/mws/feeds.rb +1 -110
- data/lib/mws/fulfillment_inbound_shipment/client.rb +233 -0
- data/lib/mws/fulfillment_inbound_shipment.rb +1 -231
- data/lib/mws/fulfillment_inventory/client.rb +53 -0
- data/lib/mws/fulfillment_inventory.rb +1 -51
- data/lib/mws/fulfillment_outbound_shipment/client.rb +171 -0
- data/lib/mws/fulfillment_outbound_shipment.rb +1 -168
- data/lib/mws/off_amazon_payments/client.rb +362 -0
- data/lib/mws/off_amazon_payments.rb +1 -360
- data/lib/mws/orders/client.rb +102 -0
- data/lib/mws/orders.rb +1 -98
- data/lib/mws/products/client.rb +234 -0
- data/lib/mws/products.rb +1 -232
- data/lib/mws/recommendations/client.rb +71 -0
- data/lib/mws/recommendations.rb +1 -66
- data/lib/mws/reports/client.rb +220 -0
- data/lib/mws/reports.rb +1 -220
- data/lib/mws/sellers/client.rb +42 -0
- data/lib/mws/sellers.rb +1 -40
- data/lib/mws/subscriptions/client.rb +177 -0
- data/lib/mws/subscriptions.rb +1 -169
- data/lib/mws.rb +2 -2
- data/lib/peddler/client.rb +3 -3
- data/lib/peddler/flat_file_parser.rb +3 -3
- data/lib/peddler/operation.rb +2 -3
- data/lib/peddler/structured_list.rb +1 -3
- data/lib/peddler/version.rb +1 -1
- data/lib/peddler/xml_parser.rb +1 -1
- data/test/integration/test_cart_information.rb +2 -2
- data/test/integration/test_customer_information.rb +2 -2
- data/test/integration/test_feeds.rb +2 -2
- data/test/integration/test_fulfillment_inbound_shipment.rb +2 -2
- data/test/integration/test_fulfillment_inventory.rb +3 -7
- data/test/integration/test_fulfillment_outbound_shipment.rb +2 -49
- data/test/integration/test_off_amazon_payments.rb +2 -2
- data/test/integration/test_orders.rb +2 -13
- data/test/integration/test_products.rb +2 -2
- data/test/integration/test_recommendations.rb +2 -11
- data/test/integration/test_reports.rb +2 -3
- data/test/integration/test_sellers.rb +2 -9
- data/test/integration/test_subscriptions.rb +2 -2
- data/test/integration_test_helper.rb +49 -0
- data/test/mws.yml +16 -0
- data/test/mws.yml.bak +16 -0
- data/test/test_helper.rb +7 -0
- data/test/unit/mws/test_off_amazon_payments_client.rb +9 -0
- data/test/unit/mws/test_products_client.rb +9 -0
- data/test/unit/peddler/test_client.rb +2 -2
- data/test/unit/peddler/test_flat_file_parser.rb +2 -2
- data/test/unit/peddler/test_operation.rb +2 -2
- data/test/unit/peddler/test_parser.rb +2 -2
- data/test/unit/peddler/test_structured_list.rb +2 -2
- data/test/unit/peddler/test_xml_parser.rb +2 -2
- data/test/unit/test_mws.rb +3 -3
- data/test/vcr_cassettes/CartInformation.yml +37 -725
- data/test/vcr_cassettes/CustomerInformation.yml +37 -728
- data/test/vcr_cassettes/Feeds.yml +100 -528
- data/test/vcr_cassettes/FulfillmentInboundShipment.yml +39 -728
- data/test/vcr_cassettes/FulfillmentInventory.yml +96 -997
- data/test/vcr_cassettes/FulfillmentOutboundShipment.yml +39 -725
- data/test/vcr_cassettes/OffAmazonPayments.yml +36 -727
- data/test/vcr_cassettes/Orders.yml +38 -29855
- data/test/vcr_cassettes/Products.yml +1300 -3871
- data/test/vcr_cassettes/Recommendations.yml +8934 -15590
- data/test/vcr_cassettes/Reports.yml +288 -1326
- data/test/vcr_cassettes/Sellers.yml +38 -1178
- data/test/vcr_cassettes/Subscriptions.yml +244 -1066
- metadata +27 -98
- data/test/helper.rb +0 -3
- data/test/integration_helper.rb +0 -49
- data/test/mws.yml.1 +0 -32
- data/test/mws.yml.example +0 -4
- data/test/unit/mws/test_off_amazon_payments.rb +0 -9
- data/test/unit/mws/test_products.rb +0 -9
@@ -2,29 +2,28 @@
|
|
2
2
|
http_interactions:
|
3
3
|
- request:
|
4
4
|
method: post
|
5
|
-
uri: https://mws.amazonservices.
|
5
|
+
uri: https://mws.amazonservices.ca/FulfillmentOutboundShipment/2010-10-01?AWSAccessKeyId=AWS_ACCESS_KEY_ID&Action=GetServiceStatus&SellerId=MERCHANT_ID&SignatureMethod=HmacSHA256&SignatureVersion=2&Timestamp=2014-08-12T11%3A50%3A26Z&Signature=s9LyyA7MXBYBMPJTW54ujH9bFuppGe01Y69rvAK%2BfRo%3D
|
6
6
|
body:
|
7
7
|
encoding: US-ASCII
|
8
8
|
string: ''
|
9
9
|
headers:
|
10
10
|
User-Agent:
|
11
|
-
- Jeff/1.0.1 (Language=Ruby;
|
11
|
+
- Jeff/1.0.1 (Language=Ruby; hakans-mbp.home)
|
12
12
|
response:
|
13
13
|
status:
|
14
14
|
code: 200
|
15
15
|
message:
|
16
16
|
headers:
|
17
17
|
Date:
|
18
|
-
-
|
18
|
+
- Tue, 12 Aug 2014 11:50:26 GMT
|
19
19
|
Server:
|
20
20
|
- AmazonMWS
|
21
21
|
x-mws-request-id:
|
22
|
-
-
|
22
|
+
- 65f7a0f2-7a98-49ef-ac68-f93cbf992271
|
23
23
|
x-mws-timestamp:
|
24
|
-
- '2014-
|
24
|
+
- '2014-08-12T11:50:27.223Z'
|
25
25
|
x-mws-response-context:
|
26
|
-
-
|
27
|
-
vB2vvNuHsw==
|
26
|
+
- mYMyIPrnV9EA90t7FTbTYwZwI3VlYzR9Kr1tWd/+zdsr/1PurmKGIU9uSJsqB1dTtzsPzFjUsZw=
|
28
27
|
Content-Type:
|
29
28
|
- text/xml
|
30
29
|
Content-Length:
|
@@ -38,39 +37,39 @@ http_interactions:
|
|
38
37
|
<GetServiceStatusResponse xmlns="http://mws.amazonaws.com/FulfillmentOutboundShipment/2010-10-01/">
|
39
38
|
<GetServiceStatusResult>
|
40
39
|
<Status>GREEN</Status>
|
41
|
-
<Timestamp>2014-
|
40
|
+
<Timestamp>2014-08-12T11:50:27.223Z</Timestamp>
|
42
41
|
</GetServiceStatusResult>
|
43
42
|
<ResponseMetadata>
|
44
|
-
<RequestId>
|
43
|
+
<RequestId>65f7a0f2-7a98-49ef-ac68-f93cbf992271</RequestId>
|
45
44
|
</ResponseMetadata>
|
46
45
|
</GetServiceStatusResponse>
|
47
46
|
http_version:
|
48
|
-
recorded_at:
|
47
|
+
recorded_at: Tue, 12 Aug 2014 11:50:27 GMT
|
49
48
|
- request:
|
50
49
|
method: post
|
51
|
-
uri: https://mws-eu.amazonservices.com/FulfillmentOutboundShipment/2010-10-01?AWSAccessKeyId=
|
50
|
+
uri: https://mws-eu.amazonservices.com/FulfillmentOutboundShipment/2010-10-01?AWSAccessKeyId=AWS_ACCESS_KEY_ID&Action=GetServiceStatus&SellerId=MERCHANT_ID&SignatureMethod=HmacSHA256&SignatureVersion=2&Timestamp=2014-08-12T11%3A50%3A27Z&Signature=eDgF%2Bj4KvW%2BIN6lZPqFXtym9S6M37YenO52ma9j4%2FJk%3D
|
52
51
|
body:
|
53
52
|
encoding: US-ASCII
|
54
53
|
string: ''
|
55
54
|
headers:
|
56
55
|
User-Agent:
|
57
|
-
- Jeff/1.0.1 (Language=Ruby;
|
56
|
+
- Jeff/1.0.1 (Language=Ruby; hakans-mbp.home)
|
58
57
|
response:
|
59
58
|
status:
|
60
59
|
code: 200
|
61
60
|
message:
|
62
61
|
headers:
|
63
62
|
Date:
|
64
|
-
-
|
63
|
+
- Tue, 12 Aug 2014 11:50:27 GMT
|
65
64
|
Server:
|
66
65
|
- AmazonMWS
|
67
66
|
x-mws-request-id:
|
68
|
-
-
|
67
|
+
- bfdce80f-6851-4e0f-a393-0c561faf2953
|
69
68
|
x-mws-timestamp:
|
70
|
-
- '2014-
|
69
|
+
- '2014-08-12T11:50:27.620Z'
|
71
70
|
x-mws-response-context:
|
72
|
-
-
|
73
|
-
|
71
|
+
- iHa/rbIvC+9Ls6ZkolvbjYgRUDM/b1X5YaRZ6iJKy/uyB4f9cyxXRJEVhwWvRhHcVkGYeI4cipWN
|
72
|
+
821ytSaRwQ==
|
74
73
|
Content-Type:
|
75
74
|
- text/xml
|
76
75
|
Content-Length:
|
@@ -84,39 +83,39 @@ http_interactions:
|
|
84
83
|
<GetServiceStatusResponse xmlns="http://mws.amazonaws.com/FulfillmentOutboundShipment/2010-10-01/">
|
85
84
|
<GetServiceStatusResult>
|
86
85
|
<Status>GREEN</Status>
|
87
|
-
<Timestamp>2014-
|
86
|
+
<Timestamp>2014-08-12T11:50:27.620Z</Timestamp>
|
88
87
|
</GetServiceStatusResult>
|
89
88
|
<ResponseMetadata>
|
90
|
-
<RequestId>
|
89
|
+
<RequestId>bfdce80f-6851-4e0f-a393-0c561faf2953</RequestId>
|
91
90
|
</ResponseMetadata>
|
92
91
|
</GetServiceStatusResponse>
|
93
92
|
http_version:
|
94
|
-
recorded_at:
|
93
|
+
recorded_at: Tue, 12 Aug 2014 11:50:27 GMT
|
95
94
|
- request:
|
96
95
|
method: post
|
97
|
-
uri: https://mws
|
96
|
+
uri: https://mws.amazonservices.jp/FulfillmentOutboundShipment/2010-10-01?AWSAccessKeyId=AWS_ACCESS_KEY_ID&Action=GetServiceStatus&SellerId=MERCHANT_ID&SignatureMethod=HmacSHA256&SignatureVersion=2&Timestamp=2014-08-12T11%3A50%3A27Z&Signature=eY%2BsUjygHHdIE5swOXfDjrODPdUcCCb98kfasUlnUlk%3D
|
98
97
|
body:
|
99
98
|
encoding: US-ASCII
|
100
99
|
string: ''
|
101
100
|
headers:
|
102
101
|
User-Agent:
|
103
|
-
- Jeff/1.0.1 (Language=Ruby;
|
102
|
+
- Jeff/1.0.1 (Language=Ruby; hakans-mbp.home)
|
104
103
|
response:
|
105
104
|
status:
|
106
105
|
code: 200
|
107
106
|
message:
|
108
107
|
headers:
|
109
108
|
Date:
|
110
|
-
-
|
109
|
+
- Tue, 12 Aug 2014 11:50:28 GMT
|
111
110
|
Server:
|
112
111
|
- AmazonMWS
|
113
112
|
x-mws-request-id:
|
114
|
-
-
|
113
|
+
- 0087b564-6098-4d4d-9692-ff4aace39ab0
|
115
114
|
x-mws-timestamp:
|
116
|
-
- '2014-
|
115
|
+
- '2014-08-12T11:50:28.306Z'
|
117
116
|
x-mws-response-context:
|
118
|
-
-
|
119
|
-
|
117
|
+
- 7UlalTgbBfrU2+C+sxlZWa68SiLACUt+3t/rEJG1V+ALKHzaxGkXQLFj7NHF4FL9vA2hGIQyx5v5
|
118
|
+
5iKmPCDFmQ==
|
120
119
|
Content-Type:
|
121
120
|
- text/xml
|
122
121
|
Content-Length:
|
@@ -130,39 +129,39 @@ http_interactions:
|
|
130
129
|
<GetServiceStatusResponse xmlns="http://mws.amazonaws.com/FulfillmentOutboundShipment/2010-10-01/">
|
131
130
|
<GetServiceStatusResult>
|
132
131
|
<Status>GREEN</Status>
|
133
|
-
<Timestamp>2014-
|
132
|
+
<Timestamp>2014-08-12T11:50:28.306Z</Timestamp>
|
134
133
|
</GetServiceStatusResult>
|
135
134
|
<ResponseMetadata>
|
136
|
-
<RequestId>
|
135
|
+
<RequestId>0087b564-6098-4d4d-9692-ff4aace39ab0</RequestId>
|
137
136
|
</ResponseMetadata>
|
138
137
|
</GetServiceStatusResponse>
|
139
138
|
http_version:
|
140
|
-
recorded_at:
|
139
|
+
recorded_at: Tue, 12 Aug 2014 11:50:28 GMT
|
141
140
|
- request:
|
142
141
|
method: post
|
143
|
-
uri: https://mws.amazonservices.
|
142
|
+
uri: https://mws.amazonservices.com/FulfillmentOutboundShipment/2010-10-01?AWSAccessKeyId=AWS_ACCESS_KEY_ID&Action=GetServiceStatus&SellerId=MERCHANT_ID&SignatureMethod=HmacSHA256&SignatureVersion=2&Timestamp=2014-08-12T11%3A50%3A28Z&Signature=1HkCegmhzB09QNmdcjbgkn9jMjf313ealLwv0OYzzMY%3D
|
144
143
|
body:
|
145
144
|
encoding: US-ASCII
|
146
145
|
string: ''
|
147
146
|
headers:
|
148
147
|
User-Agent:
|
149
|
-
- Jeff/1.0.1 (Language=Ruby;
|
148
|
+
- Jeff/1.0.1 (Language=Ruby; hakans-mbp.home)
|
150
149
|
response:
|
151
150
|
status:
|
152
151
|
code: 200
|
153
152
|
message:
|
154
153
|
headers:
|
155
154
|
Date:
|
156
|
-
-
|
155
|
+
- Tue, 12 Aug 2014 11:50:28 GMT
|
157
156
|
Server:
|
158
157
|
- AmazonMWS
|
159
158
|
x-mws-request-id:
|
160
|
-
-
|
159
|
+
- 510ce0be-6156-48b0-9b4c-94d4f64ab8c4
|
161
160
|
x-mws-timestamp:
|
162
|
-
- '2014-
|
161
|
+
- '2014-08-12T11:50:28.751Z'
|
163
162
|
x-mws-response-context:
|
164
|
-
-
|
165
|
-
|
163
|
+
- 7W6T7Y9J34LDFnfgf9UT5/BVn+knBHWt/HDBzZ3dnp2UmaRkmt0Dwnt9X8kNiZJWy8nv7WDM/rHt
|
164
|
+
MCE//TThqQ==
|
166
165
|
Content-Type:
|
167
166
|
- text/xml
|
168
167
|
Content-Length:
|
@@ -176,697 +175,12 @@ http_interactions:
|
|
176
175
|
<GetServiceStatusResponse xmlns="http://mws.amazonaws.com/FulfillmentOutboundShipment/2010-10-01/">
|
177
176
|
<GetServiceStatusResult>
|
178
177
|
<Status>GREEN</Status>
|
179
|
-
<Timestamp>2014-
|
178
|
+
<Timestamp>2014-08-12T11:50:28.751Z</Timestamp>
|
180
179
|
</GetServiceStatusResult>
|
181
180
|
<ResponseMetadata>
|
182
|
-
<RequestId>
|
181
|
+
<RequestId>510ce0be-6156-48b0-9b4c-94d4f64ab8c4</RequestId>
|
183
182
|
</ResponseMetadata>
|
184
183
|
</GetServiceStatusResponse>
|
185
184
|
http_version:
|
186
|
-
recorded_at:
|
187
|
-
- request:
|
188
|
-
method: post
|
189
|
-
uri: https://mws-eu.amazonservices.com/FulfillmentOutboundShipment/2010-10-01?AWSAccessKeyId=AKIAI6X4QZRXSHGHABJA&Action=GetServiceStatus&SellerId=A2NEU7G6RGUKF&SignatureMethod=HmacSHA256&SignatureVersion=2&Timestamp=2014-04-13T21%3A05%3A58Z&Signature=XiOu5UxcfYjFzi%2BfHQwTLtK4VRJ5VOFG1FlKwXpDuek%3D
|
190
|
-
body:
|
191
|
-
encoding: US-ASCII
|
192
|
-
string: ''
|
193
|
-
headers:
|
194
|
-
User-Agent:
|
195
|
-
- Jeff/1.0.1 (Language=Ruby; Hakans-MacBook-Pro.local)
|
196
|
-
response:
|
197
|
-
status:
|
198
|
-
code: 200
|
199
|
-
message:
|
200
|
-
headers:
|
201
|
-
Date:
|
202
|
-
- Sun, 13 Apr 2014 21:05:58 GMT
|
203
|
-
Server:
|
204
|
-
- AmazonMWS
|
205
|
-
x-mws-request-id:
|
206
|
-
- 6bc7461d-f903-48ec-a289-f2cea32a92bc
|
207
|
-
x-mws-timestamp:
|
208
|
-
- '2014-04-13T21:05:58.828Z'
|
209
|
-
x-mws-response-context:
|
210
|
-
- opJV7lfwbklyBBL/eC7XJ/mSouGc1L2FuTi6BYeIAFdvTftvUIYhgf5M1gP7eWLiJl5H6pOvEjTL
|
211
|
-
Dlb5tGDvww==
|
212
|
-
Content-Type:
|
213
|
-
- text/xml
|
214
|
-
Content-Length:
|
215
|
-
- '391'
|
216
|
-
Vary:
|
217
|
-
- User-Agent
|
218
|
-
body:
|
219
|
-
encoding: UTF-8
|
220
|
-
string: |
|
221
|
-
<?xml version="1.0"?>
|
222
|
-
<GetServiceStatusResponse xmlns="http://mws.amazonaws.com/FulfillmentOutboundShipment/2010-10-01/">
|
223
|
-
<GetServiceStatusResult>
|
224
|
-
<Status>GREEN</Status>
|
225
|
-
<Timestamp>2014-04-13T21:05:58.828Z</Timestamp>
|
226
|
-
</GetServiceStatusResult>
|
227
|
-
<ResponseMetadata>
|
228
|
-
<RequestId>6bc7461d-f903-48ec-a289-f2cea32a92bc</RequestId>
|
229
|
-
</ResponseMetadata>
|
230
|
-
</GetServiceStatusResponse>
|
231
|
-
http_version:
|
232
|
-
recorded_at: Sun, 13 Apr 2014 21:05:58 GMT
|
233
|
-
- request:
|
234
|
-
method: post
|
235
|
-
uri: https://mws.amazonservices.ca/FulfillmentOutboundShipment/2010-10-01?AWSAccessKeyId=AKIAITHQMZUJROSOP27Q&Action=GetServiceStatus&SellerId=A2A7WNXBU01UJW&SignatureMethod=HmacSHA256&SignatureVersion=2&Timestamp=2014-04-13T21%3A05%3A58Z&Signature=UoX44CWrTUSMZ1RsW78pJPg7fFhilC3lBoH%2BWanS%2BqA%3D
|
236
|
-
body:
|
237
|
-
encoding: US-ASCII
|
238
|
-
string: ''
|
239
|
-
headers:
|
240
|
-
User-Agent:
|
241
|
-
- Jeff/1.0.1 (Language=Ruby; Hakans-MacBook-Pro.local)
|
242
|
-
response:
|
243
|
-
status:
|
244
|
-
code: 200
|
245
|
-
message:
|
246
|
-
headers:
|
247
|
-
Date:
|
248
|
-
- Sun, 13 Apr 2014 21:05:58 GMT
|
249
|
-
Server:
|
250
|
-
- AmazonMWS
|
251
|
-
x-mws-request-id:
|
252
|
-
- 0abb1c46-46ae-4892-82d7-ce38f59b513b
|
253
|
-
x-mws-timestamp:
|
254
|
-
- '2014-04-13T21:05:59.233Z'
|
255
|
-
x-mws-response-context:
|
256
|
-
- 2hnkF29qQvJQAQHsh5Sb9GpYeEozZeLAJZenxeT9ZuNeTUnfMCE85IbXRD5tavLiEa08N8XfWIU=
|
257
|
-
Content-Type:
|
258
|
-
- text/xml
|
259
|
-
Content-Length:
|
260
|
-
- '391'
|
261
|
-
Vary:
|
262
|
-
- User-Agent
|
263
|
-
body:
|
264
|
-
encoding: UTF-8
|
265
|
-
string: |
|
266
|
-
<?xml version="1.0"?>
|
267
|
-
<GetServiceStatusResponse xmlns="http://mws.amazonaws.com/FulfillmentOutboundShipment/2010-10-01/">
|
268
|
-
<GetServiceStatusResult>
|
269
|
-
<Status>GREEN</Status>
|
270
|
-
<Timestamp>2014-04-13T21:05:59.233Z</Timestamp>
|
271
|
-
</GetServiceStatusResult>
|
272
|
-
<ResponseMetadata>
|
273
|
-
<RequestId>0abb1c46-46ae-4892-82d7-ce38f59b513b</RequestId>
|
274
|
-
</ResponseMetadata>
|
275
|
-
</GetServiceStatusResponse>
|
276
|
-
http_version:
|
277
|
-
recorded_at: Sun, 13 Apr 2014 21:05:59 GMT
|
278
|
-
- request:
|
279
|
-
method: post
|
280
|
-
uri: https://mws-eu.amazonservices.com/FulfillmentOutboundShipment/2010-10-01?AWSAccessKeyId=AKIAJJDQ2MJTMPXKJE4A&Action=GetServiceStatus&SellerId=A2D9DZ30GEWP6N&SignatureMethod=HmacSHA256&SignatureVersion=2&Timestamp=2014-04-13T21%3A05%3A59Z&Signature=zSls8HO%2B6dF%2FQzxNqq7a1Bq7K39w2BYNodAPtJQYdE0%3D
|
281
|
-
body:
|
282
|
-
encoding: US-ASCII
|
283
|
-
string: ''
|
284
|
-
headers:
|
285
|
-
User-Agent:
|
286
|
-
- Jeff/1.0.1 (Language=Ruby; Hakans-MacBook-Pro.local)
|
287
|
-
response:
|
288
|
-
status:
|
289
|
-
code: 200
|
290
|
-
message:
|
291
|
-
headers:
|
292
|
-
Date:
|
293
|
-
- Sun, 13 Apr 2014 21:05:59 GMT
|
294
|
-
Server:
|
295
|
-
- AmazonMWS
|
296
|
-
x-mws-request-id:
|
297
|
-
- 106f41ff-a14d-413b-b9e2-30b7fc3d801c
|
298
|
-
x-mws-timestamp:
|
299
|
-
- '2014-04-13T21:05:59.421Z'
|
300
|
-
x-mws-response-context:
|
301
|
-
- OsxHO/FnQGDje9d3WSTxQRMjbXe1GdbLy8V33ghKy9wyoBRJQuC9EcQS/nUSh+ufSE3EaQLxvfR8
|
302
|
-
KQOBi4147Q==
|
303
|
-
Content-Type:
|
304
|
-
- text/xml
|
305
|
-
Content-Length:
|
306
|
-
- '391'
|
307
|
-
Vary:
|
308
|
-
- User-Agent
|
309
|
-
body:
|
310
|
-
encoding: UTF-8
|
311
|
-
string: |
|
312
|
-
<?xml version="1.0"?>
|
313
|
-
<GetServiceStatusResponse xmlns="http://mws.amazonaws.com/FulfillmentOutboundShipment/2010-10-01/">
|
314
|
-
<GetServiceStatusResult>
|
315
|
-
<Status>GREEN</Status>
|
316
|
-
<Timestamp>2014-04-13T21:05:59.421Z</Timestamp>
|
317
|
-
</GetServiceStatusResult>
|
318
|
-
<ResponseMetadata>
|
319
|
-
<RequestId>106f41ff-a14d-413b-b9e2-30b7fc3d801c</RequestId>
|
320
|
-
</ResponseMetadata>
|
321
|
-
</GetServiceStatusResponse>
|
322
|
-
http_version:
|
323
|
-
recorded_at: Sun, 13 Apr 2014 21:05:59 GMT
|
324
|
-
- request:
|
325
|
-
method: post
|
326
|
-
uri: https://mws-eu.amazonservices.com/FulfillmentOutboundShipment/2010-10-01?AWSAccessKeyId=AKIAIORT7554FEBW7UBQ&Action=GetServiceStatus&SellerId=A7ZXDJZD3UIRG&SignatureMethod=HmacSHA256&SignatureVersion=2&Timestamp=2014-04-13T21%3A05%3A59Z&Signature=zFUoK%2FNwKDmv90y96nnQlSqgnUXxuPDQJNxfXzHsPeE%3D
|
327
|
-
body:
|
328
|
-
encoding: US-ASCII
|
329
|
-
string: ''
|
330
|
-
headers:
|
331
|
-
User-Agent:
|
332
|
-
- Jeff/1.0.1 (Language=Ruby; Hakans-MacBook-Pro.local)
|
333
|
-
response:
|
334
|
-
status:
|
335
|
-
code: 200
|
336
|
-
message:
|
337
|
-
headers:
|
338
|
-
Date:
|
339
|
-
- Sun, 13 Apr 2014 21:05:59 GMT
|
340
|
-
Server:
|
341
|
-
- AmazonMWS
|
342
|
-
x-mws-request-id:
|
343
|
-
- e7b35ce6-6300-44af-bfc5-98d73b6f6860
|
344
|
-
x-mws-timestamp:
|
345
|
-
- '2014-04-13T21:05:59.584Z'
|
346
|
-
x-mws-response-context:
|
347
|
-
- 6rg7hGvJyriThvM+v7iL2AA/+m7EJStszJXiu+E9mvPY2q/MqgU/DFhH033weQkDZdspOsLohGIB
|
348
|
-
W4WqqxPq2g==
|
349
|
-
Content-Type:
|
350
|
-
- text/xml
|
351
|
-
Content-Length:
|
352
|
-
- '391'
|
353
|
-
Vary:
|
354
|
-
- User-Agent
|
355
|
-
body:
|
356
|
-
encoding: UTF-8
|
357
|
-
string: |
|
358
|
-
<?xml version="1.0"?>
|
359
|
-
<GetServiceStatusResponse xmlns="http://mws.amazonaws.com/FulfillmentOutboundShipment/2010-10-01/">
|
360
|
-
<GetServiceStatusResult>
|
361
|
-
<Status>GREEN</Status>
|
362
|
-
<Timestamp>2014-04-13T21:05:59.584Z</Timestamp>
|
363
|
-
</GetServiceStatusResult>
|
364
|
-
<ResponseMetadata>
|
365
|
-
<RequestId>e7b35ce6-6300-44af-bfc5-98d73b6f6860</RequestId>
|
366
|
-
</ResponseMetadata>
|
367
|
-
</GetServiceStatusResponse>
|
368
|
-
http_version:
|
369
|
-
recorded_at: Sun, 13 Apr 2014 21:05:59 GMT
|
370
|
-
- request:
|
371
|
-
method: post
|
372
|
-
uri: https://mws-eu.amazonservices.com/?AWSAccessKeyId=AKIAIORT7554FEBW7UBQ&Action=GetServiceStatus&SellerId=A7ZXDJZD3UIRG&SignatureMethod=HmacSHA256&SignatureVersion=2&Timestamp=2014-04-27T15%3A56%3A17Z&Signature=QdD7YiGVyKaw6Fd35g5Z6l9a6A%2Beto98OMG18QzQqXQ%3D
|
373
|
-
body:
|
374
|
-
encoding: US-ASCII
|
375
|
-
string: ''
|
376
|
-
headers:
|
377
|
-
User-Agent:
|
378
|
-
- Jeff/1.0.1 (Language=Ruby; Hakans-MacBook-Pro.local)
|
379
|
-
response:
|
380
|
-
status:
|
381
|
-
code: 200
|
382
|
-
message:
|
383
|
-
headers:
|
384
|
-
Date:
|
385
|
-
- Sun, 27 Apr 2014 15:56:17 GMT
|
386
|
-
Server:
|
387
|
-
- AmazonMWS
|
388
|
-
x-mws-request-id:
|
389
|
-
- 3cccc092-d891-40c2-973c-08436fbbb00f
|
390
|
-
x-mws-timestamp:
|
391
|
-
- '2014-04-27T15:56:18.094Z'
|
392
|
-
x-mws-response-context:
|
393
|
-
- zRNbmztvjwrWov+vgvUAy86DanCnUyKinMPsAyfxwocMohYDw9J94+7TqrYYf8vHbdIheHByd+Tq
|
394
|
-
rTU3cxawLQ==
|
395
|
-
Content-Type:
|
396
|
-
- text/xml
|
397
|
-
Content-Length:
|
398
|
-
- '367'
|
399
|
-
Vary:
|
400
|
-
- User-Agent
|
401
|
-
body:
|
402
|
-
encoding: UTF-8
|
403
|
-
string: |
|
404
|
-
<?xml version="1.0"?>
|
405
|
-
<GetServiceStatusResponse xmlns="http://mws.amazonaws.com/doc/2009-01-01/">
|
406
|
-
<GetServiceStatusResult>
|
407
|
-
<Status>GREEN</Status>
|
408
|
-
<Timestamp>2014-04-27T15:56:18.094Z</Timestamp>
|
409
|
-
</GetServiceStatusResult>
|
410
|
-
<ResponseMetadata>
|
411
|
-
<RequestId>3cccc092-d891-40c2-973c-08436fbbb00f</RequestId>
|
412
|
-
</ResponseMetadata>
|
413
|
-
</GetServiceStatusResponse>
|
414
|
-
http_version:
|
415
|
-
recorded_at: Sun, 27 Apr 2014 15:56:18 GMT
|
416
|
-
- request:
|
417
|
-
method: post
|
418
|
-
uri: https://mws.amazonservices.com/?AWSAccessKeyId=AKIAJ767ZET2BZR4UDDQ&Action=GetServiceStatus&SellerId=A2H6NH4SQYFZ4M&SignatureMethod=HmacSHA256&SignatureVersion=2&Timestamp=2014-04-27T15%3A56%3A18Z&Signature=ZIkV36dDKsh97WAIdtZK4uixDu3JxARRL7rVkqZvbVI%3D
|
419
|
-
body:
|
420
|
-
encoding: US-ASCII
|
421
|
-
string: ''
|
422
|
-
headers:
|
423
|
-
User-Agent:
|
424
|
-
- Jeff/1.0.1 (Language=Ruby; Hakans-MacBook-Pro.local)
|
425
|
-
response:
|
426
|
-
status:
|
427
|
-
code: 200
|
428
|
-
message:
|
429
|
-
headers:
|
430
|
-
Date:
|
431
|
-
- Sun, 27 Apr 2014 15:56:18 GMT
|
432
|
-
Server:
|
433
|
-
- AmazonMWS
|
434
|
-
x-mws-request-id:
|
435
|
-
- c5d703b8-fc23-4866-af1e-3ea47bce3108
|
436
|
-
x-mws-timestamp:
|
437
|
-
- '2014-04-27T15:56:18.503Z'
|
438
|
-
x-mws-response-context:
|
439
|
-
- 5UlztdE4nWBzNun/IG/ZtNgdYaXK2l3rk8RWiLCr7Dj76VpR3I2U5u/72JVDidD6l7uUmFnt0wM=
|
440
|
-
Content-Type:
|
441
|
-
- text/xml
|
442
|
-
Content-Length:
|
443
|
-
- '367'
|
444
|
-
Vary:
|
445
|
-
- User-Agent
|
446
|
-
body:
|
447
|
-
encoding: UTF-8
|
448
|
-
string: |
|
449
|
-
<?xml version="1.0"?>
|
450
|
-
<GetServiceStatusResponse xmlns="http://mws.amazonaws.com/doc/2009-01-01/">
|
451
|
-
<GetServiceStatusResult>
|
452
|
-
<Status>GREEN</Status>
|
453
|
-
<Timestamp>2014-04-27T15:56:18.503Z</Timestamp>
|
454
|
-
</GetServiceStatusResult>
|
455
|
-
<ResponseMetadata>
|
456
|
-
<RequestId>c5d703b8-fc23-4866-af1e-3ea47bce3108</RequestId>
|
457
|
-
</ResponseMetadata>
|
458
|
-
</GetServiceStatusResponse>
|
459
|
-
http_version:
|
460
|
-
recorded_at: Sun, 27 Apr 2014 15:56:18 GMT
|
461
|
-
- request:
|
462
|
-
method: post
|
463
|
-
uri: https://mws.amazonservices.jp/?AWSAccessKeyId=AKIAJ5RDDSRROM6GXQ5Q&Action=GetServiceStatus&SellerId=A7BU5WGNVGQ1I&SignatureMethod=HmacSHA256&SignatureVersion=2&Timestamp=2014-04-27T15%3A56%3A18Z&Signature=xGO81zh4QDacd5NK%2FlpiSFrWVNvOhgDTj5UXZFQTL%2Fc%3D
|
464
|
-
body:
|
465
|
-
encoding: US-ASCII
|
466
|
-
string: ''
|
467
|
-
headers:
|
468
|
-
User-Agent:
|
469
|
-
- Jeff/1.0.1 (Language=Ruby; Hakans-MacBook-Pro.local)
|
470
|
-
response:
|
471
|
-
status:
|
472
|
-
code: 200
|
473
|
-
message:
|
474
|
-
headers:
|
475
|
-
Date:
|
476
|
-
- Sun, 27 Apr 2014 15:56:19 GMT
|
477
|
-
Server:
|
478
|
-
- AmazonMWS
|
479
|
-
x-mws-request-id:
|
480
|
-
- 1567b1f4-5ad5-4258-8618-3d3edf56d84a
|
481
|
-
x-mws-timestamp:
|
482
|
-
- '2014-04-27T15:56:19.192Z'
|
483
|
-
x-mws-response-context:
|
484
|
-
- 0SS1r9mqKLN0Rfh+R3NiChlqkzVl1IKfcQbJjvWbjKPcxLQjGr+MPhPusGmZjVRsGerdLSEvNSdy
|
485
|
-
FJVj5nwLEw==
|
486
|
-
Content-Type:
|
487
|
-
- text/xml
|
488
|
-
Content-Length:
|
489
|
-
- '367'
|
490
|
-
Vary:
|
491
|
-
- User-Agent
|
492
|
-
body:
|
493
|
-
encoding: UTF-8
|
494
|
-
string: |
|
495
|
-
<?xml version="1.0"?>
|
496
|
-
<GetServiceStatusResponse xmlns="http://mws.amazonaws.com/doc/2009-01-01/">
|
497
|
-
<GetServiceStatusResult>
|
498
|
-
<Status>GREEN</Status>
|
499
|
-
<Timestamp>2014-04-27T15:56:19.192Z</Timestamp>
|
500
|
-
</GetServiceStatusResult>
|
501
|
-
<ResponseMetadata>
|
502
|
-
<RequestId>1567b1f4-5ad5-4258-8618-3d3edf56d84a</RequestId>
|
503
|
-
</ResponseMetadata>
|
504
|
-
</GetServiceStatusResponse>
|
505
|
-
http_version:
|
506
|
-
recorded_at: Sun, 27 Apr 2014 15:56:19 GMT
|
507
|
-
- request:
|
508
|
-
method: post
|
509
|
-
uri: https://mws-eu.amazonservices.com/?AWSAccessKeyId=AKIAJJDQ2MJTMPXKJE4A&Action=GetServiceStatus&SellerId=A2D9DZ30GEWP6N&SignatureMethod=HmacSHA256&SignatureVersion=2&Timestamp=2014-04-27T15%3A56%3A19Z&Signature=MFm8foX3X8XQwUQke8%2FHvpnv8e1IwD7N9oaDbPXBf54%3D
|
510
|
-
body:
|
511
|
-
encoding: US-ASCII
|
512
|
-
string: ''
|
513
|
-
headers:
|
514
|
-
User-Agent:
|
515
|
-
- Jeff/1.0.1 (Language=Ruby; Hakans-MacBook-Pro.local)
|
516
|
-
response:
|
517
|
-
status:
|
518
|
-
code: 200
|
519
|
-
message:
|
520
|
-
headers:
|
521
|
-
Date:
|
522
|
-
- Sun, 27 Apr 2014 15:56:18 GMT
|
523
|
-
Server:
|
524
|
-
- AmazonMWS
|
525
|
-
x-mws-request-id:
|
526
|
-
- efef192f-ddd8-4008-a6a6-d8adc396f73b
|
527
|
-
x-mws-timestamp:
|
528
|
-
- '2014-04-27T15:56:19.418Z'
|
529
|
-
x-mws-response-context:
|
530
|
-
- iJaK5Bvrye4gkaroGycIsYvYYfLEaCVTg2vuZYpnW2vA8O+/mJqC3o+CkP/nr+wewu4mxgaFW9RE
|
531
|
-
OABfJ+PgZg==
|
532
|
-
Content-Type:
|
533
|
-
- text/xml
|
534
|
-
Content-Length:
|
535
|
-
- '367'
|
536
|
-
Vary:
|
537
|
-
- User-Agent
|
538
|
-
body:
|
539
|
-
encoding: UTF-8
|
540
|
-
string: |
|
541
|
-
<?xml version="1.0"?>
|
542
|
-
<GetServiceStatusResponse xmlns="http://mws.amazonaws.com/doc/2009-01-01/">
|
543
|
-
<GetServiceStatusResult>
|
544
|
-
<Status>GREEN</Status>
|
545
|
-
<Timestamp>2014-04-27T15:56:19.418Z</Timestamp>
|
546
|
-
</GetServiceStatusResult>
|
547
|
-
<ResponseMetadata>
|
548
|
-
<RequestId>efef192f-ddd8-4008-a6a6-d8adc396f73b</RequestId>
|
549
|
-
</ResponseMetadata>
|
550
|
-
</GetServiceStatusResponse>
|
551
|
-
http_version:
|
552
|
-
recorded_at: Sun, 27 Apr 2014 15:56:19 GMT
|
553
|
-
- request:
|
554
|
-
method: post
|
555
|
-
uri: https://mws-eu.amazonservices.com/?AWSAccessKeyId=AKIAI6X4QZRXSHGHABJA&Action=GetServiceStatus&SellerId=A2NEU7G6RGUKF&SignatureMethod=HmacSHA256&SignatureVersion=2&Timestamp=2014-04-27T15%3A56%3A19Z&Signature=peU5cU562Nymp7D8XG7Fhk2e2yNWeJo2rP%2B8noFRNg8%3D
|
556
|
-
body:
|
557
|
-
encoding: US-ASCII
|
558
|
-
string: ''
|
559
|
-
headers:
|
560
|
-
User-Agent:
|
561
|
-
- Jeff/1.0.1 (Language=Ruby; Hakans-MacBook-Pro.local)
|
562
|
-
response:
|
563
|
-
status:
|
564
|
-
code: 200
|
565
|
-
message:
|
566
|
-
headers:
|
567
|
-
Date:
|
568
|
-
- Sun, 27 Apr 2014 15:56:18 GMT
|
569
|
-
Server:
|
570
|
-
- AmazonMWS
|
571
|
-
x-mws-request-id:
|
572
|
-
- 18a5d53a-410e-4905-9842-cffac922df67
|
573
|
-
x-mws-timestamp:
|
574
|
-
- '2014-04-27T15:56:19.567Z'
|
575
|
-
x-mws-response-context:
|
576
|
-
- STlEG6e9MwqameQQaEXdAXgGYeq4H45RKgQtsOs8/U5kcRo8JI+MaDO4GVfvt3Decw3hsZ5SATSG
|
577
|
-
al35LdwQLg==
|
578
|
-
Content-Type:
|
579
|
-
- text/xml
|
580
|
-
Content-Length:
|
581
|
-
- '367'
|
582
|
-
Vary:
|
583
|
-
- User-Agent
|
584
|
-
body:
|
585
|
-
encoding: UTF-8
|
586
|
-
string: |
|
587
|
-
<?xml version="1.0"?>
|
588
|
-
<GetServiceStatusResponse xmlns="http://mws.amazonaws.com/doc/2009-01-01/">
|
589
|
-
<GetServiceStatusResult>
|
590
|
-
<Status>GREEN</Status>
|
591
|
-
<Timestamp>2014-04-27T15:56:19.567Z</Timestamp>
|
592
|
-
</GetServiceStatusResult>
|
593
|
-
<ResponseMetadata>
|
594
|
-
<RequestId>18a5d53a-410e-4905-9842-cffac922df67</RequestId>
|
595
|
-
</ResponseMetadata>
|
596
|
-
</GetServiceStatusResponse>
|
597
|
-
http_version:
|
598
|
-
recorded_at: Sun, 27 Apr 2014 15:56:19 GMT
|
599
|
-
- request:
|
600
|
-
method: post
|
601
|
-
uri: https://mws.amazonservices.ca/?AWSAccessKeyId=AKIAITHQMZUJROSOP27Q&Action=GetServiceStatus&SellerId=A2A7WNXBU01UJW&SignatureMethod=HmacSHA256&SignatureVersion=2&Timestamp=2014-04-27T15%3A56%3A19Z&Signature=LAIo%2BrRuMyUVDRCIw6DN2U6QFU2XmjOVlq8YBHBcmhY%3D
|
602
|
-
body:
|
603
|
-
encoding: US-ASCII
|
604
|
-
string: ''
|
605
|
-
headers:
|
606
|
-
User-Agent:
|
607
|
-
- Jeff/1.0.1 (Language=Ruby; Hakans-MacBook-Pro.local)
|
608
|
-
response:
|
609
|
-
status:
|
610
|
-
code: 200
|
611
|
-
message:
|
612
|
-
headers:
|
613
|
-
Date:
|
614
|
-
- Sun, 27 Apr 2014 15:56:20 GMT
|
615
|
-
Server:
|
616
|
-
- AmazonMWS
|
617
|
-
x-mws-request-id:
|
618
|
-
- df77af5e-e8d5-4c35-ac32-41fed758a4a8
|
619
|
-
x-mws-timestamp:
|
620
|
-
- '2014-04-27T15:56:20.004Z'
|
621
|
-
x-mws-response-context:
|
622
|
-
- 6RUNq0A1c6xXZGN2uVgKbY3AvmaByR7rD9N5NOUIrx7TyQ0lpd/Ip9Mgizfrp8aLxnXzVCGNXPQ=
|
623
|
-
Content-Type:
|
624
|
-
- text/xml
|
625
|
-
Content-Length:
|
626
|
-
- '367'
|
627
|
-
Vary:
|
628
|
-
- User-Agent
|
629
|
-
body:
|
630
|
-
encoding: UTF-8
|
631
|
-
string: |
|
632
|
-
<?xml version="1.0"?>
|
633
|
-
<GetServiceStatusResponse xmlns="http://mws.amazonaws.com/doc/2009-01-01/">
|
634
|
-
<GetServiceStatusResult>
|
635
|
-
<Status>GREEN</Status>
|
636
|
-
<Timestamp>2014-04-27T15:56:20.004Z</Timestamp>
|
637
|
-
</GetServiceStatusResult>
|
638
|
-
<ResponseMetadata>
|
639
|
-
<RequestId>df77af5e-e8d5-4c35-ac32-41fed758a4a8</RequestId>
|
640
|
-
</ResponseMetadata>
|
641
|
-
</GetServiceStatusResponse>
|
642
|
-
http_version:
|
643
|
-
recorded_at: Sun, 27 Apr 2014 15:56:20 GMT
|
644
|
-
- request:
|
645
|
-
method: post
|
646
|
-
uri: https://mws-eu.amazonservices.com/?AWSAccessKeyId=123456&Action=GetServiceStatus&SellerId=A2APQUVDBVWV7E&SignatureMethod=HmacSHA256&SignatureVersion=2&Timestamp=2014-04-27T15%3A56%3A20Z&Signature=WX44j8Erx8khol6r6WY%2Bg1WqE1bk8ByYDEq%2Bf1cstsA%3D
|
647
|
-
body:
|
648
|
-
encoding: US-ASCII
|
649
|
-
string: ''
|
650
|
-
headers:
|
651
|
-
User-Agent:
|
652
|
-
- Jeff/1.0.1 (Language=Ruby; Hakans-MacBook-Pro.local)
|
653
|
-
response:
|
654
|
-
status:
|
655
|
-
code: 200
|
656
|
-
message:
|
657
|
-
headers:
|
658
|
-
Date:
|
659
|
-
- Sun, 27 Apr 2014 15:56:19 GMT
|
660
|
-
Server:
|
661
|
-
- AmazonMWS
|
662
|
-
x-mws-request-id:
|
663
|
-
- f6f16c4c-3258-4622-999d-7587bbb7aa9b
|
664
|
-
x-mws-timestamp:
|
665
|
-
- '2014-04-27T15:56:20.188Z'
|
666
|
-
x-mws-response-context:
|
667
|
-
- FrP49DUTtgt6BMVuUKKqGm4z5IZgrWh6jMb12XjVPKtlXuSTxX3iLMlyuQbzV42XyssxztrXQ5HD
|
668
|
-
02ydvUXG2g==
|
669
|
-
Content-Type:
|
670
|
-
- text/xml
|
671
|
-
Content-Length:
|
672
|
-
- '367'
|
673
|
-
Vary:
|
674
|
-
- User-Agent
|
675
|
-
body:
|
676
|
-
encoding: UTF-8
|
677
|
-
string: |
|
678
|
-
<?xml version="1.0"?>
|
679
|
-
<GetServiceStatusResponse xmlns="http://mws.amazonaws.com/doc/2009-01-01/">
|
680
|
-
<GetServiceStatusResult>
|
681
|
-
<Status>GREEN</Status>
|
682
|
-
<Timestamp>2014-04-27T15:56:20.188Z</Timestamp>
|
683
|
-
</GetServiceStatusResult>
|
684
|
-
<ResponseMetadata>
|
685
|
-
<RequestId>f6f16c4c-3258-4622-999d-7587bbb7aa9b</RequestId>
|
686
|
-
</ResponseMetadata>
|
687
|
-
</GetServiceStatusResponse>
|
688
|
-
http_version:
|
689
|
-
recorded_at: Sun, 27 Apr 2014 15:56:20 GMT
|
690
|
-
- request:
|
691
|
-
method: post
|
692
|
-
uri: https://mws-eu.amazonservices.com/?AWSAccessKeyId=123456&Action=GetServiceStatus&SellerId=A2DP6GIDYN6OTH&SignatureMethod=HmacSHA256&SignatureVersion=2&Timestamp=2014-04-27T15%3A56%3A20Z&Signature=uZ0w3KONglZM4nDPI2Ul8QCo5LuDU%2FtiO6Ssgmzdk34%3D
|
693
|
-
body:
|
694
|
-
encoding: US-ASCII
|
695
|
-
string: ''
|
696
|
-
headers:
|
697
|
-
User-Agent:
|
698
|
-
- Jeff/1.0.1 (Language=Ruby; Hakans-MacBook-Pro.local)
|
699
|
-
response:
|
700
|
-
status:
|
701
|
-
code: 200
|
702
|
-
message:
|
703
|
-
headers:
|
704
|
-
Date:
|
705
|
-
- Sun, 27 Apr 2014 15:56:19 GMT
|
706
|
-
Server:
|
707
|
-
- AmazonMWS
|
708
|
-
x-mws-request-id:
|
709
|
-
- f7d2fc7e-dbce-44b9-a533-4b465a26d570
|
710
|
-
x-mws-timestamp:
|
711
|
-
- '2014-04-27T15:56:20.343Z'
|
712
|
-
x-mws-response-context:
|
713
|
-
- uNj7aKZcPvRHG4h5n0PRpjfh+i2B3YeYb3D9sMM9ojaTNP1a32oRdmEkjTZ3dARG76J/7Fajjfxe
|
714
|
-
rnLFwB72IQ==
|
715
|
-
Content-Type:
|
716
|
-
- text/xml
|
717
|
-
Content-Length:
|
718
|
-
- '367'
|
719
|
-
Vary:
|
720
|
-
- User-Agent
|
721
|
-
body:
|
722
|
-
encoding: UTF-8
|
723
|
-
string: |
|
724
|
-
<?xml version="1.0"?>
|
725
|
-
<GetServiceStatusResponse xmlns="http://mws.amazonaws.com/doc/2009-01-01/">
|
726
|
-
<GetServiceStatusResult>
|
727
|
-
<Status>GREEN</Status>
|
728
|
-
<Timestamp>2014-04-27T15:56:20.343Z</Timestamp>
|
729
|
-
</GetServiceStatusResult>
|
730
|
-
<ResponseMetadata>
|
731
|
-
<RequestId>f7d2fc7e-dbce-44b9-a533-4b465a26d570</RequestId>
|
732
|
-
</ResponseMetadata>
|
733
|
-
</GetServiceStatusResponse>
|
734
|
-
http_version:
|
735
|
-
recorded_at: Sun, 27 Apr 2014 15:56:20 GMT
|
736
|
-
- request:
|
737
|
-
method: post
|
738
|
-
uri: https://mws-eu.amazonservices.com/FulfillmentOutboundShipment/2010-10-01?AWSAccessKeyId=AKIAJLUHOXLR5S2L6A6A&Action=GetServiceStatus&SellerId=A2APQUVDBVWV7E&SignatureMethod=HmacSHA256&SignatureVersion=2&Timestamp=2014-06-25T13%3A58%3A47Z&Signature=k0P4oo%2Bf0ZK8Riee8mPa82xCVfmZRnv6RdTf5V3y0aA%3D
|
739
|
-
body:
|
740
|
-
encoding: US-ASCII
|
741
|
-
string: ''
|
742
|
-
headers:
|
743
|
-
User-Agent:
|
744
|
-
- Jeff/1.0.1 (Language=Ruby; Hakans-MacBook-Pro.local)
|
745
|
-
response:
|
746
|
-
status:
|
747
|
-
code: 200
|
748
|
-
message:
|
749
|
-
headers:
|
750
|
-
Date:
|
751
|
-
- Wed, 25 Jun 2014 13:58:47 GMT
|
752
|
-
Server:
|
753
|
-
- AmazonMWS
|
754
|
-
x-mws-request-id:
|
755
|
-
- 36b84eee-250c-4ead-ba68-0ec0fa7d8584
|
756
|
-
x-mws-timestamp:
|
757
|
-
- '2014-06-25T13:58:47.062Z'
|
758
|
-
x-mws-response-context:
|
759
|
-
- u0YzcfV9ULysEfPfJcpyp51MkfpbBSXeMtOlYafa7FfudNtEdPPQOlQG9VHlzHSFRHPOVTpEC4WK
|
760
|
-
hngXXTvtTg==
|
761
|
-
Content-Type:
|
762
|
-
- text/xml
|
763
|
-
Content-Length:
|
764
|
-
- '391'
|
765
|
-
Vary:
|
766
|
-
- User-Agent
|
767
|
-
body:
|
768
|
-
encoding: UTF-8
|
769
|
-
string: |
|
770
|
-
<?xml version="1.0"?>
|
771
|
-
<GetServiceStatusResponse xmlns="http://mws.amazonaws.com/FulfillmentOutboundShipment/2010-10-01/">
|
772
|
-
<GetServiceStatusResult>
|
773
|
-
<Status>GREEN</Status>
|
774
|
-
<Timestamp>2014-06-25T13:58:47.062Z</Timestamp>
|
775
|
-
</GetServiceStatusResult>
|
776
|
-
<ResponseMetadata>
|
777
|
-
<RequestId>36b84eee-250c-4ead-ba68-0ec0fa7d8584</RequestId>
|
778
|
-
</ResponseMetadata>
|
779
|
-
</GetServiceStatusResponse>
|
780
|
-
http_version:
|
781
|
-
recorded_at: Wed, 25 Jun 2014 13:58:47 GMT
|
782
|
-
- request:
|
783
|
-
method: post
|
784
|
-
uri: https://mws-eu.amazonservices.com/FulfillmentOutboundShipment/2010-10-01?AWSAccessKeyId=AKIAI4ZNSD76DH7UBRDA&Action=GetServiceStatus&SellerId=A2DP6GIDYN6OTH&SignatureMethod=HmacSHA256&SignatureVersion=2&Timestamp=2014-06-25T13%3A58%3A47Z&Signature=O%2FWuh4WJWJmzD7JkN10176zyE%2FslAtBpvtCk%2B62XBK0%3D
|
785
|
-
body:
|
786
|
-
encoding: US-ASCII
|
787
|
-
string: ''
|
788
|
-
headers:
|
789
|
-
User-Agent:
|
790
|
-
- Jeff/1.0.1 (Language=Ruby; Hakans-MacBook-Pro.local)
|
791
|
-
response:
|
792
|
-
status:
|
793
|
-
code: 200
|
794
|
-
message:
|
795
|
-
headers:
|
796
|
-
Date:
|
797
|
-
- Wed, 25 Jun 2014 13:58:46 GMT
|
798
|
-
Server:
|
799
|
-
- AmazonMWS
|
800
|
-
x-mws-request-id:
|
801
|
-
- 3ce4c6d9-1af7-4099-8144-b7dd7a036d76
|
802
|
-
x-mws-timestamp:
|
803
|
-
- '2014-06-25T13:58:47.281Z'
|
804
|
-
x-mws-response-context:
|
805
|
-
- BGOmyVzOWnolwgBfvoEdt1E+U2AOFyALknUQjmWfaKRyfMpWfJg0/n/fKW5U3uU8bD0Aie+LxcU=
|
806
|
-
Content-Type:
|
807
|
-
- text/xml
|
808
|
-
Content-Length:
|
809
|
-
- '391'
|
810
|
-
Vary:
|
811
|
-
- User-Agent
|
812
|
-
body:
|
813
|
-
encoding: UTF-8
|
814
|
-
string: |
|
815
|
-
<?xml version="1.0"?>
|
816
|
-
<GetServiceStatusResponse xmlns="http://mws.amazonaws.com/FulfillmentOutboundShipment/2010-10-01/">
|
817
|
-
<GetServiceStatusResult>
|
818
|
-
<Status>GREEN</Status>
|
819
|
-
<Timestamp>2014-06-25T13:58:47.281Z</Timestamp>
|
820
|
-
</GetServiceStatusResult>
|
821
|
-
<ResponseMetadata>
|
822
|
-
<RequestId>3ce4c6d9-1af7-4099-8144-b7dd7a036d76</RequestId>
|
823
|
-
</ResponseMetadata>
|
824
|
-
</GetServiceStatusResponse>
|
825
|
-
http_version:
|
826
|
-
recorded_at: Wed, 25 Jun 2014 13:58:47 GMT
|
827
|
-
- request:
|
828
|
-
method: post
|
829
|
-
uri: https://mws-eu.amazonservices.com/FulfillmentOutboundShipment/2010-10-01?AWSAccessKeyId=AKIAIJQQ3UPICUQXTFFQ&Action=GetServiceStatus&SellerId=A3IY67M3U23R42&SignatureMethod=HmacSHA256&SignatureVersion=2&Timestamp=2014-07-11T15%3A43%3A25Z&Signature=GQ%2Fu2eb4ll7suB%2FOt3z6Z8fpZothxMVViyF%2FpHVw7vk%3D
|
830
|
-
body:
|
831
|
-
encoding: US-ASCII
|
832
|
-
string: ''
|
833
|
-
headers:
|
834
|
-
User-Agent:
|
835
|
-
- Jeff/1.0.1 (Language=Ruby; Hakans-MacBook-Pro.local)
|
836
|
-
response:
|
837
|
-
status:
|
838
|
-
code: 200
|
839
|
-
message:
|
840
|
-
headers:
|
841
|
-
Date:
|
842
|
-
- Fri, 11 Jul 2014 15:43:26 GMT
|
843
|
-
Server:
|
844
|
-
- AmazonMWS
|
845
|
-
x-mws-request-id:
|
846
|
-
- 3202736e-fb19-4681-992f-de52f06dd256
|
847
|
-
x-mws-timestamp:
|
848
|
-
- '2014-07-11T15:43:26.085Z'
|
849
|
-
x-mws-response-context:
|
850
|
-
- WGXafszm0LKzQuYEIETP2pNJWL+5RpJlIR6JJGwCQASiqST0E71/tCJ5CPt3T7/C7Q81ujIgjGs=
|
851
|
-
Content-Type:
|
852
|
-
- text/xml
|
853
|
-
Content-Length:
|
854
|
-
- '391'
|
855
|
-
Vary:
|
856
|
-
- User-Agent
|
857
|
-
body:
|
858
|
-
encoding: UTF-8
|
859
|
-
string: |
|
860
|
-
<?xml version="1.0"?>
|
861
|
-
<GetServiceStatusResponse xmlns="http://mws.amazonaws.com/FulfillmentOutboundShipment/2010-10-01/">
|
862
|
-
<GetServiceStatusResult>
|
863
|
-
<Status>GREEN</Status>
|
864
|
-
<Timestamp>2014-07-11T15:43:26.085Z</Timestamp>
|
865
|
-
</GetServiceStatusResult>
|
866
|
-
<ResponseMetadata>
|
867
|
-
<RequestId>3202736e-fb19-4681-992f-de52f06dd256</RequestId>
|
868
|
-
</ResponseMetadata>
|
869
|
-
</GetServiceStatusResponse>
|
870
|
-
http_version:
|
871
|
-
recorded_at: Fri, 11 Jul 2014 15:43:26 GMT
|
185
|
+
recorded_at: Tue, 12 Aug 2014 11:50:28 GMT
|
872
186
|
recorded_with: VCR 2.9.2
|