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,29 @@
|
|
2
2
|
http_interactions:
|
3
3
|
- request:
|
4
4
|
method: post
|
5
|
-
uri: https://mws
|
5
|
+
uri: https://mws.amazonservices.ca/FulfillmentInboundShipment/2010-10-01?AWSAccessKeyId=AWS_ACCESS_KEY_ID&Action=GetServiceStatus&SellerId=MERCHANT_ID&SignatureMethod=HmacSHA256&SignatureVersion=2&Timestamp=2014-08-12T11%3A37%3A31Z&Signature=vKbyG%2BKZTK2kncF4nH1P5utWVEdq3O2T%2FF4myRetOCg%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:37:31 GMT
|
19
19
|
Server:
|
20
20
|
- AmazonMWS
|
21
21
|
x-mws-request-id:
|
22
|
-
-
|
22
|
+
- 211fa22d-13d6-430f-92ba-200bf76d1107
|
23
23
|
x-mws-timestamp:
|
24
|
-
- '2014-
|
24
|
+
- '2014-08-12T11:37:31.663Z'
|
25
25
|
x-mws-response-context:
|
26
|
-
-
|
27
|
-
|
26
|
+
- JjtqBj4ZWOyFuXpk+Q81KOKW0UeZiXoCPuOR02w55N5ZqA+fd2G/H61IR07F+0L6tCU2EoEB5EKM
|
27
|
+
IEHZ7f7Svw==
|
28
28
|
Content-Type:
|
29
29
|
- text/xml
|
30
30
|
Content-Length:
|
@@ -38,38 +38,39 @@ http_interactions:
|
|
38
38
|
<GetServiceStatusResponse xmlns="http://mws.amazonaws.com/FulfillmentInboundShipment/2010-10-01/">
|
39
39
|
<GetServiceStatusResult>
|
40
40
|
<Status>GREEN</Status>
|
41
|
-
<Timestamp>2014-
|
41
|
+
<Timestamp>2014-08-12T11:37:31.663Z</Timestamp>
|
42
42
|
</GetServiceStatusResult>
|
43
43
|
<ResponseMetadata>
|
44
|
-
<RequestId>
|
44
|
+
<RequestId>211fa22d-13d6-430f-92ba-200bf76d1107</RequestId>
|
45
45
|
</ResponseMetadata>
|
46
46
|
</GetServiceStatusResponse>
|
47
47
|
http_version:
|
48
|
-
recorded_at:
|
48
|
+
recorded_at: Tue, 12 Aug 2014 11:37:31 GMT
|
49
49
|
- request:
|
50
50
|
method: post
|
51
|
-
uri: https://mws.amazonservices.
|
51
|
+
uri: https://mws-eu.amazonservices.com/FulfillmentInboundShipment/2010-10-01?AWSAccessKeyId=AWS_ACCESS_KEY_ID&Action=GetServiceStatus&SellerId=MERCHANT_ID&SignatureMethod=HmacSHA256&SignatureVersion=2&Timestamp=2014-08-12T11%3A37%3A31Z&Signature=yrYCRZ94Z1LZhiqJWOF64q2Gl9bWA41XwJY806%2FWnN0%3D
|
52
52
|
body:
|
53
53
|
encoding: US-ASCII
|
54
54
|
string: ''
|
55
55
|
headers:
|
56
56
|
User-Agent:
|
57
|
-
- Jeff/1.0.1 (Language=Ruby;
|
57
|
+
- Jeff/1.0.1 (Language=Ruby; hakans-mbp.home)
|
58
58
|
response:
|
59
59
|
status:
|
60
60
|
code: 200
|
61
61
|
message:
|
62
62
|
headers:
|
63
63
|
Date:
|
64
|
-
-
|
64
|
+
- Tue, 12 Aug 2014 11:37:31 GMT
|
65
65
|
Server:
|
66
66
|
- AmazonMWS
|
67
67
|
x-mws-request-id:
|
68
|
-
-
|
68
|
+
- 92059445-1817-4197-bfde-3912c3762592
|
69
69
|
x-mws-timestamp:
|
70
|
-
- '2014-
|
70
|
+
- '2014-08-12T11:37:31.908Z'
|
71
71
|
x-mws-response-context:
|
72
|
-
-
|
72
|
+
- BKaeterCWYSU95KF141HyQmODf32kBW330fwaR22NA53TqK8GU3lcEN+nYKiQsiQ2fgJXrGxLruO
|
73
|
+
BKpTbV+S4w==
|
73
74
|
Content-Type:
|
74
75
|
- text/xml
|
75
76
|
Content-Length:
|
@@ -83,38 +84,39 @@ http_interactions:
|
|
83
84
|
<GetServiceStatusResponse xmlns="http://mws.amazonaws.com/FulfillmentInboundShipment/2010-10-01/">
|
84
85
|
<GetServiceStatusResult>
|
85
86
|
<Status>GREEN</Status>
|
86
|
-
<Timestamp>2014-
|
87
|
+
<Timestamp>2014-08-12T11:37:31.908Z</Timestamp>
|
87
88
|
</GetServiceStatusResult>
|
88
89
|
<ResponseMetadata>
|
89
|
-
<RequestId>
|
90
|
+
<RequestId>92059445-1817-4197-bfde-3912c3762592</RequestId>
|
90
91
|
</ResponseMetadata>
|
91
92
|
</GetServiceStatusResponse>
|
92
93
|
http_version:
|
93
|
-
recorded_at:
|
94
|
+
recorded_at: Tue, 12 Aug 2014 11:37:31 GMT
|
94
95
|
- request:
|
95
96
|
method: post
|
96
|
-
uri: https://mws.amazonservices.
|
97
|
+
uri: https://mws.amazonservices.jp/FulfillmentInboundShipment/2010-10-01?AWSAccessKeyId=AWS_ACCESS_KEY_ID&Action=GetServiceStatus&SellerId=MERCHANT_ID&SignatureMethod=HmacSHA256&SignatureVersion=2&Timestamp=2014-08-12T11%3A37%3A31Z&Signature=3QiJCxXYH9bKo%2BOKCtH1wvjL%2BNni6hbxmxk4wLmPuns%3D
|
97
98
|
body:
|
98
99
|
encoding: US-ASCII
|
99
100
|
string: ''
|
100
101
|
headers:
|
101
102
|
User-Agent:
|
102
|
-
- Jeff/1.0.1 (Language=Ruby;
|
103
|
+
- Jeff/1.0.1 (Language=Ruby; hakans-mbp.home)
|
103
104
|
response:
|
104
105
|
status:
|
105
106
|
code: 200
|
106
107
|
message:
|
107
108
|
headers:
|
108
109
|
Date:
|
109
|
-
-
|
110
|
+
- Tue, 12 Aug 2014 11:37:32 GMT
|
110
111
|
Server:
|
111
112
|
- AmazonMWS
|
112
113
|
x-mws-request-id:
|
113
|
-
-
|
114
|
+
- 28520062-34c5-40f9-98a3-2c3321a9a274
|
114
115
|
x-mws-timestamp:
|
115
|
-
- '2014-
|
116
|
+
- '2014-08-12T11:37:32.621Z'
|
116
117
|
x-mws-response-context:
|
117
|
-
-
|
118
|
+
- zfJW0wadpD2ohf1b7/5UnCqylcsP7JYw3HfqKZruXnBiM/aK+5onS8qCv+KP37l/q0a3jCW09AIN
|
119
|
+
aLtzcJRGpw==
|
118
120
|
Content-Type:
|
119
121
|
- text/xml
|
120
122
|
Content-Length:
|
@@ -128,39 +130,38 @@ http_interactions:
|
|
128
130
|
<GetServiceStatusResponse xmlns="http://mws.amazonaws.com/FulfillmentInboundShipment/2010-10-01/">
|
129
131
|
<GetServiceStatusResult>
|
130
132
|
<Status>GREEN</Status>
|
131
|
-
<Timestamp>2014-
|
133
|
+
<Timestamp>2014-08-12T11:37:32.621Z</Timestamp>
|
132
134
|
</GetServiceStatusResult>
|
133
135
|
<ResponseMetadata>
|
134
|
-
<RequestId>
|
136
|
+
<RequestId>28520062-34c5-40f9-98a3-2c3321a9a274</RequestId>
|
135
137
|
</ResponseMetadata>
|
136
138
|
</GetServiceStatusResponse>
|
137
139
|
http_version:
|
138
|
-
recorded_at:
|
140
|
+
recorded_at: Tue, 12 Aug 2014 11:37:32 GMT
|
139
141
|
- request:
|
140
142
|
method: post
|
141
|
-
uri: https://mws.amazonservices.
|
143
|
+
uri: https://mws.amazonservices.com/FulfillmentInboundShipment/2010-10-01?AWSAccessKeyId=AWS_ACCESS_KEY_ID&Action=GetServiceStatus&SellerId=MERCHANT_ID&SignatureMethod=HmacSHA256&SignatureVersion=2&Timestamp=2014-08-12T11%3A37%3A32Z&Signature=oZZQG24Pl3B2qZt9bc%2BfOOHzMhR98YhpjN%2BLfXDuBCE%3D
|
142
144
|
body:
|
143
145
|
encoding: US-ASCII
|
144
146
|
string: ''
|
145
147
|
headers:
|
146
148
|
User-Agent:
|
147
|
-
- Jeff/1.0.1 (Language=Ruby;
|
149
|
+
- Jeff/1.0.1 (Language=Ruby; hakans-mbp.home)
|
148
150
|
response:
|
149
151
|
status:
|
150
152
|
code: 200
|
151
153
|
message:
|
152
154
|
headers:
|
153
155
|
Date:
|
154
|
-
-
|
156
|
+
- Tue, 12 Aug 2014 11:37:32 GMT
|
155
157
|
Server:
|
156
158
|
- AmazonMWS
|
157
159
|
x-mws-request-id:
|
158
|
-
-
|
160
|
+
- 28a8858f-a8fb-4abf-8c66-7bcf8b2507fc
|
159
161
|
x-mws-timestamp:
|
160
|
-
- '2014-
|
162
|
+
- '2014-08-12T11:37:33.076Z'
|
161
163
|
x-mws-response-context:
|
162
|
-
-
|
163
|
-
3POPcK4dKA==
|
164
|
+
- lPOimc2MXSAgJcYZDKcguKz5jsrSskeyUgP0DK4Qt7OwAOvrPyRax8aZSwqCzBQ9U+IX6KiFlWE=
|
164
165
|
Content-Type:
|
165
166
|
- text/xml
|
166
167
|
Content-Length:
|
@@ -174,702 +175,12 @@ http_interactions:
|
|
174
175
|
<GetServiceStatusResponse xmlns="http://mws.amazonaws.com/FulfillmentInboundShipment/2010-10-01/">
|
175
176
|
<GetServiceStatusResult>
|
176
177
|
<Status>GREEN</Status>
|
177
|
-
<Timestamp>2014-
|
178
|
+
<Timestamp>2014-08-12T11:37:33.076Z</Timestamp>
|
178
179
|
</GetServiceStatusResult>
|
179
180
|
<ResponseMetadata>
|
180
|
-
<RequestId>
|
181
|
+
<RequestId>28a8858f-a8fb-4abf-8c66-7bcf8b2507fc</RequestId>
|
181
182
|
</ResponseMetadata>
|
182
183
|
</GetServiceStatusResponse>
|
183
184
|
http_version:
|
184
|
-
recorded_at:
|
185
|
-
- request:
|
186
|
-
method: post
|
187
|
-
uri: https://mws-eu.amazonservices.com/FulfillmentInboundShipment/2010-10-01?AWSAccessKeyId=AKIAI6X4QZRXSHGHABJA&Action=GetServiceStatus&SellerId=A2NEU7G6RGUKF&SignatureMethod=HmacSHA256&SignatureVersion=2&Timestamp=2014-04-13T21%3A05%3A54Z&Signature=FIx3BWBmP1SVvG%2B3OLlefNIFawIXHafQxOPqcjeiSRA%3D
|
188
|
-
body:
|
189
|
-
encoding: US-ASCII
|
190
|
-
string: ''
|
191
|
-
headers:
|
192
|
-
User-Agent:
|
193
|
-
- Jeff/1.0.1 (Language=Ruby; Hakans-MacBook-Pro.local)
|
194
|
-
response:
|
195
|
-
status:
|
196
|
-
code: 200
|
197
|
-
message:
|
198
|
-
headers:
|
199
|
-
Date:
|
200
|
-
- Sun, 13 Apr 2014 21:05:54 GMT
|
201
|
-
Server:
|
202
|
-
- AmazonMWS
|
203
|
-
x-mws-request-id:
|
204
|
-
- 965356cd-57b8-46c8-a307-c40ac8ce6508
|
205
|
-
x-mws-timestamp:
|
206
|
-
- '2014-04-13T21:05:54.332Z'
|
207
|
-
x-mws-response-context:
|
208
|
-
- rC/wBIK5wpp9eOFJUhR3YOm/oaeXTYZQiJGSxyr62/9S+BBikqWE+0kXXw9yzhAS5vEHGzn+X3u6
|
209
|
-
jNO5pTEZBA==
|
210
|
-
Content-Type:
|
211
|
-
- text/xml
|
212
|
-
Content-Length:
|
213
|
-
- '390'
|
214
|
-
Vary:
|
215
|
-
- User-Agent
|
216
|
-
body:
|
217
|
-
encoding: UTF-8
|
218
|
-
string: |
|
219
|
-
<?xml version="1.0"?>
|
220
|
-
<GetServiceStatusResponse xmlns="http://mws.amazonaws.com/FulfillmentInboundShipment/2010-10-01/">
|
221
|
-
<GetServiceStatusResult>
|
222
|
-
<Status>GREEN</Status>
|
223
|
-
<Timestamp>2014-04-13T21:05:54.332Z</Timestamp>
|
224
|
-
</GetServiceStatusResult>
|
225
|
-
<ResponseMetadata>
|
226
|
-
<RequestId>965356cd-57b8-46c8-a307-c40ac8ce6508</RequestId>
|
227
|
-
</ResponseMetadata>
|
228
|
-
</GetServiceStatusResponse>
|
229
|
-
http_version:
|
230
|
-
recorded_at: Sun, 13 Apr 2014 21:05:54 GMT
|
231
|
-
- request:
|
232
|
-
method: post
|
233
|
-
uri: https://mws-eu.amazonservices.com/FulfillmentInboundShipment/2010-10-01?AWSAccessKeyId=123456&Action=GetServiceStatus&SellerId=A2APQUVDBVWV7E&SignatureMethod=HmacSHA256&SignatureVersion=2&Timestamp=2014-04-13T21%3A05%3A54Z&Signature=XmZ5dEJOLHLZHI7imUkE57QKWfbXVYLG0qWS8cAtBXw%3D
|
234
|
-
body:
|
235
|
-
encoding: US-ASCII
|
236
|
-
string: ''
|
237
|
-
headers:
|
238
|
-
User-Agent:
|
239
|
-
- Jeff/1.0.1 (Language=Ruby; Hakans-MacBook-Pro.local)
|
240
|
-
response:
|
241
|
-
status:
|
242
|
-
code: 200
|
243
|
-
message:
|
244
|
-
headers:
|
245
|
-
Date:
|
246
|
-
- Sun, 13 Apr 2014 21:05:54 GMT
|
247
|
-
Server:
|
248
|
-
- AmazonMWS
|
249
|
-
x-mws-request-id:
|
250
|
-
- a71bc5cd-f5e6-4276-8853-1103e3cd5791
|
251
|
-
x-mws-timestamp:
|
252
|
-
- '2014-04-13T21:05:54.474Z'
|
253
|
-
x-mws-response-context:
|
254
|
-
- sgyymAkxGWmZwPD3Yej46EiBuEozeXbBBnwRKMic7NLkI+icjYMow42K79PW2HlQhBiM6nHA+IsO
|
255
|
-
lC1e1nnREA==
|
256
|
-
Content-Type:
|
257
|
-
- text/xml
|
258
|
-
Content-Length:
|
259
|
-
- '390'
|
260
|
-
Vary:
|
261
|
-
- User-Agent
|
262
|
-
body:
|
263
|
-
encoding: UTF-8
|
264
|
-
string: |
|
265
|
-
<?xml version="1.0"?>
|
266
|
-
<GetServiceStatusResponse xmlns="http://mws.amazonaws.com/FulfillmentInboundShipment/2010-10-01/">
|
267
|
-
<GetServiceStatusResult>
|
268
|
-
<Status>GREEN</Status>
|
269
|
-
<Timestamp>2014-04-13T21:05:54.474Z</Timestamp>
|
270
|
-
</GetServiceStatusResult>
|
271
|
-
<ResponseMetadata>
|
272
|
-
<RequestId>a71bc5cd-f5e6-4276-8853-1103e3cd5791</RequestId>
|
273
|
-
</ResponseMetadata>
|
274
|
-
</GetServiceStatusResponse>
|
275
|
-
http_version:
|
276
|
-
recorded_at: Sun, 13 Apr 2014 21:05:54 GMT
|
277
|
-
- request:
|
278
|
-
method: post
|
279
|
-
uri: https://mws-eu.amazonservices.com/FulfillmentInboundShipment/2010-10-01?AWSAccessKeyId=AKIAJJDQ2MJTMPXKJE4A&Action=GetServiceStatus&SellerId=A2D9DZ30GEWP6N&SignatureMethod=HmacSHA256&SignatureVersion=2&Timestamp=2014-04-13T21%3A05%3A54Z&Signature=%2BH%2Fj8OwIRmkq8XI2tKaJOxumtV4uOkBhKATYn6zjbFs%3D
|
280
|
-
body:
|
281
|
-
encoding: US-ASCII
|
282
|
-
string: ''
|
283
|
-
headers:
|
284
|
-
User-Agent:
|
285
|
-
- Jeff/1.0.1 (Language=Ruby; Hakans-MacBook-Pro.local)
|
286
|
-
response:
|
287
|
-
status:
|
288
|
-
code: 200
|
289
|
-
message:
|
290
|
-
headers:
|
291
|
-
Date:
|
292
|
-
- Sun, 13 Apr 2014 21:05:54 GMT
|
293
|
-
Server:
|
294
|
-
- AmazonMWS
|
295
|
-
x-mws-request-id:
|
296
|
-
- 999c8eae-264c-4e63-aad8-7e7083cbedf3
|
297
|
-
x-mws-timestamp:
|
298
|
-
- '2014-04-13T21:05:54.620Z'
|
299
|
-
x-mws-response-context:
|
300
|
-
- opJV7lfwbklyBBL/eC7XJ/mSouGc1L2FuTi6BYeIAFdvTftvUIYhgf5M1gP7eWLiJl5H6pOvEjTL
|
301
|
-
Dlb5tGDvww==
|
302
|
-
Content-Type:
|
303
|
-
- text/xml
|
304
|
-
Content-Length:
|
305
|
-
- '390'
|
306
|
-
Vary:
|
307
|
-
- User-Agent
|
308
|
-
body:
|
309
|
-
encoding: UTF-8
|
310
|
-
string: |
|
311
|
-
<?xml version="1.0"?>
|
312
|
-
<GetServiceStatusResponse xmlns="http://mws.amazonaws.com/FulfillmentInboundShipment/2010-10-01/">
|
313
|
-
<GetServiceStatusResult>
|
314
|
-
<Status>GREEN</Status>
|
315
|
-
<Timestamp>2014-04-13T21:05:54.620Z</Timestamp>
|
316
|
-
</GetServiceStatusResult>
|
317
|
-
<ResponseMetadata>
|
318
|
-
<RequestId>999c8eae-264c-4e63-aad8-7e7083cbedf3</RequestId>
|
319
|
-
</ResponseMetadata>
|
320
|
-
</GetServiceStatusResponse>
|
321
|
-
http_version:
|
322
|
-
recorded_at: Sun, 13 Apr 2014 21:05:54 GMT
|
323
|
-
- request:
|
324
|
-
method: post
|
325
|
-
uri: https://mws-eu.amazonservices.com/FulfillmentInboundShipment/2010-10-01?AWSAccessKeyId=123456&Action=GetServiceStatus&SellerId=A2DP6GIDYN6OTH&SignatureMethod=HmacSHA256&SignatureVersion=2&Timestamp=2014-04-13T21%3A05%3A54Z&Signature=k%2FxixVj28htbQwGg3qY6UmYqy7kmf3YsqHvhSs7mnGA%3D
|
326
|
-
body:
|
327
|
-
encoding: US-ASCII
|
328
|
-
string: ''
|
329
|
-
headers:
|
330
|
-
User-Agent:
|
331
|
-
- Jeff/1.0.1 (Language=Ruby; Hakans-MacBook-Pro.local)
|
332
|
-
response:
|
333
|
-
status:
|
334
|
-
code: 200
|
335
|
-
message:
|
336
|
-
headers:
|
337
|
-
Date:
|
338
|
-
- Sun, 13 Apr 2014 21:05:54 GMT
|
339
|
-
Server:
|
340
|
-
- AmazonMWS
|
341
|
-
x-mws-request-id:
|
342
|
-
- 1856f937-13b4-41aa-acba-33f95e2984f0
|
343
|
-
x-mws-timestamp:
|
344
|
-
- '2014-04-13T21:05:54.777Z'
|
345
|
-
x-mws-response-context:
|
346
|
-
- vyHlJ0Giv+G/15DwnuzohK9Ox/3T3rPIJKdnd5rhwN5XWnyA4pG9tpEas+hpEGgP+unl2Wp8d9Re
|
347
|
-
BSvqixrSWw==
|
348
|
-
Content-Type:
|
349
|
-
- text/xml
|
350
|
-
Content-Length:
|
351
|
-
- '390'
|
352
|
-
Vary:
|
353
|
-
- User-Agent
|
354
|
-
body:
|
355
|
-
encoding: UTF-8
|
356
|
-
string: |
|
357
|
-
<?xml version="1.0"?>
|
358
|
-
<GetServiceStatusResponse xmlns="http://mws.amazonaws.com/FulfillmentInboundShipment/2010-10-01/">
|
359
|
-
<GetServiceStatusResult>
|
360
|
-
<Status>GREEN</Status>
|
361
|
-
<Timestamp>2014-04-13T21:05:54.777Z</Timestamp>
|
362
|
-
</GetServiceStatusResult>
|
363
|
-
<ResponseMetadata>
|
364
|
-
<RequestId>1856f937-13b4-41aa-acba-33f95e2984f0</RequestId>
|
365
|
-
</ResponseMetadata>
|
366
|
-
</GetServiceStatusResponse>
|
367
|
-
http_version:
|
368
|
-
recorded_at: Sun, 13 Apr 2014 21:05:54 GMT
|
369
|
-
- request:
|
370
|
-
method: post
|
371
|
-
uri: https://mws-eu.amazonservices.com/?AWSAccessKeyId=AKIAIORT7554FEBW7UBQ&Action=GetServiceStatus&SellerId=A7ZXDJZD3UIRG&SignatureMethod=HmacSHA256&SignatureVersion=2&Timestamp=2014-04-27T15%3A56%3A12Z&Signature=bk%2B1RWVkLxNBpc7xtEg82zX6fEwx0QXj4tiUP8GLolM%3D
|
372
|
-
body:
|
373
|
-
encoding: US-ASCII
|
374
|
-
string: ''
|
375
|
-
headers:
|
376
|
-
User-Agent:
|
377
|
-
- Jeff/1.0.1 (Language=Ruby; Hakans-MacBook-Pro.local)
|
378
|
-
response:
|
379
|
-
status:
|
380
|
-
code: 200
|
381
|
-
message:
|
382
|
-
headers:
|
383
|
-
Date:
|
384
|
-
- Sun, 27 Apr 2014 15:56:12 GMT
|
385
|
-
Server:
|
386
|
-
- AmazonMWS
|
387
|
-
x-mws-request-id:
|
388
|
-
- 65b079bb-1e32-4542-be98-21e6c3034d59
|
389
|
-
x-mws-timestamp:
|
390
|
-
- '2014-04-27T15:56:12.949Z'
|
391
|
-
x-mws-response-context:
|
392
|
-
- X71dvfJHE7jSiquoqyaiSDDFOIKpLhrKzQirHx8DDmGjMZq3jxEPq9iLTgKXavoRpLPcRhul2F5Y
|
393
|
-
i0NLpUoINQ==
|
394
|
-
Content-Type:
|
395
|
-
- text/xml
|
396
|
-
Content-Length:
|
397
|
-
- '367'
|
398
|
-
Vary:
|
399
|
-
- User-Agent
|
400
|
-
body:
|
401
|
-
encoding: UTF-8
|
402
|
-
string: |
|
403
|
-
<?xml version="1.0"?>
|
404
|
-
<GetServiceStatusResponse xmlns="http://mws.amazonaws.com/doc/2009-01-01/">
|
405
|
-
<GetServiceStatusResult>
|
406
|
-
<Status>GREEN</Status>
|
407
|
-
<Timestamp>2014-04-27T15:56:12.949Z</Timestamp>
|
408
|
-
</GetServiceStatusResult>
|
409
|
-
<ResponseMetadata>
|
410
|
-
<RequestId>65b079bb-1e32-4542-be98-21e6c3034d59</RequestId>
|
411
|
-
</ResponseMetadata>
|
412
|
-
</GetServiceStatusResponse>
|
413
|
-
http_version:
|
414
|
-
recorded_at: Sun, 27 Apr 2014 15:56:12 GMT
|
415
|
-
- request:
|
416
|
-
method: post
|
417
|
-
uri: https://mws.amazonservices.jp/?AWSAccessKeyId=AKIAJ5RDDSRROM6GXQ5Q&Action=GetServiceStatus&SellerId=A7BU5WGNVGQ1I&SignatureMethod=HmacSHA256&SignatureVersion=2&Timestamp=2014-04-27T15%3A56%3A12Z&Signature=nGsuIW1GTw%2F0GNpt%2BbWwgmrG%2FTDMVuc%2Ba69oKECCsz4%3D
|
418
|
-
body:
|
419
|
-
encoding: US-ASCII
|
420
|
-
string: ''
|
421
|
-
headers:
|
422
|
-
User-Agent:
|
423
|
-
- Jeff/1.0.1 (Language=Ruby; Hakans-MacBook-Pro.local)
|
424
|
-
response:
|
425
|
-
status:
|
426
|
-
code: 200
|
427
|
-
message:
|
428
|
-
headers:
|
429
|
-
Date:
|
430
|
-
- Sun, 27 Apr 2014 15:56:12 GMT
|
431
|
-
Server:
|
432
|
-
- AmazonMWS
|
433
|
-
x-mws-request-id:
|
434
|
-
- c461caeb-e61f-464e-87f2-aefb3f472fcd
|
435
|
-
x-mws-timestamp:
|
436
|
-
- '2014-04-27T15:56:13.638Z'
|
437
|
-
x-mws-response-context:
|
438
|
-
- 9v80Q/6ZQtYodd0GEc60UMflZRH0oFU7VbsHLo58TGvpeIqC45xjduXPvJ1u4shYCMJohJjunySM
|
439
|
-
rhliZHApLQ==
|
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:13.638Z</Timestamp>
|
454
|
-
</GetServiceStatusResult>
|
455
|
-
<ResponseMetadata>
|
456
|
-
<RequestId>c461caeb-e61f-464e-87f2-aefb3f472fcd</RequestId>
|
457
|
-
</ResponseMetadata>
|
458
|
-
</GetServiceStatusResponse>
|
459
|
-
http_version:
|
460
|
-
recorded_at: Sun, 27 Apr 2014 15:56:13 GMT
|
461
|
-
- request:
|
462
|
-
method: post
|
463
|
-
uri: https://mws-eu.amazonservices.com/?AWSAccessKeyId=123456&Action=GetServiceStatus&SellerId=A2DP6GIDYN6OTH&SignatureMethod=HmacSHA256&SignatureVersion=2&Timestamp=2014-04-27T15%3A56%3A13Z&Signature=avGigFpV8ha1qGNhvllmGM1bwSQVHBtwrz4E4ucDIMM%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:13 GMT
|
477
|
-
Server:
|
478
|
-
- AmazonMWS
|
479
|
-
x-mws-request-id:
|
480
|
-
- bfa96c01-4030-4f45-aeb9-8bd13f1a381d
|
481
|
-
x-mws-timestamp:
|
482
|
-
- '2014-04-27T15:56:13.846Z'
|
483
|
-
x-mws-response-context:
|
484
|
-
- dDjVz6SruG7aRYe9voarJj5EZE0pf4Z+ZE7M5s3vZU8ewlF0YHzW1Nh+ONpI5CKcl/iQLnV+xlyl
|
485
|
-
GUpeXhnBKg==
|
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:13.846Z</Timestamp>
|
500
|
-
</GetServiceStatusResult>
|
501
|
-
<ResponseMetadata>
|
502
|
-
<RequestId>bfa96c01-4030-4f45-aeb9-8bd13f1a381d</RequestId>
|
503
|
-
</ResponseMetadata>
|
504
|
-
</GetServiceStatusResponse>
|
505
|
-
http_version:
|
506
|
-
recorded_at: Sun, 27 Apr 2014 15:56:13 GMT
|
507
|
-
- request:
|
508
|
-
method: post
|
509
|
-
uri: https://mws.amazonservices.ca/?AWSAccessKeyId=AKIAITHQMZUJROSOP27Q&Action=GetServiceStatus&SellerId=A2A7WNXBU01UJW&SignatureMethod=HmacSHA256&SignatureVersion=2&Timestamp=2014-04-27T15%3A56%3A13Z&Signature=0uHQisPy2SpWcy9pwAcvRXczy1Joq2RBBqhYyfZ5m30%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:13 GMT
|
523
|
-
Server:
|
524
|
-
- AmazonMWS
|
525
|
-
x-mws-request-id:
|
526
|
-
- 0580096e-88ec-4e85-a351-31666f673f95
|
527
|
-
x-mws-timestamp:
|
528
|
-
- '2014-04-27T15:56:14.235Z'
|
529
|
-
x-mws-response-context:
|
530
|
-
- 8V+dPuqnG/Jy3buJh2KEZmBz1MuXbl4WxXgiXam7DlOlbkdSU/LC7mWvfmdOBDD69isrExKDdWi0
|
531
|
-
qApzg+ZdfQ==
|
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:14.235Z</Timestamp>
|
546
|
-
</GetServiceStatusResult>
|
547
|
-
<ResponseMetadata>
|
548
|
-
<RequestId>0580096e-88ec-4e85-a351-31666f673f95</RequestId>
|
549
|
-
</ResponseMetadata>
|
550
|
-
</GetServiceStatusResponse>
|
551
|
-
http_version:
|
552
|
-
recorded_at: Sun, 27 Apr 2014 15:56:14 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%3A14Z&Signature=oh%2BNCsOKgqC9%2FRcxCpuf0xOPKjo5RARxx7HsNLwSw%2FU%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:14 GMT
|
569
|
-
Server:
|
570
|
-
- AmazonMWS
|
571
|
-
x-mws-request-id:
|
572
|
-
- 92e309b2-c2e8-4a0a-a29f-554db08cb778
|
573
|
-
x-mws-timestamp:
|
574
|
-
- '2014-04-27T15:56:14.455Z'
|
575
|
-
x-mws-response-context:
|
576
|
-
- AWKOsL4ctq17snVOUMRbWsokyv0Sw/l4jmF6NhviL+D8OxN9qfiQQDiAJv/DAnnpt6o2BXih0854
|
577
|
-
nvA1JYAF7Q==
|
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:14.455Z</Timestamp>
|
592
|
-
</GetServiceStatusResult>
|
593
|
-
<ResponseMetadata>
|
594
|
-
<RequestId>92e309b2-c2e8-4a0a-a29f-554db08cb778</RequestId>
|
595
|
-
</ResponseMetadata>
|
596
|
-
</GetServiceStatusResponse>
|
597
|
-
http_version:
|
598
|
-
recorded_at: Sun, 27 Apr 2014 15:56:14 GMT
|
599
|
-
- request:
|
600
|
-
method: post
|
601
|
-
uri: https://mws-eu.amazonservices.com/?AWSAccessKeyId=123456&Action=GetServiceStatus&SellerId=A2APQUVDBVWV7E&SignatureMethod=HmacSHA256&SignatureVersion=2&Timestamp=2014-04-27T15%3A56%3A14Z&Signature=7vb%2BBCPesmfOHxtRL%2B%2BmaL3lMnR6xOwHkUUBGVONgBk%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:13 GMT
|
615
|
-
Server:
|
616
|
-
- AmazonMWS
|
617
|
-
x-mws-request-id:
|
618
|
-
- 0e1adf71-9fb5-44e3-b8ea-54f9325d5e85
|
619
|
-
x-mws-timestamp:
|
620
|
-
- '2014-04-27T15:56:14.657Z'
|
621
|
-
x-mws-response-context:
|
622
|
-
- JRLU7rabFDM7kbBDb+UEFSR/s6qKEnvHPqWrUkGz3W/w+EJvLDoPkY71tZ9Y9ZVnVzTcnnbe1kSD
|
623
|
-
2fZiMpfguw==
|
624
|
-
Content-Type:
|
625
|
-
- text/xml
|
626
|
-
Content-Length:
|
627
|
-
- '367'
|
628
|
-
Vary:
|
629
|
-
- User-Agent
|
630
|
-
body:
|
631
|
-
encoding: UTF-8
|
632
|
-
string: |
|
633
|
-
<?xml version="1.0"?>
|
634
|
-
<GetServiceStatusResponse xmlns="http://mws.amazonaws.com/doc/2009-01-01/">
|
635
|
-
<GetServiceStatusResult>
|
636
|
-
<Status>GREEN</Status>
|
637
|
-
<Timestamp>2014-04-27T15:56:14.657Z</Timestamp>
|
638
|
-
</GetServiceStatusResult>
|
639
|
-
<ResponseMetadata>
|
640
|
-
<RequestId>0e1adf71-9fb5-44e3-b8ea-54f9325d5e85</RequestId>
|
641
|
-
</ResponseMetadata>
|
642
|
-
</GetServiceStatusResponse>
|
643
|
-
http_version:
|
644
|
-
recorded_at: Sun, 27 Apr 2014 15:56:14 GMT
|
645
|
-
- request:
|
646
|
-
method: post
|
647
|
-
uri: https://mws.amazonservices.com/?AWSAccessKeyId=AKIAJ767ZET2BZR4UDDQ&Action=GetServiceStatus&SellerId=A2H6NH4SQYFZ4M&SignatureMethod=HmacSHA256&SignatureVersion=2&Timestamp=2014-04-27T15%3A56%3A14Z&Signature=vnnggh2ZpQdoY%2FvTZY0zJJ2mv4CmzqfwSIcjvULJPkQ%3D
|
648
|
-
body:
|
649
|
-
encoding: US-ASCII
|
650
|
-
string: ''
|
651
|
-
headers:
|
652
|
-
User-Agent:
|
653
|
-
- Jeff/1.0.1 (Language=Ruby; Hakans-MacBook-Pro.local)
|
654
|
-
response:
|
655
|
-
status:
|
656
|
-
code: 200
|
657
|
-
message:
|
658
|
-
headers:
|
659
|
-
Date:
|
660
|
-
- Sun, 27 Apr 2014 15:56:14 GMT
|
661
|
-
Server:
|
662
|
-
- AmazonMWS
|
663
|
-
x-mws-request-id:
|
664
|
-
- b89e1040-2860-45d1-9338-7e0e2e61b30d
|
665
|
-
x-mws-timestamp:
|
666
|
-
- '2014-04-27T15:56:15.041Z'
|
667
|
-
x-mws-response-context:
|
668
|
-
- 7MZstFsVYm9ktzHX+Fi2/jHSwcJsE2hdlAlaAigdD+y12lYDsoLVi9q9jbpr/b0gg+2AVYZmKUyq
|
669
|
-
Qu/zxK++nA==
|
670
|
-
Content-Type:
|
671
|
-
- text/xml
|
672
|
-
Content-Length:
|
673
|
-
- '367'
|
674
|
-
Vary:
|
675
|
-
- User-Agent
|
676
|
-
body:
|
677
|
-
encoding: UTF-8
|
678
|
-
string: |
|
679
|
-
<?xml version="1.0"?>
|
680
|
-
<GetServiceStatusResponse xmlns="http://mws.amazonaws.com/doc/2009-01-01/">
|
681
|
-
<GetServiceStatusResult>
|
682
|
-
<Status>GREEN</Status>
|
683
|
-
<Timestamp>2014-04-27T15:56:15.041Z</Timestamp>
|
684
|
-
</GetServiceStatusResult>
|
685
|
-
<ResponseMetadata>
|
686
|
-
<RequestId>b89e1040-2860-45d1-9338-7e0e2e61b30d</RequestId>
|
687
|
-
</ResponseMetadata>
|
688
|
-
</GetServiceStatusResponse>
|
689
|
-
http_version:
|
690
|
-
recorded_at: Sun, 27 Apr 2014 15:56:15 GMT
|
691
|
-
- request:
|
692
|
-
method: post
|
693
|
-
uri: https://mws-eu.amazonservices.com/?AWSAccessKeyId=AKIAJJDQ2MJTMPXKJE4A&Action=GetServiceStatus&SellerId=A2D9DZ30GEWP6N&SignatureMethod=HmacSHA256&SignatureVersion=2&Timestamp=2014-04-27T15%3A56%3A15Z&Signature=23HzZ9Nf3NLCrJeIUiKCD9bf0BLaAlwx4g3fpfcVOAs%3D
|
694
|
-
body:
|
695
|
-
encoding: US-ASCII
|
696
|
-
string: ''
|
697
|
-
headers:
|
698
|
-
User-Agent:
|
699
|
-
- Jeff/1.0.1 (Language=Ruby; Hakans-MacBook-Pro.local)
|
700
|
-
response:
|
701
|
-
status:
|
702
|
-
code: 200
|
703
|
-
message:
|
704
|
-
headers:
|
705
|
-
Date:
|
706
|
-
- Sun, 27 Apr 2014 15:56:14 GMT
|
707
|
-
Server:
|
708
|
-
- AmazonMWS
|
709
|
-
x-mws-request-id:
|
710
|
-
- fa0b4c67-b52a-4bce-8ad5-929c2447db8c
|
711
|
-
x-mws-timestamp:
|
712
|
-
- '2014-04-27T15:56:15.272Z'
|
713
|
-
x-mws-response-context:
|
714
|
-
- yDg22Jl137H4KPG6Z/U67tCu3+nUDLI+hXcPEVpJzTn3uPFfyDt0Vyfj43ehKsc5OGZypNrHnXku
|
715
|
-
1jCBxpFQyA==
|
716
|
-
Content-Type:
|
717
|
-
- text/xml
|
718
|
-
Content-Length:
|
719
|
-
- '367'
|
720
|
-
Vary:
|
721
|
-
- User-Agent
|
722
|
-
body:
|
723
|
-
encoding: UTF-8
|
724
|
-
string: |
|
725
|
-
<?xml version="1.0"?>
|
726
|
-
<GetServiceStatusResponse xmlns="http://mws.amazonaws.com/doc/2009-01-01/">
|
727
|
-
<GetServiceStatusResult>
|
728
|
-
<Status>GREEN</Status>
|
729
|
-
<Timestamp>2014-04-27T15:56:15.272Z</Timestamp>
|
730
|
-
</GetServiceStatusResult>
|
731
|
-
<ResponseMetadata>
|
732
|
-
<RequestId>fa0b4c67-b52a-4bce-8ad5-929c2447db8c</RequestId>
|
733
|
-
</ResponseMetadata>
|
734
|
-
</GetServiceStatusResponse>
|
735
|
-
http_version:
|
736
|
-
recorded_at: Sun, 27 Apr 2014 15:56:15 GMT
|
737
|
-
- request:
|
738
|
-
method: post
|
739
|
-
uri: https://mws-eu.amazonservices.com/FulfillmentInboundShipment/2010-10-01?AWSAccessKeyId=AKIAI4ZNSD76DH7UBRDA&Action=GetServiceStatus&SellerId=A2DP6GIDYN6OTH&SignatureMethod=HmacSHA256&SignatureVersion=2&Timestamp=2014-06-25T13%3A58%3A12Z&Signature=Sf9N4tPZeqJ00ATZaq3MrSIlN9L6tZ9Gcnw8S7iMDbA%3D
|
740
|
-
body:
|
741
|
-
encoding: US-ASCII
|
742
|
-
string: ''
|
743
|
-
headers:
|
744
|
-
User-Agent:
|
745
|
-
- Jeff/1.0.1 (Language=Ruby; Hakans-MacBook-Pro.local)
|
746
|
-
response:
|
747
|
-
status:
|
748
|
-
code: 200
|
749
|
-
message:
|
750
|
-
headers:
|
751
|
-
Date:
|
752
|
-
- Wed, 25 Jun 2014 13:58:12 GMT
|
753
|
-
Server:
|
754
|
-
- AmazonMWS
|
755
|
-
x-mws-request-id:
|
756
|
-
- d5f9e389-ae01-4d27-aa0a-335d0ec8e061
|
757
|
-
x-mws-timestamp:
|
758
|
-
- '2014-06-25T13:58:12.171Z'
|
759
|
-
x-mws-response-context:
|
760
|
-
- 3AbEqbkJKL8oE9o4N3qmgtFbf3UWjB0S+eVwI7mr+eQrg7oa5KyhKet7xBKhSgmv9Blimzwt4scM
|
761
|
-
nswhxpURxA==
|
762
|
-
Content-Type:
|
763
|
-
- text/xml
|
764
|
-
Content-Length:
|
765
|
-
- '390'
|
766
|
-
Vary:
|
767
|
-
- User-Agent
|
768
|
-
body:
|
769
|
-
encoding: UTF-8
|
770
|
-
string: |
|
771
|
-
<?xml version="1.0"?>
|
772
|
-
<GetServiceStatusResponse xmlns="http://mws.amazonaws.com/FulfillmentInboundShipment/2010-10-01/">
|
773
|
-
<GetServiceStatusResult>
|
774
|
-
<Status>GREEN</Status>
|
775
|
-
<Timestamp>2014-06-25T13:58:12.171Z</Timestamp>
|
776
|
-
</GetServiceStatusResult>
|
777
|
-
<ResponseMetadata>
|
778
|
-
<RequestId>d5f9e389-ae01-4d27-aa0a-335d0ec8e061</RequestId>
|
779
|
-
</ResponseMetadata>
|
780
|
-
</GetServiceStatusResponse>
|
781
|
-
http_version:
|
782
|
-
recorded_at: Wed, 25 Jun 2014 13:58:12 GMT
|
783
|
-
- request:
|
784
|
-
method: post
|
785
|
-
uri: https://mws-eu.amazonservices.com/FulfillmentInboundShipment/2010-10-01?AWSAccessKeyId=AKIAJLUHOXLR5S2L6A6A&Action=GetServiceStatus&SellerId=A2APQUVDBVWV7E&SignatureMethod=HmacSHA256&SignatureVersion=2&Timestamp=2014-06-25T13%3A58%3A12Z&Signature=7%2FSgXr%2FTmCXoCMYtK9A5m%2Ffbd%2F2gk7i853YBTWrKqVE%3D
|
786
|
-
body:
|
787
|
-
encoding: US-ASCII
|
788
|
-
string: ''
|
789
|
-
headers:
|
790
|
-
User-Agent:
|
791
|
-
- Jeff/1.0.1 (Language=Ruby; Hakans-MacBook-Pro.local)
|
792
|
-
response:
|
793
|
-
status:
|
794
|
-
code: 200
|
795
|
-
message:
|
796
|
-
headers:
|
797
|
-
Date:
|
798
|
-
- Wed, 25 Jun 2014 13:58:11 GMT
|
799
|
-
Server:
|
800
|
-
- AmazonMWS
|
801
|
-
x-mws-request-id:
|
802
|
-
- 42a4edbf-a2da-4774-b157-4541e6271d88
|
803
|
-
x-mws-timestamp:
|
804
|
-
- '2014-06-25T13:58:12.356Z'
|
805
|
-
x-mws-response-context:
|
806
|
-
- EpExpUJc4diSU17UZN01r2Romqhf0JVc0pNFojudzK5XwTsupJYiVdGgQYZchTlVFp6lSoVvY7MR
|
807
|
-
EvD3BAWASw==
|
808
|
-
Content-Type:
|
809
|
-
- text/xml
|
810
|
-
Content-Length:
|
811
|
-
- '390'
|
812
|
-
Vary:
|
813
|
-
- User-Agent
|
814
|
-
body:
|
815
|
-
encoding: UTF-8
|
816
|
-
string: |
|
817
|
-
<?xml version="1.0"?>
|
818
|
-
<GetServiceStatusResponse xmlns="http://mws.amazonaws.com/FulfillmentInboundShipment/2010-10-01/">
|
819
|
-
<GetServiceStatusResult>
|
820
|
-
<Status>GREEN</Status>
|
821
|
-
<Timestamp>2014-06-25T13:58:12.356Z</Timestamp>
|
822
|
-
</GetServiceStatusResult>
|
823
|
-
<ResponseMetadata>
|
824
|
-
<RequestId>42a4edbf-a2da-4774-b157-4541e6271d88</RequestId>
|
825
|
-
</ResponseMetadata>
|
826
|
-
</GetServiceStatusResponse>
|
827
|
-
http_version:
|
828
|
-
recorded_at: Wed, 25 Jun 2014 13:58:12 GMT
|
829
|
-
- request:
|
830
|
-
method: post
|
831
|
-
uri: https://mws-eu.amazonservices.com/FulfillmentInboundShipment/2010-10-01?AWSAccessKeyId=AKIAIJQQ3UPICUQXTFFQ&Action=GetServiceStatus&SellerId=A3IY67M3U23R42&SignatureMethod=HmacSHA256&SignatureVersion=2&Timestamp=2014-07-11T15%3A43%3A31Z&Signature=gQOVce40N7G8a8SK4hZ2QoetkAF8H9j9rqbOkPfiGi8%3D
|
832
|
-
body:
|
833
|
-
encoding: US-ASCII
|
834
|
-
string: ''
|
835
|
-
headers:
|
836
|
-
User-Agent:
|
837
|
-
- Jeff/1.0.1 (Language=Ruby; Hakans-MacBook-Pro.local)
|
838
|
-
response:
|
839
|
-
status:
|
840
|
-
code: 200
|
841
|
-
message:
|
842
|
-
headers:
|
843
|
-
Date:
|
844
|
-
- Fri, 11 Jul 2014 15:43:30 GMT
|
845
|
-
Server:
|
846
|
-
- AmazonMWS
|
847
|
-
x-mws-request-id:
|
848
|
-
- 7ce58ec0-3ef8-44e7-b2b5-e1de5ce8847a
|
849
|
-
x-mws-timestamp:
|
850
|
-
- '2014-07-11T15:43:31.419Z'
|
851
|
-
x-mws-response-context:
|
852
|
-
- "/PErkfGfBHMS5lvVqvyCqdDGkwHsYt9BjRw0LAwP3r3ks60mmyqQpT+jogtX1wJ/x/vb6b4vlP+q
|
853
|
-
hkr/lVUuDw=="
|
854
|
-
Content-Type:
|
855
|
-
- text/xml
|
856
|
-
Content-Length:
|
857
|
-
- '390'
|
858
|
-
Vary:
|
859
|
-
- User-Agent
|
860
|
-
body:
|
861
|
-
encoding: UTF-8
|
862
|
-
string: |
|
863
|
-
<?xml version="1.0"?>
|
864
|
-
<GetServiceStatusResponse xmlns="http://mws.amazonaws.com/FulfillmentInboundShipment/2010-10-01/">
|
865
|
-
<GetServiceStatusResult>
|
866
|
-
<Status>GREEN</Status>
|
867
|
-
<Timestamp>2014-07-11T15:43:31.419Z</Timestamp>
|
868
|
-
</GetServiceStatusResult>
|
869
|
-
<ResponseMetadata>
|
870
|
-
<RequestId>7ce58ec0-3ef8-44e7-b2b5-e1de5ce8847a</RequestId>
|
871
|
-
</ResponseMetadata>
|
872
|
-
</GetServiceStatusResponse>
|
873
|
-
http_version:
|
874
|
-
recorded_at: Fri, 11 Jul 2014 15:43:31 GMT
|
185
|
+
recorded_at: Tue, 12 Aug 2014 11:37:33 GMT
|
875
186
|
recorded_with: VCR 2.9.2
|