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,934 +2,28 @@
|
|
2
2
|
http_interactions:
|
3
3
|
- request:
|
4
4
|
method: post
|
5
|
-
uri: https://mws
|
5
|
+
uri: https://mws.amazonservices.ca/FulfillmentInventory/2010-10-01?AWSAccessKeyId=AWS_ACCESS_KEY_ID&Action=ListInventorySupply&QueryStartDateTime=2014-07-13&SellerId=MERCHANT_ID&SignatureMethod=HmacSHA256&SignatureVersion=2&Timestamp=2014-08-12T11%3A38%3A22Z&Signature=82XgOEmrt7K0o1zAPZ5oU82ANp2kgXMXXKI1iDOX1eA%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:38:21 GMT
|
19
19
|
Server:
|
20
20
|
- AmazonMWS
|
21
21
|
x-mws-request-id:
|
22
|
-
-
|
22
|
+
- 88ce4c09-4cff-4eb2-af2e-f6618a991519
|
23
23
|
x-mws-timestamp:
|
24
|
-
- '2014-
|
24
|
+
- '2014-08-12T11:38:22.477Z'
|
25
25
|
x-mws-response-context:
|
26
|
-
-
|
27
|
-
Ozyk+yE5HA==
|
28
|
-
Content-Type:
|
29
|
-
- text/xml
|
30
|
-
Content-Length:
|
31
|
-
- '384'
|
32
|
-
Vary:
|
33
|
-
- User-Agent
|
34
|
-
body:
|
35
|
-
encoding: UTF-8
|
36
|
-
string: |
|
37
|
-
<?xml version="1.0"?>
|
38
|
-
<GetServiceStatusResponse xmlns="http://mws.amazonaws.com/FulfillmentInventory/2010-10-01/">
|
39
|
-
<GetServiceStatusResult>
|
40
|
-
<Status>GREEN</Status>
|
41
|
-
<Timestamp>2014-06-25T13:58:12.555Z</Timestamp>
|
42
|
-
</GetServiceStatusResult>
|
43
|
-
<ResponseMetadata>
|
44
|
-
<RequestId>311e0df6-812c-4bc2-8d37-4b0e632998b5</RequestId>
|
45
|
-
</ResponseMetadata>
|
46
|
-
</GetServiceStatusResponse>
|
47
|
-
http_version:
|
48
|
-
recorded_at: Wed, 25 Jun 2014 13:58:12 GMT
|
49
|
-
- request:
|
50
|
-
method: post
|
51
|
-
uri: https://mws-eu.amazonservices.com/FulfillmentInventory/2010-10-01?AWSAccessKeyId=AKIAJJDQ2MJTMPXKJE4A&Action=GetServiceStatus&SellerId=A2D9DZ30GEWP6N&SignatureMethod=HmacSHA256&SignatureVersion=2&Timestamp=2014-06-25T13%3A58%3A12Z&Signature=IxAzsFF3p2pdnbp14frdlrTQhEqifsdeZvKnWh4NOoo%3D
|
52
|
-
body:
|
53
|
-
encoding: US-ASCII
|
54
|
-
string: ''
|
55
|
-
headers:
|
56
|
-
User-Agent:
|
57
|
-
- Jeff/1.0.1 (Language=Ruby; Hakans-MacBook-Pro.local)
|
58
|
-
response:
|
59
|
-
status:
|
60
|
-
code: 200
|
61
|
-
message:
|
62
|
-
headers:
|
63
|
-
Date:
|
64
|
-
- Wed, 25 Jun 2014 13:58:12 GMT
|
65
|
-
Server:
|
66
|
-
- AmazonMWS
|
67
|
-
x-mws-request-id:
|
68
|
-
- 335dfce6-c5f5-43d5-96c1-5aa39be25ffc
|
69
|
-
x-mws-timestamp:
|
70
|
-
- '2014-06-25T13:58:12.758Z'
|
71
|
-
x-mws-response-context:
|
72
|
-
- 9RbTRcBHy/8DY2GELvSq4lOFcco7ZNYpcApgFD/NB2/9k0RgiIrwJts3+aQvAufIx88FwRg6xGuu
|
73
|
-
eJ6sLBTyww==
|
74
|
-
Content-Type:
|
75
|
-
- text/xml
|
76
|
-
Content-Length:
|
77
|
-
- '384'
|
78
|
-
Vary:
|
79
|
-
- User-Agent
|
80
|
-
body:
|
81
|
-
encoding: UTF-8
|
82
|
-
string: |
|
83
|
-
<?xml version="1.0"?>
|
84
|
-
<GetServiceStatusResponse xmlns="http://mws.amazonaws.com/FulfillmentInventory/2010-10-01/">
|
85
|
-
<GetServiceStatusResult>
|
86
|
-
<Status>GREEN</Status>
|
87
|
-
<Timestamp>2014-06-25T13:58:12.758Z</Timestamp>
|
88
|
-
</GetServiceStatusResult>
|
89
|
-
<ResponseMetadata>
|
90
|
-
<RequestId>335dfce6-c5f5-43d5-96c1-5aa39be25ffc</RequestId>
|
91
|
-
</ResponseMetadata>
|
92
|
-
</GetServiceStatusResponse>
|
93
|
-
http_version:
|
94
|
-
recorded_at: Wed, 25 Jun 2014 13:58:12 GMT
|
95
|
-
- request:
|
96
|
-
method: post
|
97
|
-
uri: https://mws.amazonservices.jp/FulfillmentInventory/2010-10-01?AWSAccessKeyId=AKIAJ5RDDSRROM6GXQ5Q&Action=GetServiceStatus&SellerId=A7BU5WGNVGQ1I&SignatureMethod=HmacSHA256&SignatureVersion=2&Timestamp=2014-06-25T13%3A58%3A12Z&Signature=nMuK%2BWGlS9K%2FgtQC5ZarxBNChVLCOdtVPLfnGQS0Fkc%3D
|
98
|
-
body:
|
99
|
-
encoding: US-ASCII
|
100
|
-
string: ''
|
101
|
-
headers:
|
102
|
-
User-Agent:
|
103
|
-
- Jeff/1.0.1 (Language=Ruby; Hakans-MacBook-Pro.local)
|
104
|
-
response:
|
105
|
-
status:
|
106
|
-
code: 200
|
107
|
-
message:
|
108
|
-
headers:
|
109
|
-
Date:
|
110
|
-
- Wed, 25 Jun 2014 13:58:12 GMT
|
111
|
-
Server:
|
112
|
-
- AmazonMWS
|
113
|
-
x-mws-request-id:
|
114
|
-
- 0eb5506f-7a5c-4604-8630-f9237d50f078
|
115
|
-
x-mws-timestamp:
|
116
|
-
- '2014-06-25T13:58:13.481Z'
|
117
|
-
x-mws-response-context:
|
118
|
-
- AUFekxfpH+oUYc1fk1MK1zcxbilnQDPJuNcDoB7Cr/5tc50c7RVTHzqrjENJj7VtgApk1pcJdpQ0
|
119
|
-
CNeOZ+p+7Q==
|
120
|
-
Content-Type:
|
121
|
-
- text/xml
|
122
|
-
Content-Length:
|
123
|
-
- '384'
|
124
|
-
Vary:
|
125
|
-
- User-Agent
|
126
|
-
body:
|
127
|
-
encoding: UTF-8
|
128
|
-
string: |
|
129
|
-
<?xml version="1.0"?>
|
130
|
-
<GetServiceStatusResponse xmlns="http://mws.amazonaws.com/FulfillmentInventory/2010-10-01/">
|
131
|
-
<GetServiceStatusResult>
|
132
|
-
<Status>GREEN</Status>
|
133
|
-
<Timestamp>2014-06-25T13:58:13.481Z</Timestamp>
|
134
|
-
</GetServiceStatusResult>
|
135
|
-
<ResponseMetadata>
|
136
|
-
<RequestId>0eb5506f-7a5c-4604-8630-f9237d50f078</RequestId>
|
137
|
-
</ResponseMetadata>
|
138
|
-
</GetServiceStatusResponse>
|
139
|
-
http_version:
|
140
|
-
recorded_at: Wed, 25 Jun 2014 13:58:13 GMT
|
141
|
-
- request:
|
142
|
-
method: post
|
143
|
-
uri: https://mws-eu.amazonservices.com/FulfillmentInventory/2010-10-01?AWSAccessKeyId=AKIAI6X4QZRXSHGHABJA&Action=GetServiceStatus&SellerId=A2NEU7G6RGUKF&SignatureMethod=HmacSHA256&SignatureVersion=2&Timestamp=2014-06-25T13%3A58%3A13Z&Signature=ASjGtA3BI5ZsVnntGbOfU2zSpshJyV0wO64rBexNlcw%3D
|
144
|
-
body:
|
145
|
-
encoding: US-ASCII
|
146
|
-
string: ''
|
147
|
-
headers:
|
148
|
-
User-Agent:
|
149
|
-
- Jeff/1.0.1 (Language=Ruby; Hakans-MacBook-Pro.local)
|
150
|
-
response:
|
151
|
-
status:
|
152
|
-
code: 200
|
153
|
-
message:
|
154
|
-
headers:
|
155
|
-
Date:
|
156
|
-
- Wed, 25 Jun 2014 13:58:13 GMT
|
157
|
-
Server:
|
158
|
-
- AmazonMWS
|
159
|
-
x-mws-request-id:
|
160
|
-
- 527c9d6b-d849-4177-8385-81006f8bf147
|
161
|
-
x-mws-timestamp:
|
162
|
-
- '2014-06-25T13:58:13.776Z'
|
163
|
-
x-mws-response-context:
|
164
|
-
- SO93oyb5yzDXoJS22+hlfDSKGarrVAa9za9uEm0YwYvznZZxnOKEROCaZGX9xSJV+5Utw8LWzZA=
|
165
|
-
Content-Type:
|
166
|
-
- text/xml
|
167
|
-
Content-Length:
|
168
|
-
- '384'
|
169
|
-
Vary:
|
170
|
-
- User-Agent
|
171
|
-
body:
|
172
|
-
encoding: UTF-8
|
173
|
-
string: |
|
174
|
-
<?xml version="1.0"?>
|
175
|
-
<GetServiceStatusResponse xmlns="http://mws.amazonaws.com/FulfillmentInventory/2010-10-01/">
|
176
|
-
<GetServiceStatusResult>
|
177
|
-
<Status>GREEN</Status>
|
178
|
-
<Timestamp>2014-06-25T13:58:13.776Z</Timestamp>
|
179
|
-
</GetServiceStatusResult>
|
180
|
-
<ResponseMetadata>
|
181
|
-
<RequestId>527c9d6b-d849-4177-8385-81006f8bf147</RequestId>
|
182
|
-
</ResponseMetadata>
|
183
|
-
</GetServiceStatusResponse>
|
184
|
-
http_version:
|
185
|
-
recorded_at: Wed, 25 Jun 2014 13:58:13 GMT
|
186
|
-
- request:
|
187
|
-
method: post
|
188
|
-
uri: https://mws.amazonservices.com/FulfillmentInventory/2010-10-01?AWSAccessKeyId=AKIAJ767ZET2BZR4UDDQ&Action=GetServiceStatus&SellerId=A2H6NH4SQYFZ4M&SignatureMethod=HmacSHA256&SignatureVersion=2&Timestamp=2014-06-25T13%3A58%3A13Z&Signature=ETiWwcEOyc56TVtJ%2FbosW34vA9%2F0wH8m%2BirP2%2FVqrb8%3D
|
189
|
-
body:
|
190
|
-
encoding: US-ASCII
|
191
|
-
string: ''
|
192
|
-
headers:
|
193
|
-
User-Agent:
|
194
|
-
- Jeff/1.0.1 (Language=Ruby; Hakans-MacBook-Pro.local)
|
195
|
-
response:
|
196
|
-
status:
|
197
|
-
code: 200
|
198
|
-
message:
|
199
|
-
headers:
|
200
|
-
Date:
|
201
|
-
- Wed, 25 Jun 2014 13:58:13 GMT
|
202
|
-
Server:
|
203
|
-
- AmazonMWS
|
204
|
-
x-mws-request-id:
|
205
|
-
- 36541165-555b-4055-8d1b-ea28131e3719
|
206
|
-
x-mws-timestamp:
|
207
|
-
- '2014-06-25T13:58:14.299Z'
|
208
|
-
x-mws-response-context:
|
209
|
-
- klwZbFfTwPn6BGN8zol2yQRQxKge66H8W0L7lA83fYSd7RiXlPNKTN/AQfwntwgZW3Y5F3Yv3rE=
|
210
|
-
Content-Type:
|
211
|
-
- text/xml
|
212
|
-
Content-Length:
|
213
|
-
- '384'
|
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/FulfillmentInventory/2010-10-01/">
|
221
|
-
<GetServiceStatusResult>
|
222
|
-
<Status>GREEN</Status>
|
223
|
-
<Timestamp>2014-06-25T13:58:14.299Z</Timestamp>
|
224
|
-
</GetServiceStatusResult>
|
225
|
-
<ResponseMetadata>
|
226
|
-
<RequestId>36541165-555b-4055-8d1b-ea28131e3719</RequestId>
|
227
|
-
</ResponseMetadata>
|
228
|
-
</GetServiceStatusResponse>
|
229
|
-
http_version:
|
230
|
-
recorded_at: Wed, 25 Jun 2014 13:58:14 GMT
|
231
|
-
- request:
|
232
|
-
method: post
|
233
|
-
uri: https://mws-eu.amazonservices.com/FulfillmentInventory/2010-10-01?AWSAccessKeyId=AKIAJLUHOXLR5S2L6A6A&Action=GetServiceStatus&SellerId=A2APQUVDBVWV7E&SignatureMethod=HmacSHA256&SignatureVersion=2&Timestamp=2014-06-25T13%3A58%3A14Z&Signature=3zHUzwdMpyruC3B3y2BSL3tuG9992kv55R7LI%2Bc6bXo%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
|
-
- Wed, 25 Jun 2014 13:58:14 GMT
|
247
|
-
Server:
|
248
|
-
- AmazonMWS
|
249
|
-
x-mws-request-id:
|
250
|
-
- 26d95313-b5f8-48ab-ba08-b3da2ada5361
|
251
|
-
x-mws-timestamp:
|
252
|
-
- '2014-06-25T13:58:14.522Z'
|
253
|
-
x-mws-response-context:
|
254
|
-
- yn+FYmksmlXx0tn3HedTbZp6fs8iTFgAQnyJvO8CJoZNftaB0b8cX/ymWHK1X2XX0BEc0hWtLYk=
|
255
|
-
Content-Type:
|
256
|
-
- text/xml
|
257
|
-
Content-Length:
|
258
|
-
- '384'
|
259
|
-
Vary:
|
260
|
-
- User-Agent
|
261
|
-
body:
|
262
|
-
encoding: UTF-8
|
263
|
-
string: |
|
264
|
-
<?xml version="1.0"?>
|
265
|
-
<GetServiceStatusResponse xmlns="http://mws.amazonaws.com/FulfillmentInventory/2010-10-01/">
|
266
|
-
<GetServiceStatusResult>
|
267
|
-
<Status>GREEN</Status>
|
268
|
-
<Timestamp>2014-06-25T13:58:14.522Z</Timestamp>
|
269
|
-
</GetServiceStatusResult>
|
270
|
-
<ResponseMetadata>
|
271
|
-
<RequestId>26d95313-b5f8-48ab-ba08-b3da2ada5361</RequestId>
|
272
|
-
</ResponseMetadata>
|
273
|
-
</GetServiceStatusResponse>
|
274
|
-
http_version:
|
275
|
-
recorded_at: Wed, 25 Jun 2014 13:58:14 GMT
|
276
|
-
- request:
|
277
|
-
method: post
|
278
|
-
uri: https://mws-eu.amazonservices.com/FulfillmentInventory/2010-10-01?AWSAccessKeyId=AKIAIORT7554FEBW7UBQ&Action=GetServiceStatus&SellerId=A7ZXDJZD3UIRG&SignatureMethod=HmacSHA256&SignatureVersion=2&Timestamp=2014-06-25T13%3A58%3A14Z&Signature=Z9lC9j84fuAPVt6ySA6LE6ZCO6eXD1jCp9gCFTlwNSM%3D
|
279
|
-
body:
|
280
|
-
encoding: US-ASCII
|
281
|
-
string: ''
|
282
|
-
headers:
|
283
|
-
User-Agent:
|
284
|
-
- Jeff/1.0.1 (Language=Ruby; Hakans-MacBook-Pro.local)
|
285
|
-
response:
|
286
|
-
status:
|
287
|
-
code: 200
|
288
|
-
message:
|
289
|
-
headers:
|
290
|
-
Date:
|
291
|
-
- Wed, 25 Jun 2014 13:58:14 GMT
|
292
|
-
Server:
|
293
|
-
- AmazonMWS
|
294
|
-
x-mws-request-id:
|
295
|
-
- 3c5eb6fc-1e07-4430-bde8-c72f506d2bdd
|
296
|
-
x-mws-timestamp:
|
297
|
-
- '2014-06-25T13:58:14.710Z'
|
298
|
-
x-mws-response-context:
|
299
|
-
- YQ8DyhGH3juBn6WvLy0u7StPyPz8pinYQtWspqbIsRLcZBSvLUjvaFJ/UIcGt5j1gh+3Ze4q60ah
|
300
|
-
Vfl9YF/4+A==
|
301
|
-
Content-Type:
|
302
|
-
- text/xml
|
303
|
-
Content-Length:
|
304
|
-
- '384'
|
305
|
-
Vary:
|
306
|
-
- User-Agent
|
307
|
-
body:
|
308
|
-
encoding: UTF-8
|
309
|
-
string: |
|
310
|
-
<?xml version="1.0"?>
|
311
|
-
<GetServiceStatusResponse xmlns="http://mws.amazonaws.com/FulfillmentInventory/2010-10-01/">
|
312
|
-
<GetServiceStatusResult>
|
313
|
-
<Status>GREEN</Status>
|
314
|
-
<Timestamp>2014-06-25T13:58:14.710Z</Timestamp>
|
315
|
-
</GetServiceStatusResult>
|
316
|
-
<ResponseMetadata>
|
317
|
-
<RequestId>3c5eb6fc-1e07-4430-bde8-c72f506d2bdd</RequestId>
|
318
|
-
</ResponseMetadata>
|
319
|
-
</GetServiceStatusResponse>
|
320
|
-
http_version:
|
321
|
-
recorded_at: Wed, 25 Jun 2014 13:58:14 GMT
|
322
|
-
- request:
|
323
|
-
method: post
|
324
|
-
uri: https://mws.amazonservices.ca/FulfillmentInventory/2010-10-01?AWSAccessKeyId=AKIAITHQMZUJROSOP27Q&Action=GetServiceStatus&SellerId=A2A7WNXBU01UJW&SignatureMethod=HmacSHA256&SignatureVersion=2&Timestamp=2014-06-25T13%3A58%3A14Z&Signature=Xw8yf7kv2URigICuiQqluNoHhSP%2B2%2Fo%2BSlKwXmNSXSo%3D
|
325
|
-
body:
|
326
|
-
encoding: US-ASCII
|
327
|
-
string: ''
|
328
|
-
headers:
|
329
|
-
User-Agent:
|
330
|
-
- Jeff/1.0.1 (Language=Ruby; Hakans-MacBook-Pro.local)
|
331
|
-
response:
|
332
|
-
status:
|
333
|
-
code: 200
|
334
|
-
message:
|
335
|
-
headers:
|
336
|
-
Date:
|
337
|
-
- Wed, 25 Jun 2014 13:58:14 GMT
|
338
|
-
Server:
|
339
|
-
- AmazonMWS
|
340
|
-
x-mws-request-id:
|
341
|
-
- 97b0e455-d5f7-4eaa-908f-40387f200abf
|
342
|
-
x-mws-timestamp:
|
343
|
-
- '2014-06-25T13:58:15.139Z'
|
344
|
-
x-mws-response-context:
|
345
|
-
- HOPmMH3KCASQ2ylP76zpX36xu7nGx7fmVw9jt/+JQ/TxWR0+T0CSCH+dkIDZQ/WFkiBkqrV7JVtz
|
346
|
-
7rsfu2CjUw==
|
347
|
-
Content-Type:
|
348
|
-
- text/xml
|
349
|
-
Content-Length:
|
350
|
-
- '384'
|
351
|
-
Vary:
|
352
|
-
- User-Agent
|
353
|
-
body:
|
354
|
-
encoding: UTF-8
|
355
|
-
string: |
|
356
|
-
<?xml version="1.0"?>
|
357
|
-
<GetServiceStatusResponse xmlns="http://mws.amazonaws.com/FulfillmentInventory/2010-10-01/">
|
358
|
-
<GetServiceStatusResult>
|
359
|
-
<Status>GREEN</Status>
|
360
|
-
<Timestamp>2014-06-25T13:58:15.139Z</Timestamp>
|
361
|
-
</GetServiceStatusResult>
|
362
|
-
<ResponseMetadata>
|
363
|
-
<RequestId>97b0e455-d5f7-4eaa-908f-40387f200abf</RequestId>
|
364
|
-
</ResponseMetadata>
|
365
|
-
</GetServiceStatusResponse>
|
366
|
-
http_version:
|
367
|
-
recorded_at: Wed, 25 Jun 2014 13:58:15 GMT
|
368
|
-
- request:
|
369
|
-
method: post
|
370
|
-
uri: https://mws-eu.amazonservices.com/FulfillmentInventory/2010-10-01?AWSAccessKeyId=AKIAJJDQ2MJTMPXKJE4A&Action=ListInventorySupply&QueryStartDateTime=2014-05-26&SellerId=A2D9DZ30GEWP6N&SignatureMethod=HmacSHA256&SignatureVersion=2&Timestamp=2014-06-25T13%3A58%3A15Z&Signature=Xeb52hUiRxxRyPn746gZB2z96rrET7%2B3dhc5oI9Yv2U%3D
|
371
|
-
body:
|
372
|
-
encoding: US-ASCII
|
373
|
-
string: ''
|
374
|
-
headers:
|
375
|
-
User-Agent:
|
376
|
-
- Jeff/1.0.1 (Language=Ruby; Hakans-MacBook-Pro.local)
|
377
|
-
response:
|
378
|
-
status:
|
379
|
-
code: 200
|
380
|
-
message:
|
381
|
-
headers:
|
382
|
-
Date:
|
383
|
-
- Wed, 25 Jun 2014 13:58:15 GMT
|
384
|
-
Server:
|
385
|
-
- AmazonMWS
|
386
|
-
x-mws-request-id:
|
387
|
-
- 86ca56de-c494-4ff0-9bcb-93f49b8e2742
|
388
|
-
x-mws-timestamp:
|
389
|
-
- '2014-06-25T13:58:15.380Z'
|
390
|
-
x-mws-response-context:
|
391
|
-
- 2UcO6Cma8vYb5sLpdLDvTigVVoDyU7Ez6ZpWXU0jsd/eTwS1B7MPmJS+0YhbUh/rF8mTIrthzZOd
|
392
|
-
QtsowWqIGw==
|
393
|
-
Content-Type:
|
394
|
-
- text/xml;charset=utf-8
|
395
|
-
Content-Length:
|
396
|
-
- '16301'
|
397
|
-
Vary:
|
398
|
-
- User-Agent
|
399
|
-
body:
|
400
|
-
encoding: UTF-8
|
401
|
-
string: |
|
402
|
-
<ListInventorySupplyResponse xmlns="http://mws.amazonaws.com/FulfillmentInventory/2010-10-01/">
|
403
|
-
<ListInventorySupplyResult>
|
404
|
-
<InventorySupplyList>
|
405
|
-
<member>
|
406
|
-
<SellerSKU>B2491</SellerSKU>
|
407
|
-
<ASIN>0708829163</ASIN>
|
408
|
-
<TotalSupplyQuantity>0</TotalSupplyQuantity>
|
409
|
-
<FNSKU>X0002QKJN3</FNSKU>
|
410
|
-
<Condition>UsedVeryGood</Condition>
|
411
|
-
<InStockSupplyQuantity>0</InStockSupplyQuantity>
|
412
|
-
<SupplyDetail/>
|
413
|
-
</member>
|
414
|
-
<member>
|
415
|
-
<SellerSKU>B3988</SellerSKU>
|
416
|
-
<ASIN>0146001923</ASIN>
|
417
|
-
<TotalSupplyQuantity>0</TotalSupplyQuantity>
|
418
|
-
<FNSKU>X0003905G5</FNSKU>
|
419
|
-
<Condition>UsedVeryGood</Condition>
|
420
|
-
<InStockSupplyQuantity>0</InStockSupplyQuantity>
|
421
|
-
<SupplyDetail/>
|
422
|
-
</member>
|
423
|
-
<member>
|
424
|
-
<SellerSKU>B4624</SellerSKU>
|
425
|
-
<ASIN>B000LX6JDI</ASIN>
|
426
|
-
<TotalSupplyQuantity>0</TotalSupplyQuantity>
|
427
|
-
<FNSKU>X0003LKFCH</FNSKU>
|
428
|
-
<Condition>UsedGood</Condition>
|
429
|
-
<InStockSupplyQuantity>0</InStockSupplyQuantity>
|
430
|
-
<SupplyDetail/>
|
431
|
-
</member>
|
432
|
-
<member>
|
433
|
-
<SellerSKU>B4045</SellerSKU>
|
434
|
-
<ASIN>1850786364</ASIN>
|
435
|
-
<TotalSupplyQuantity>0</TotalSupplyQuantity>
|
436
|
-
<FNSKU>X0003905E7</FNSKU>
|
437
|
-
<Condition>UsedVeryGood</Condition>
|
438
|
-
<InStockSupplyQuantity>0</InStockSupplyQuantity>
|
439
|
-
<SupplyDetail/>
|
440
|
-
</member>
|
441
|
-
<member>
|
442
|
-
<SellerSKU>B1258</SellerSKU>
|
443
|
-
<ASIN>0618426345</ASIN>
|
444
|
-
<TotalSupplyQuantity>0</TotalSupplyQuantity>
|
445
|
-
<FNSKU>X0000WXGIJ</FNSKU>
|
446
|
-
<Condition>UsedLikeNew</Condition>
|
447
|
-
<InStockSupplyQuantity>0</InStockSupplyQuantity>
|
448
|
-
<SupplyDetail/>
|
449
|
-
</member>
|
450
|
-
<member>
|
451
|
-
<SellerSKU>B3749</SellerSKU>
|
452
|
-
<ASIN>9055442445</ASIN>
|
453
|
-
<TotalSupplyQuantity>0</TotalSupplyQuantity>
|
454
|
-
<FNSKU>X00038S8T7</FNSKU>
|
455
|
-
<Condition>UsedLikeNew</Condition>
|
456
|
-
<InStockSupplyQuantity>0</InStockSupplyQuantity>
|
457
|
-
<SupplyDetail/>
|
458
|
-
</member>
|
459
|
-
<member>
|
460
|
-
<SellerSKU>B3010</SellerSKU>
|
461
|
-
<ASIN>157794495X</ASIN>
|
462
|
-
<TotalSupplyQuantity>0</TotalSupplyQuantity>
|
463
|
-
<FNSKU>X0002Z7JBJ</FNSKU>
|
464
|
-
<Condition>UsedVeryGood</Condition>
|
465
|
-
<InStockSupplyQuantity>0</InStockSupplyQuantity>
|
466
|
-
<SupplyDetail/>
|
467
|
-
</member>
|
468
|
-
<member>
|
469
|
-
<SellerSKU>B1982</SellerSKU>
|
470
|
-
<ASIN>0245504990</ASIN>
|
471
|
-
<TotalSupplyQuantity>0</TotalSupplyQuantity>
|
472
|
-
<FNSKU>X000243EGT</FNSKU>
|
473
|
-
<Condition>UsedLikeNew</Condition>
|
474
|
-
<InStockSupplyQuantity>0</InStockSupplyQuantity>
|
475
|
-
<SupplyDetail/>
|
476
|
-
</member>
|
477
|
-
<member>
|
478
|
-
<SellerSKU>B3117</SellerSKU>
|
479
|
-
<ASIN>0713489650</ASIN>
|
480
|
-
<TotalSupplyQuantity>0</TotalSupplyQuantity>
|
481
|
-
<FNSKU>X00031BK3F</FNSKU>
|
482
|
-
<Condition>UsedLikeNew</Condition>
|
483
|
-
<InStockSupplyQuantity>0</InStockSupplyQuantity>
|
484
|
-
<SupplyDetail/>
|
485
|
-
</member>
|
486
|
-
<member>
|
487
|
-
<SellerSKU>B2687</SellerSKU>
|
488
|
-
<ASIN>071418022X</ASIN>
|
489
|
-
<TotalSupplyQuantity>0</TotalSupplyQuantity>
|
490
|
-
<FNSKU>X0002S98SD</FNSKU>
|
491
|
-
<Condition>UsedVeryGood</Condition>
|
492
|
-
<InStockSupplyQuantity>0</InStockSupplyQuantity>
|
493
|
-
<SupplyDetail/>
|
494
|
-
</member>
|
495
|
-
<member>
|
496
|
-
<SellerSKU>B3682</SellerSKU>
|
497
|
-
<ASIN>0324321457</ASIN>
|
498
|
-
<TotalSupplyQuantity>0</TotalSupplyQuantity>
|
499
|
-
<FNSKU>X00037CL2X</FNSKU>
|
500
|
-
<Condition>UsedLikeNew</Condition>
|
501
|
-
<InStockSupplyQuantity>0</InStockSupplyQuantity>
|
502
|
-
<SupplyDetail/>
|
503
|
-
</member>
|
504
|
-
<member>
|
505
|
-
<SellerSKU>B1090</SellerSKU>
|
506
|
-
<ASIN>1403913536</ASIN>
|
507
|
-
<TotalSupplyQuantity>0</TotalSupplyQuantity>
|
508
|
-
<FNSKU>X0000POP2R</FNSKU>
|
509
|
-
<Condition>UsedGood</Condition>
|
510
|
-
<InStockSupplyQuantity>0</InStockSupplyQuantity>
|
511
|
-
<SupplyDetail/>
|
512
|
-
</member>
|
513
|
-
<member>
|
514
|
-
<SellerSKU>B0467</SellerSKU>
|
515
|
-
<ASIN>0970445717</ASIN>
|
516
|
-
<TotalSupplyQuantity>0</TotalSupplyQuantity>
|
517
|
-
<FNSKU>X00006WTUL</FNSKU>
|
518
|
-
<Condition>UsedLikeNew</Condition>
|
519
|
-
<InStockSupplyQuantity>0</InStockSupplyQuantity>
|
520
|
-
<SupplyDetail/>
|
521
|
-
</member>
|
522
|
-
<member>
|
523
|
-
<SellerSKU>B1921</SellerSKU>
|
524
|
-
<ASIN>0763727482</ASIN>
|
525
|
-
<TotalSupplyQuantity>0</TotalSupplyQuantity>
|
526
|
-
<FNSKU>X00022D1UZ</FNSKU>
|
527
|
-
<Condition>UsedLikeNew</Condition>
|
528
|
-
<InStockSupplyQuantity>0</InStockSupplyQuantity>
|
529
|
-
<SupplyDetail/>
|
530
|
-
</member>
|
531
|
-
<member>
|
532
|
-
<SellerSKU>B4123</SellerSKU>
|
533
|
-
<ASIN>0745319807</ASIN>
|
534
|
-
<TotalSupplyQuantity>0</TotalSupplyQuantity>
|
535
|
-
<FNSKU>X0003ASUU7</FNSKU>
|
536
|
-
<Condition>UsedLikeNew</Condition>
|
537
|
-
<InStockSupplyQuantity>0</InStockSupplyQuantity>
|
538
|
-
<SupplyDetail/>
|
539
|
-
</member>
|
540
|
-
<member>
|
541
|
-
<SellerSKU>B4130</SellerSKU>
|
542
|
-
<ASIN>078689136X</ASIN>
|
543
|
-
<TotalSupplyQuantity>0</TotalSupplyQuantity>
|
544
|
-
<FNSKU>X0003ASUY3</FNSKU>
|
545
|
-
<Condition>UsedLikeNew</Condition>
|
546
|
-
<InStockSupplyQuantity>0</InStockSupplyQuantity>
|
547
|
-
<SupplyDetail/>
|
548
|
-
</member>
|
549
|
-
<member>
|
550
|
-
<SellerSKU>B4151</SellerSKU>
|
551
|
-
<ASIN>8408068911</ASIN>
|
552
|
-
<TotalSupplyQuantity>0</TotalSupplyQuantity>
|
553
|
-
<FNSKU>X0003ASUP7</FNSKU>
|
554
|
-
<Condition>UsedGood</Condition>
|
555
|
-
<InStockSupplyQuantity>0</InStockSupplyQuantity>
|
556
|
-
<SupplyDetail/>
|
557
|
-
</member>
|
558
|
-
<member>
|
559
|
-
<SellerSKU>B4092</SellerSKU>
|
560
|
-
<ASIN>0470060891</ASIN>
|
561
|
-
<TotalSupplyQuantity>0</TotalSupplyQuantity>
|
562
|
-
<FNSKU>X0003ASUON</FNSKU>
|
563
|
-
<Condition>UsedLikeNew</Condition>
|
564
|
-
<InStockSupplyQuantity>0</InStockSupplyQuantity>
|
565
|
-
<SupplyDetail/>
|
566
|
-
</member>
|
567
|
-
<member>
|
568
|
-
<SellerSKU>B1941</SellerSKU>
|
569
|
-
<ASIN>0822210789</ASIN>
|
570
|
-
<TotalSupplyQuantity>0</TotalSupplyQuantity>
|
571
|
-
<FNSKU>X00022D1VT</FNSKU>
|
572
|
-
<Condition>UsedLikeNew</Condition>
|
573
|
-
<InStockSupplyQuantity>0</InStockSupplyQuantity>
|
574
|
-
<SupplyDetail/>
|
575
|
-
</member>
|
576
|
-
<member>
|
577
|
-
<SellerSKU>B4018</SellerSKU>
|
578
|
-
<ASIN>1930004451</ASIN>
|
579
|
-
<TotalSupplyQuantity>0</TotalSupplyQuantity>
|
580
|
-
<FNSKU>X00039056P</FNSKU>
|
581
|
-
<Condition>UsedLikeNew</Condition>
|
582
|
-
<InStockSupplyQuantity>0</InStockSupplyQuantity>
|
583
|
-
<SupplyDetail/>
|
584
|
-
</member>
|
585
|
-
<member>
|
586
|
-
<SellerSKU>2250</SellerSKU>
|
587
|
-
<ASIN>1840028513</ASIN>
|
588
|
-
<TotalSupplyQuantity>0</TotalSupplyQuantity>
|
589
|
-
<FNSKU>X0002CYA3R</FNSKU>
|
590
|
-
<Condition>UsedVeryGood</Condition>
|
591
|
-
<InStockSupplyQuantity>0</InStockSupplyQuantity>
|
592
|
-
<SupplyDetail/>
|
593
|
-
</member>
|
594
|
-
<member>
|
595
|
-
<SellerSKU>B1612</SellerSKU>
|
596
|
-
<ASIN>0077259270</ASIN>
|
597
|
-
<TotalSupplyQuantity>0</TotalSupplyQuantity>
|
598
|
-
<FNSKU>X00013LJ6N</FNSKU>
|
599
|
-
<Condition>UsedLikeNew</Condition>
|
600
|
-
<InStockSupplyQuantity>0</InStockSupplyQuantity>
|
601
|
-
<SupplyDetail/>
|
602
|
-
</member>
|
603
|
-
<member>
|
604
|
-
<SellerSKU>B2640</SellerSKU>
|
605
|
-
<ASIN>8466324593</ASIN>
|
606
|
-
<TotalSupplyQuantity>0</TotalSupplyQuantity>
|
607
|
-
<FNSKU>X0002S98X3</FNSKU>
|
608
|
-
<Condition>UsedLikeNew</Condition>
|
609
|
-
<InStockSupplyQuantity>0</InStockSupplyQuantity>
|
610
|
-
<SupplyDetail/>
|
611
|
-
</member>
|
612
|
-
<member>
|
613
|
-
<SellerSKU>B3744</SellerSKU>
|
614
|
-
<ASIN>1556356846</ASIN>
|
615
|
-
<TotalSupplyQuantity>0</TotalSupplyQuantity>
|
616
|
-
<FNSKU>X00038S8OR</FNSKU>
|
617
|
-
<Condition>UsedLikeNew</Condition>
|
618
|
-
<InStockSupplyQuantity>0</InStockSupplyQuantity>
|
619
|
-
<SupplyDetail/>
|
620
|
-
</member>
|
621
|
-
<member>
|
622
|
-
<SellerSKU>B2520</SellerSKU>
|
623
|
-
<ASIN>0934034311</ASIN>
|
624
|
-
<TotalSupplyQuantity>0</TotalSupplyQuantity>
|
625
|
-
<FNSKU>X0002QYLZF</FNSKU>
|
626
|
-
<Condition>UsedLikeNew</Condition>
|
627
|
-
<InStockSupplyQuantity>0</InStockSupplyQuantity>
|
628
|
-
<SupplyDetail/>
|
629
|
-
</member>
|
630
|
-
<member>
|
631
|
-
<SellerSKU>B3978</SellerSKU>
|
632
|
-
<ASIN>0763756202</ASIN>
|
633
|
-
<TotalSupplyQuantity>0</TotalSupplyQuantity>
|
634
|
-
<FNSKU>X0003905LF</FNSKU>
|
635
|
-
<Condition>NewItem</Condition>
|
636
|
-
<InStockSupplyQuantity>0</InStockSupplyQuantity>
|
637
|
-
<SupplyDetail/>
|
638
|
-
</member>
|
639
|
-
<member>
|
640
|
-
<SellerSKU>B4103</SellerSKU>
|
641
|
-
<ASIN>1862073910</ASIN>
|
642
|
-
<TotalSupplyQuantity>0</TotalSupplyQuantity>
|
643
|
-
<FNSKU>X0003ASUHP</FNSKU>
|
644
|
-
<Condition>UsedVeryGood</Condition>
|
645
|
-
<InStockSupplyQuantity>0</InStockSupplyQuantity>
|
646
|
-
<SupplyDetail/>
|
647
|
-
</member>
|
648
|
-
<member>
|
649
|
-
<SellerSKU>B3675</SellerSKU>
|
650
|
-
<ASIN>0091912695</ASIN>
|
651
|
-
<TotalSupplyQuantity>0</TotalSupplyQuantity>
|
652
|
-
<FNSKU>X00037CL6T</FNSKU>
|
653
|
-
<Condition>UsedVeryGood</Condition>
|
654
|
-
<InStockSupplyQuantity>0</InStockSupplyQuantity>
|
655
|
-
<SupplyDetail/>
|
656
|
-
</member>
|
657
|
-
<member>
|
658
|
-
<SellerSKU>B2563</SellerSKU>
|
659
|
-
<ASIN>0071195610</ASIN>
|
660
|
-
<TotalSupplyQuantity>0</TotalSupplyQuantity>
|
661
|
-
<FNSKU>X0002RNJ4D</FNSKU>
|
662
|
-
<Condition>UsedLikeNew</Condition>
|
663
|
-
<InStockSupplyQuantity>0</InStockSupplyQuantity>
|
664
|
-
<SupplyDetail/>
|
665
|
-
</member>
|
666
|
-
<member>
|
667
|
-
<SellerSKU>2270</SellerSKU>
|
668
|
-
<ASIN>0745623352</ASIN>
|
669
|
-
<TotalSupplyQuantity>0</TotalSupplyQuantity>
|
670
|
-
<FNSKU>X0002CYA87</FNSKU>
|
671
|
-
<Condition>UsedVeryGood</Condition>
|
672
|
-
<InStockSupplyQuantity>0</InStockSupplyQuantity>
|
673
|
-
<SupplyDetail/>
|
674
|
-
</member>
|
675
|
-
<member>
|
676
|
-
<SellerSKU>FBADZB46_UNEXPECTED_ITEM_05</SellerSKU>
|
677
|
-
<ASIN>0273693190</ASIN>
|
678
|
-
<TotalSupplyQuantity>0</TotalSupplyQuantity>
|
679
|
-
<FNSKU>X0000J7F9X</FNSKU>
|
680
|
-
<Condition>UsedGood</Condition>
|
681
|
-
<InStockSupplyQuantity>0</InStockSupplyQuantity>
|
682
|
-
<SupplyDetail/>
|
683
|
-
</member>
|
684
|
-
<member>
|
685
|
-
<SellerSKU>B1904</SellerSKU>
|
686
|
-
<ASIN>0471249254</ASIN>
|
687
|
-
<TotalSupplyQuantity>0</TotalSupplyQuantity>
|
688
|
-
<FNSKU>X00022D0N3</FNSKU>
|
689
|
-
<Condition>UsedLikeNew</Condition>
|
690
|
-
<InStockSupplyQuantity>0</InStockSupplyQuantity>
|
691
|
-
<SupplyDetail/>
|
692
|
-
</member>
|
693
|
-
<member>
|
694
|
-
<SellerSKU>B2603</SellerSKU>
|
695
|
-
<ASIN>0974934437</ASIN>
|
696
|
-
<TotalSupplyQuantity>0</TotalSupplyQuantity>
|
697
|
-
<FNSKU>X0002S995P</FNSKU>
|
698
|
-
<Condition>UsedLikeNew</Condition>
|
699
|
-
<InStockSupplyQuantity>0</InStockSupplyQuantity>
|
700
|
-
<SupplyDetail/>
|
701
|
-
</member>
|
702
|
-
<member>
|
703
|
-
<SellerSKU>B2582</SellerSKU>
|
704
|
-
<ASIN>0470747102</ASIN>
|
705
|
-
<TotalSupplyQuantity>0</TotalSupplyQuantity>
|
706
|
-
<FNSKU>X0002RVNB9</FNSKU>
|
707
|
-
<Condition>UsedVeryGood</Condition>
|
708
|
-
<InStockSupplyQuantity>0</InStockSupplyQuantity>
|
709
|
-
<SupplyDetail/>
|
710
|
-
</member>
|
711
|
-
<member>
|
712
|
-
<SellerSKU>B1418</SellerSKU>
|
713
|
-
<ASIN>0470129115</ASIN>
|
714
|
-
<TotalSupplyQuantity>0</TotalSupplyQuantity>
|
715
|
-
<FNSKU>X0000ZM4CP</FNSKU>
|
716
|
-
<Condition>UsedVeryGood</Condition>
|
717
|
-
<InStockSupplyQuantity>0</InStockSupplyQuantity>
|
718
|
-
<SupplyDetail/>
|
719
|
-
</member>
|
720
|
-
<member>
|
721
|
-
<SellerSKU>B2000</SellerSKU>
|
722
|
-
<ASIN>0395811015</ASIN>
|
723
|
-
<TotalSupplyQuantity>0</TotalSupplyQuantity>
|
724
|
-
<FNSKU>X000243EJL</FNSKU>
|
725
|
-
<Condition>UsedVeryGood</Condition>
|
726
|
-
<InStockSupplyQuantity>0</InStockSupplyQuantity>
|
727
|
-
<SupplyDetail/>
|
728
|
-
</member>
|
729
|
-
<member>
|
730
|
-
<SellerSKU>B3410</SellerSKU>
|
731
|
-
<ASIN>1893441172</ASIN>
|
732
|
-
<TotalSupplyQuantity>0</TotalSupplyQuantity>
|
733
|
-
<FNSKU>X00036DKVF</FNSKU>
|
734
|
-
<Condition>UsedLikeNew</Condition>
|
735
|
-
<InStockSupplyQuantity>0</InStockSupplyQuantity>
|
736
|
-
<SupplyDetail/>
|
737
|
-
</member>
|
738
|
-
<member>
|
739
|
-
<SellerSKU>B2663</SellerSKU>
|
740
|
-
<ASIN>0130895717</ASIN>
|
741
|
-
<TotalSupplyQuantity>0</TotalSupplyQuantity>
|
742
|
-
<FNSKU>X0002S99GJ</FNSKU>
|
743
|
-
<Condition>UsedGood</Condition>
|
744
|
-
<InStockSupplyQuantity>0</InStockSupplyQuantity>
|
745
|
-
<SupplyDetail/>
|
746
|
-
</member>
|
747
|
-
<member>
|
748
|
-
<SellerSKU>B1586</SellerSKU>
|
749
|
-
<ASIN>0521439787</ASIN>
|
750
|
-
<TotalSupplyQuantity>0</TotalSupplyQuantity>
|
751
|
-
<FNSKU>X00013LGFR</FNSKU>
|
752
|
-
<Condition>UsedLikeNew</Condition>
|
753
|
-
<InStockSupplyQuantity>0</InStockSupplyQuantity>
|
754
|
-
<SupplyDetail/>
|
755
|
-
</member>
|
756
|
-
<member>
|
757
|
-
<SellerSKU>B2722</SellerSKU>
|
758
|
-
<ASIN>057117521X</ASIN>
|
759
|
-
<TotalSupplyQuantity>0</TotalSupplyQuantity>
|
760
|
-
<FNSKU>X0002T498V</FNSKU>
|
761
|
-
<Condition>UsedLikeNew</Condition>
|
762
|
-
<InStockSupplyQuantity>0</InStockSupplyQuantity>
|
763
|
-
<SupplyDetail/>
|
764
|
-
</member>
|
765
|
-
<member>
|
766
|
-
<SellerSKU>B2626</SellerSKU>
|
767
|
-
<ASIN>0781760038</ASIN>
|
768
|
-
<TotalSupplyQuantity>0</TotalSupplyQuantity>
|
769
|
-
<FNSKU>X0002S98TR</FNSKU>
|
770
|
-
<Condition>UsedLikeNew</Condition>
|
771
|
-
<InStockSupplyQuantity>0</InStockSupplyQuantity>
|
772
|
-
<SupplyDetail/>
|
773
|
-
</member>
|
774
|
-
<member>
|
775
|
-
<SellerSKU>B1863</SellerSKU>
|
776
|
-
<ASIN>0495007080</ASIN>
|
777
|
-
<TotalSupplyQuantity>0</TotalSupplyQuantity>
|
778
|
-
<FNSKU>X000222IZJ</FNSKU>
|
779
|
-
<Condition>UsedLikeNew</Condition>
|
780
|
-
<InStockSupplyQuantity>0</InStockSupplyQuantity>
|
781
|
-
<SupplyDetail/>
|
782
|
-
</member>
|
783
|
-
<member>
|
784
|
-
<SellerSKU>B2147</SellerSKU>
|
785
|
-
<ASIN>1840002859</ASIN>
|
786
|
-
<TotalSupplyQuantity>0</TotalSupplyQuantity>
|
787
|
-
<FNSKU>X00026KM9J</FNSKU>
|
788
|
-
<Condition>UsedVeryGood</Condition>
|
789
|
-
<InStockSupplyQuantity>0</InStockSupplyQuantity>
|
790
|
-
<SupplyDetail/>
|
791
|
-
</member>
|
792
|
-
<member>
|
793
|
-
<SellerSKU>B2477</SellerSKU>
|
794
|
-
<ASIN>0380720027</ASIN>
|
795
|
-
<TotalSupplyQuantity>0</TotalSupplyQuantity>
|
796
|
-
<FNSKU>X0002QKJMJ</FNSKU>
|
797
|
-
<Condition>UsedVeryGood</Condition>
|
798
|
-
<InStockSupplyQuantity>0</InStockSupplyQuantity>
|
799
|
-
<SupplyDetail/>
|
800
|
-
</member>
|
801
|
-
<member>
|
802
|
-
<SellerSKU>B4047</SellerSKU>
|
803
|
-
<ASIN>1439078092</ASIN>
|
804
|
-
<TotalSupplyQuantity>0</TotalSupplyQuantity>
|
805
|
-
<FNSKU>X0003905QP</FNSKU>
|
806
|
-
<Condition>NewItem</Condition>
|
807
|
-
<InStockSupplyQuantity>0</InStockSupplyQuantity>
|
808
|
-
<SupplyDetail/>
|
809
|
-
</member>
|
810
|
-
<member>
|
811
|
-
<SellerSKU>B2425</SellerSKU>
|
812
|
-
<ASIN>0744011116</ASIN>
|
813
|
-
<TotalSupplyQuantity>0</TotalSupplyQuantity>
|
814
|
-
<FNSKU>X0002OEZ9J</FNSKU>
|
815
|
-
<Condition>UsedLikeNew</Condition>
|
816
|
-
<InStockSupplyQuantity>0</InStockSupplyQuantity>
|
817
|
-
<SupplyDetail/>
|
818
|
-
</member>
|
819
|
-
<member>
|
820
|
-
<SellerSKU>B2221</SellerSKU>
|
821
|
-
<ASIN>0929448146</ASIN>
|
822
|
-
<TotalSupplyQuantity>0</TotalSupplyQuantity>
|
823
|
-
<FNSKU>X0002CIZ7J</FNSKU>
|
824
|
-
<Condition>UsedLikeNew</Condition>
|
825
|
-
<InStockSupplyQuantity>0</InStockSupplyQuantity>
|
826
|
-
<SupplyDetail/>
|
827
|
-
</member>
|
828
|
-
<member>
|
829
|
-
<SellerSKU>B2307</SellerSKU>
|
830
|
-
<ASIN>1555218873</ASIN>
|
831
|
-
<TotalSupplyQuantity>0</TotalSupplyQuantity>
|
832
|
-
<FNSKU>X0002JSG5N</FNSKU>
|
833
|
-
<Condition>UsedLikeNew</Condition>
|
834
|
-
<InStockSupplyQuantity>0</InStockSupplyQuantity>
|
835
|
-
<SupplyDetail/>
|
836
|
-
</member>
|
837
|
-
<member>
|
838
|
-
<SellerSKU>B2639</SellerSKU>
|
839
|
-
<ASIN>0500512175</ASIN>
|
840
|
-
<TotalSupplyQuantity>0</TotalSupplyQuantity>
|
841
|
-
<FNSKU>X0002S996T</FNSKU>
|
842
|
-
<Condition>UsedLikeNew</Condition>
|
843
|
-
<InStockSupplyQuantity>0</InStockSupplyQuantity>
|
844
|
-
<SupplyDetail/>
|
845
|
-
</member>
|
846
|
-
<member>
|
847
|
-
<SellerSKU>B3765</SellerSKU>
|
848
|
-
<ASIN>0849302579</ASIN>
|
849
|
-
<TotalSupplyQuantity>0</TotalSupplyQuantity>
|
850
|
-
<FNSKU>X00038S8XN</FNSKU>
|
851
|
-
<Condition>UsedLikeNew</Condition>
|
852
|
-
<InStockSupplyQuantity>0</InStockSupplyQuantity>
|
853
|
-
<SupplyDetail/>
|
854
|
-
</member>
|
855
|
-
</InventorySupplyList>
|
856
|
-
<NextToken>H4sIAAAAAAAAADXP23JDQAAA0F/JePVQUUJmqjPIlrXiWkreVlG3iLXE5evbl54/OG81zdrDko8KU+KOFszhPimMKVCo/jN4d/HJ5appoOST2yySNNCjVo3BkIxBapd+y/dkG7HNehw3Pf37vruJs6OBrazc2Ouq935ouhC8ujhfexxPSbftj/o0GjIiUaCD/MQGkG6SkcXqIJmoHS3E8zJIc5gmIqKh59U3CGKJnuep+DCn5fgoARJ94bPROB2+ulGI3QEUeAqWFXy7tqBuJISWFs0X+Vp6VdPZUeZQp/IKzYdbjSRnPSaRCtoOWnB9nqV241Op/GpYXw+o0BSaCv7yisK8vP8C70YqGyUBAAA=</NextToken>
|
857
|
-
</ListInventorySupplyResult>
|
858
|
-
<ResponseMetadata>
|
859
|
-
<RequestId>86ca56de-c494-4ff0-9bcb-93f49b8e2742</RequestId>
|
860
|
-
</ResponseMetadata>
|
861
|
-
</ListInventorySupplyResponse>
|
862
|
-
http_version:
|
863
|
-
recorded_at: Wed, 25 Jun 2014 13:58:16 GMT
|
864
|
-
- request:
|
865
|
-
method: post
|
866
|
-
uri: https://mws-eu.amazonservices.com/FulfillmentInventory/2010-10-01?AWSAccessKeyId=AKIAI4ZNSD76DH7UBRDA&Action=ListInventorySupply&QueryStartDateTime=2014-05-26&SellerId=A2DP6GIDYN6OTH&SignatureMethod=HmacSHA256&SignatureVersion=2&Timestamp=2014-06-25T13%3A58%3A16Z&Signature=h62XXDg78%2FZsq%2BTTgE87oan12VVB30fOe7cLM9BcRbY%3D
|
867
|
-
body:
|
868
|
-
encoding: US-ASCII
|
869
|
-
string: ''
|
870
|
-
headers:
|
871
|
-
User-Agent:
|
872
|
-
- Jeff/1.0.1 (Language=Ruby; Hakans-MacBook-Pro.local)
|
873
|
-
response:
|
874
|
-
status:
|
875
|
-
code: 200
|
876
|
-
message:
|
877
|
-
headers:
|
878
|
-
Date:
|
879
|
-
- Wed, 25 Jun 2014 13:58:15 GMT
|
880
|
-
Server:
|
881
|
-
- AmazonMWS
|
882
|
-
x-mws-request-id:
|
883
|
-
- 45efeb75-0ba2-4686-8425-4a3754899dea
|
884
|
-
x-mws-timestamp:
|
885
|
-
- '2014-06-25T13:58:16.549Z'
|
886
|
-
x-mws-response-context:
|
887
|
-
- xgMohVqIFSVbAnmX6iHPzE0ga9wW1V66Qi0wWfy3CArR+rg/gWKIR4iPfCjgEzopxK24k0ejlS81
|
888
|
-
upvjYyRgIQ==
|
889
|
-
Content-Type:
|
890
|
-
- text/xml;charset=utf-8
|
891
|
-
Content-Length:
|
892
|
-
- '322'
|
893
|
-
Vary:
|
894
|
-
- User-Agent
|
895
|
-
body:
|
896
|
-
encoding: UTF-8
|
897
|
-
string: |
|
898
|
-
<ListInventorySupplyResponse xmlns="http://mws.amazonaws.com/FulfillmentInventory/2010-10-01/">
|
899
|
-
<ListInventorySupplyResult>
|
900
|
-
<InventorySupplyList/>
|
901
|
-
</ListInventorySupplyResult>
|
902
|
-
<ResponseMetadata>
|
903
|
-
<RequestId>45efeb75-0ba2-4686-8425-4a3754899dea</RequestId>
|
904
|
-
</ResponseMetadata>
|
905
|
-
</ListInventorySupplyResponse>
|
906
|
-
http_version:
|
907
|
-
recorded_at: Wed, 25 Jun 2014 13:58:16 GMT
|
908
|
-
- request:
|
909
|
-
method: post
|
910
|
-
uri: https://mws-eu.amazonservices.com/FulfillmentInventory/2010-10-01?AWSAccessKeyId=AKIAJLUHOXLR5S2L6A6A&Action=ListInventorySupply&QueryStartDateTime=2014-05-26&SellerId=A2APQUVDBVWV7E&SignatureMethod=HmacSHA256&SignatureVersion=2&Timestamp=2014-06-25T13%3A58%3A16Z&Signature=hmCiAoZsuu%2BCdBgSk7Y1KvPCoWdgkZ1d%2F7lrXfz6iPc%3D
|
911
|
-
body:
|
912
|
-
encoding: US-ASCII
|
913
|
-
string: ''
|
914
|
-
headers:
|
915
|
-
User-Agent:
|
916
|
-
- Jeff/1.0.1 (Language=Ruby; Hakans-MacBook-Pro.local)
|
917
|
-
response:
|
918
|
-
status:
|
919
|
-
code: 200
|
920
|
-
message:
|
921
|
-
headers:
|
922
|
-
Date:
|
923
|
-
- Wed, 25 Jun 2014 13:58:16 GMT
|
924
|
-
Server:
|
925
|
-
- AmazonMWS
|
926
|
-
x-mws-request-id:
|
927
|
-
- d9fb1f98-5cac-46a5-a104-f1ba4980693d
|
928
|
-
x-mws-timestamp:
|
929
|
-
- '2014-06-25T13:58:16.853Z'
|
930
|
-
x-mws-response-context:
|
931
|
-
- 3AbEqbkJKL8oE9o4N3qmgtFbf3UWjB0S+eVwI7mr+eQrg7oa5KyhKet7xBKhSgmv9Blimzwt4scM
|
932
|
-
nswhxpURxA==
|
26
|
+
- TqDlEpX1OlxiUcOkWWfGI93E4gFTfk7VkL8kzvGEwjV6KLqtpS2R7LMh4DDVfX55Yg1WndwYaXw=
|
933
27
|
Content-Type:
|
934
28
|
- text/xml;charset=utf-8
|
935
29
|
Content-Length:
|
@@ -944,36 +38,35 @@ http_interactions:
|
|
944
38
|
<InventorySupplyList/>
|
945
39
|
</ListInventorySupplyResult>
|
946
40
|
<ResponseMetadata>
|
947
|
-
<RequestId>
|
41
|
+
<RequestId>88ce4c09-4cff-4eb2-af2e-f6618a991519</RequestId>
|
948
42
|
</ResponseMetadata>
|
949
43
|
</ListInventorySupplyResponse>
|
950
44
|
http_version:
|
951
|
-
recorded_at:
|
45
|
+
recorded_at: Tue, 12 Aug 2014 11:38:22 GMT
|
952
46
|
- request:
|
953
47
|
method: post
|
954
|
-
uri: https://mws-eu.amazonservices.com/FulfillmentInventory/2010-10-01?AWSAccessKeyId=
|
48
|
+
uri: https://mws-eu.amazonservices.com/FulfillmentInventory/2010-10-01?AWSAccessKeyId=AWS_ACCESS_KEY_ID&Action=ListInventorySupply&QueryStartDateTime=2014-07-13&SellerId=MERCHANT_ID&SignatureMethod=HmacSHA256&SignatureVersion=2&Timestamp=2014-08-12T11%3A38%3A22Z&Signature=ZStp6dHEEcbBJImpRqSeyqS9HwLkTYRPsZGoyYlG0OM%3D
|
955
49
|
body:
|
956
50
|
encoding: US-ASCII
|
957
51
|
string: ''
|
958
52
|
headers:
|
959
53
|
User-Agent:
|
960
|
-
- Jeff/1.0.1 (Language=Ruby;
|
54
|
+
- Jeff/1.0.1 (Language=Ruby; hakans-mbp.home)
|
961
55
|
response:
|
962
56
|
status:
|
963
57
|
code: 200
|
964
58
|
message:
|
965
59
|
headers:
|
966
60
|
Date:
|
967
|
-
-
|
61
|
+
- Tue, 12 Aug 2014 11:38:22 GMT
|
968
62
|
Server:
|
969
63
|
- AmazonMWS
|
970
64
|
x-mws-request-id:
|
971
|
-
-
|
65
|
+
- dc9a9e9a-2e1a-4b53-8d4e-956b8adb62e7
|
972
66
|
x-mws-timestamp:
|
973
|
-
- '2014-
|
67
|
+
- '2014-08-12T11:38:22.812Z'
|
974
68
|
x-mws-response-context:
|
975
|
-
-
|
976
|
-
lc+DJllctQ==
|
69
|
+
- Rmm7ClBv953kBIBwfKABSFuaTfZLDDgg06oZcPgN2h8BAbdfTm92C6lKJnRZ5JKKA5qZAuGyg1g=
|
977
70
|
Content-Type:
|
978
71
|
- text/xml;charset=utf-8
|
979
72
|
Content-Length:
|
@@ -988,36 +81,36 @@ http_interactions:
|
|
988
81
|
<InventorySupplyList/>
|
989
82
|
</ListInventorySupplyResult>
|
990
83
|
<ResponseMetadata>
|
991
|
-
<RequestId>
|
84
|
+
<RequestId>dc9a9e9a-2e1a-4b53-8d4e-956b8adb62e7</RequestId>
|
992
85
|
</ResponseMetadata>
|
993
86
|
</ListInventorySupplyResponse>
|
994
87
|
http_version:
|
995
|
-
recorded_at:
|
88
|
+
recorded_at: Tue, 12 Aug 2014 11:38:22 GMT
|
996
89
|
- request:
|
997
90
|
method: post
|
998
|
-
uri: https://mws
|
91
|
+
uri: https://mws.amazonservices.jp/FulfillmentInventory/2010-10-01?AWSAccessKeyId=AWS_ACCESS_KEY_ID&Action=ListInventorySupply&QueryStartDateTime=2014-07-13&SellerId=MERCHANT_ID&SignatureMethod=HmacSHA256&SignatureVersion=2&Timestamp=2014-08-12T11%3A38%3A22Z&Signature=At%2FQYh1HQr8wWvGZQM%2BqC0NlVFkd0bjAY3k5jMOkvDg%3D
|
999
92
|
body:
|
1000
93
|
encoding: US-ASCII
|
1001
94
|
string: ''
|
1002
95
|
headers:
|
1003
96
|
User-Agent:
|
1004
|
-
- Jeff/1.0.1 (Language=Ruby;
|
97
|
+
- Jeff/1.0.1 (Language=Ruby; hakans-mbp.home)
|
1005
98
|
response:
|
1006
99
|
status:
|
1007
100
|
code: 200
|
1008
101
|
message:
|
1009
102
|
headers:
|
1010
103
|
Date:
|
1011
|
-
-
|
104
|
+
- Tue, 12 Aug 2014 11:38:23 GMT
|
1012
105
|
Server:
|
1013
106
|
- AmazonMWS
|
1014
107
|
x-mws-request-id:
|
1015
|
-
-
|
108
|
+
- 613a7ff5-d8bc-4e6d-9bf1-4d9eb7755f65
|
1016
109
|
x-mws-timestamp:
|
1017
|
-
- '2014-
|
110
|
+
- '2014-08-12T11:38:23.878Z'
|
1018
111
|
x-mws-response-context:
|
1019
|
-
-
|
1020
|
-
|
112
|
+
- grinWJZ+gqmffEONtTs6MpKeWV4SVURykkMp98d7Goi32Jwe7mau9+Yu8F08tM3sdyWFtBMkDRYR
|
113
|
+
3ogm+NNf8Q==
|
1021
114
|
Content-Type:
|
1022
115
|
- text/xml;charset=utf-8
|
1023
116
|
Content-Length:
|
@@ -1032,35 +125,36 @@ http_interactions:
|
|
1032
125
|
<InventorySupplyList/>
|
1033
126
|
</ListInventorySupplyResult>
|
1034
127
|
<ResponseMetadata>
|
1035
|
-
<RequestId>
|
128
|
+
<RequestId>613a7ff5-d8bc-4e6d-9bf1-4d9eb7755f65</RequestId>
|
1036
129
|
</ResponseMetadata>
|
1037
130
|
</ListInventorySupplyResponse>
|
1038
131
|
http_version:
|
1039
|
-
recorded_at:
|
132
|
+
recorded_at: Tue, 12 Aug 2014 11:38:24 GMT
|
1040
133
|
- request:
|
1041
134
|
method: post
|
1042
|
-
uri: https://mws.amazonservices.
|
135
|
+
uri: https://mws.amazonservices.com/FulfillmentInventory/2010-10-01?AWSAccessKeyId=AWS_ACCESS_KEY_ID&Action=ListInventorySupply&QueryStartDateTime=2014-07-13&SellerId=MERCHANT_ID&SignatureMethod=HmacSHA256&SignatureVersion=2&Timestamp=2014-08-12T11%3A38%3A24Z&Signature=ZQWEJPjzcByKgLy2EutwjKTxYcv8TjMw1jL4i%2FhVXjQ%3D
|
1043
136
|
body:
|
1044
137
|
encoding: US-ASCII
|
1045
138
|
string: ''
|
1046
139
|
headers:
|
1047
140
|
User-Agent:
|
1048
|
-
- Jeff/1.0.1 (Language=Ruby;
|
141
|
+
- Jeff/1.0.1 (Language=Ruby; hakans-mbp.home)
|
1049
142
|
response:
|
1050
143
|
status:
|
1051
144
|
code: 200
|
1052
145
|
message:
|
1053
146
|
headers:
|
1054
147
|
Date:
|
1055
|
-
-
|
148
|
+
- Tue, 12 Aug 2014 11:38:24 GMT
|
1056
149
|
Server:
|
1057
150
|
- AmazonMWS
|
1058
151
|
x-mws-request-id:
|
1059
|
-
-
|
152
|
+
- b5044c44-4863-4ff8-9349-beb9020230a2
|
1060
153
|
x-mws-timestamp:
|
1061
|
-
- '2014-
|
154
|
+
- '2014-08-12T11:38:24.445Z'
|
1062
155
|
x-mws-response-context:
|
1063
|
-
-
|
156
|
+
- WwEz1ITAGrRAy0o6d3TnYKpMYH1ajleB5NTJUnEmL5Jjmb1EnK6gX4zzWPuYb6LuHuHco3Of2MMg
|
157
|
+
7VvDQoWsGA==
|
1064
158
|
Content-Type:
|
1065
159
|
- text/xml;charset=utf-8
|
1066
160
|
Content-Length:
|
@@ -1075,123 +169,127 @@ http_interactions:
|
|
1075
169
|
<InventorySupplyList/>
|
1076
170
|
</ListInventorySupplyResult>
|
1077
171
|
<ResponseMetadata>
|
1078
|
-
<RequestId>
|
172
|
+
<RequestId>b5044c44-4863-4ff8-9349-beb9020230a2</RequestId>
|
1079
173
|
</ResponseMetadata>
|
1080
174
|
</ListInventorySupplyResponse>
|
1081
175
|
http_version:
|
1082
|
-
recorded_at:
|
176
|
+
recorded_at: Tue, 12 Aug 2014 11:38:24 GMT
|
1083
177
|
- request:
|
1084
178
|
method: post
|
1085
|
-
uri: https://mws.amazonservices.
|
179
|
+
uri: https://mws.amazonservices.ca/FulfillmentInventory/2010-10-01?AWSAccessKeyId=AWS_ACCESS_KEY_ID&Action=GetServiceStatus&SellerId=MERCHANT_ID&SignatureMethod=HmacSHA256&SignatureVersion=2&Timestamp=2014-08-12T11%3A38%3A24Z&Signature=Tl5YTmGeI1vCraz7YEVWN9wlFNWeBQ5dzdNWWM2IB2g%3D
|
1086
180
|
body:
|
1087
181
|
encoding: US-ASCII
|
1088
182
|
string: ''
|
1089
183
|
headers:
|
1090
184
|
User-Agent:
|
1091
|
-
- Jeff/1.0.1 (Language=Ruby;
|
185
|
+
- Jeff/1.0.1 (Language=Ruby; hakans-mbp.home)
|
1092
186
|
response:
|
1093
187
|
status:
|
1094
188
|
code: 200
|
1095
189
|
message:
|
1096
190
|
headers:
|
1097
191
|
Date:
|
1098
|
-
-
|
192
|
+
- Tue, 12 Aug 2014 11:38:24 GMT
|
1099
193
|
Server:
|
1100
194
|
- AmazonMWS
|
1101
195
|
x-mws-request-id:
|
1102
|
-
-
|
196
|
+
- 3a2add5c-4aa0-4eda-b928-11882cd87697
|
1103
197
|
x-mws-timestamp:
|
1104
|
-
- '2014-
|
198
|
+
- '2014-08-12T11:38:24.999Z'
|
1105
199
|
x-mws-response-context:
|
1106
|
-
-
|
1107
|
-
|
200
|
+
- mGkYzbY7ZcjhlDyBDvYL2aIpUx2zWQLlM7LoUts7Uqf2yg3PCGdJSrormGPFAW39NAnaLto4moKt
|
201
|
+
JWbFMf/ctQ==
|
1108
202
|
Content-Type:
|
1109
|
-
- text/xml
|
203
|
+
- text/xml
|
1110
204
|
Content-Length:
|
1111
|
-
- '
|
205
|
+
- '384'
|
1112
206
|
Vary:
|
1113
207
|
- User-Agent
|
1114
208
|
body:
|
1115
209
|
encoding: UTF-8
|
1116
210
|
string: |
|
1117
|
-
|
1118
|
-
|
1119
|
-
|
1120
|
-
|
211
|
+
<?xml version="1.0"?>
|
212
|
+
<GetServiceStatusResponse xmlns="http://mws.amazonaws.com/FulfillmentInventory/2010-10-01/">
|
213
|
+
<GetServiceStatusResult>
|
214
|
+
<Status>GREEN</Status>
|
215
|
+
<Timestamp>2014-08-12T11:38:24.999Z</Timestamp>
|
216
|
+
</GetServiceStatusResult>
|
1121
217
|
<ResponseMetadata>
|
1122
|
-
<RequestId>
|
218
|
+
<RequestId>3a2add5c-4aa0-4eda-b928-11882cd87697</RequestId>
|
1123
219
|
</ResponseMetadata>
|
1124
|
-
</
|
220
|
+
</GetServiceStatusResponse>
|
1125
221
|
http_version:
|
1126
|
-
recorded_at:
|
222
|
+
recorded_at: Tue, 12 Aug 2014 11:38:25 GMT
|
1127
223
|
- request:
|
1128
224
|
method: post
|
1129
|
-
uri: https://mws.amazonservices.
|
225
|
+
uri: https://mws-eu.amazonservices.com/FulfillmentInventory/2010-10-01?AWSAccessKeyId=AWS_ACCESS_KEY_ID&Action=GetServiceStatus&SellerId=MERCHANT_ID&SignatureMethod=HmacSHA256&SignatureVersion=2&Timestamp=2014-08-12T11%3A38%3A25Z&Signature=b0dkTkYUWe9raKEbDulJk7r1EpMPYWz6kXGpS2ChaIY%3D
|
1130
226
|
body:
|
1131
227
|
encoding: US-ASCII
|
1132
228
|
string: ''
|
1133
229
|
headers:
|
1134
230
|
User-Agent:
|
1135
|
-
- Jeff/1.0.1 (Language=Ruby;
|
231
|
+
- Jeff/1.0.1 (Language=Ruby; hakans-mbp.home)
|
1136
232
|
response:
|
1137
233
|
status:
|
1138
234
|
code: 200
|
1139
235
|
message:
|
1140
236
|
headers:
|
1141
237
|
Date:
|
1142
|
-
-
|
238
|
+
- Tue, 12 Aug 2014 11:38:24 GMT
|
1143
239
|
Server:
|
1144
240
|
- AmazonMWS
|
1145
241
|
x-mws-request-id:
|
1146
|
-
-
|
242
|
+
- 0adea8df-54d4-4845-b671-6cb0133302c1
|
1147
243
|
x-mws-timestamp:
|
1148
|
-
- '2014-
|
244
|
+
- '2014-08-12T11:38:25.199Z'
|
1149
245
|
x-mws-response-context:
|
1150
|
-
-
|
1151
|
-
CNeOZ+p+7Q==
|
246
|
+
- LJhnKnPyN0ywLPPeUaUB2RLtFl5dKBtO2kNWLkMtl7PsnBnGjapIwF4Py5Mur+YM7meFQ0/rN6E=
|
1152
247
|
Content-Type:
|
1153
|
-
- text/xml
|
248
|
+
- text/xml
|
1154
249
|
Content-Length:
|
1155
|
-
- '
|
250
|
+
- '384'
|
1156
251
|
Vary:
|
1157
252
|
- User-Agent
|
1158
253
|
body:
|
1159
254
|
encoding: UTF-8
|
1160
255
|
string: |
|
1161
|
-
|
1162
|
-
|
1163
|
-
|
1164
|
-
|
256
|
+
<?xml version="1.0"?>
|
257
|
+
<GetServiceStatusResponse xmlns="http://mws.amazonaws.com/FulfillmentInventory/2010-10-01/">
|
258
|
+
<GetServiceStatusResult>
|
259
|
+
<Status>GREEN</Status>
|
260
|
+
<Timestamp>2014-08-12T11:38:25.199Z</Timestamp>
|
261
|
+
</GetServiceStatusResult>
|
1165
262
|
<ResponseMetadata>
|
1166
|
-
<RequestId>
|
263
|
+
<RequestId>0adea8df-54d4-4845-b671-6cb0133302c1</RequestId>
|
1167
264
|
</ResponseMetadata>
|
1168
|
-
</
|
265
|
+
</GetServiceStatusResponse>
|
1169
266
|
http_version:
|
1170
|
-
recorded_at:
|
267
|
+
recorded_at: Tue, 12 Aug 2014 11:38:25 GMT
|
1171
268
|
- request:
|
1172
269
|
method: post
|
1173
|
-
uri: https://mws
|
270
|
+
uri: https://mws.amazonservices.jp/FulfillmentInventory/2010-10-01?AWSAccessKeyId=AWS_ACCESS_KEY_ID&Action=GetServiceStatus&SellerId=MERCHANT_ID&SignatureMethod=HmacSHA256&SignatureVersion=2&Timestamp=2014-08-12T11%3A38%3A25Z&Signature=tjSME2PidyH%2B6V6%2BQSVSNuVTg8vj6cXx7nUvPvx2TLI%3D
|
1174
271
|
body:
|
1175
272
|
encoding: US-ASCII
|
1176
273
|
string: ''
|
1177
274
|
headers:
|
1178
275
|
User-Agent:
|
1179
|
-
- Jeff/1.0.1 (Language=Ruby;
|
276
|
+
- Jeff/1.0.1 (Language=Ruby; hakans-mbp.home)
|
1180
277
|
response:
|
1181
278
|
status:
|
1182
279
|
code: 200
|
1183
280
|
message:
|
1184
281
|
headers:
|
1185
282
|
Date:
|
1186
|
-
-
|
283
|
+
- Tue, 12 Aug 2014 11:38:25 GMT
|
1187
284
|
Server:
|
1188
285
|
- AmazonMWS
|
1189
286
|
x-mws-request-id:
|
1190
|
-
-
|
287
|
+
- 27b1a5fb-2b8f-43e8-9a59-ee4847b07b84
|
1191
288
|
x-mws-timestamp:
|
1192
|
-
- '2014-
|
289
|
+
- '2014-08-12T11:38:25.874Z'
|
1193
290
|
x-mws-response-context:
|
1194
|
-
-
|
291
|
+
- 9fDrh4jjbjcXcRZ4FYHlhtPoNP37J+LFt8b/uGylofE5RibOEt/FugsVm9tw23Ac1/E3W2ujg5ke
|
292
|
+
dyefFmQ0Qw==
|
1195
293
|
Content-Type:
|
1196
294
|
- text/xml
|
1197
295
|
Content-Length:
|
@@ -1205,56 +303,57 @@ http_interactions:
|
|
1205
303
|
<GetServiceStatusResponse xmlns="http://mws.amazonaws.com/FulfillmentInventory/2010-10-01/">
|
1206
304
|
<GetServiceStatusResult>
|
1207
305
|
<Status>GREEN</Status>
|
1208
|
-
<Timestamp>2014-
|
306
|
+
<Timestamp>2014-08-12T11:38:25.874Z</Timestamp>
|
1209
307
|
</GetServiceStatusResult>
|
1210
308
|
<ResponseMetadata>
|
1211
|
-
<RequestId>
|
309
|
+
<RequestId>27b1a5fb-2b8f-43e8-9a59-ee4847b07b84</RequestId>
|
1212
310
|
</ResponseMetadata>
|
1213
311
|
</GetServiceStatusResponse>
|
1214
312
|
http_version:
|
1215
|
-
recorded_at:
|
313
|
+
recorded_at: Tue, 12 Aug 2014 11:38:25 GMT
|
1216
314
|
- request:
|
1217
315
|
method: post
|
1218
|
-
uri: https://mws
|
316
|
+
uri: https://mws.amazonservices.com/FulfillmentInventory/2010-10-01?AWSAccessKeyId=AWS_ACCESS_KEY_ID&Action=GetServiceStatus&SellerId=MERCHANT_ID&SignatureMethod=HmacSHA256&SignatureVersion=2&Timestamp=2014-08-12T11%3A38%3A25Z&Signature=sFzK7yrajs5FBPijQREf6DKPVcql3Y68AWxHKxsq2a8%3D
|
1219
317
|
body:
|
1220
318
|
encoding: US-ASCII
|
1221
319
|
string: ''
|
1222
320
|
headers:
|
1223
321
|
User-Agent:
|
1224
|
-
- Jeff/1.0.1 (Language=Ruby;
|
322
|
+
- Jeff/1.0.1 (Language=Ruby; hakans-mbp.home)
|
1225
323
|
response:
|
1226
324
|
status:
|
1227
325
|
code: 200
|
1228
326
|
message:
|
1229
327
|
headers:
|
1230
328
|
Date:
|
1231
|
-
-
|
329
|
+
- Tue, 12 Aug 2014 11:38:26 GMT
|
1232
330
|
Server:
|
1233
331
|
- AmazonMWS
|
1234
332
|
x-mws-request-id:
|
1235
|
-
-
|
333
|
+
- 6e666276-bef8-4c54-a374-27dc7de29566
|
1236
334
|
x-mws-timestamp:
|
1237
|
-
- '2014-
|
335
|
+
- '2014-08-12T11:38:26.340Z'
|
1238
336
|
x-mws-response-context:
|
1239
|
-
-
|
1240
|
-
qt+PGO834w==
|
337
|
+
- f63pRWoNgdZiz8K3DxVkwt6qM2kzQv3m9DsqszIR391hjbbleXf5VayK4ky/QbkLJ0GykKcBigI=
|
1241
338
|
Content-Type:
|
1242
|
-
- text/xml
|
339
|
+
- text/xml
|
1243
340
|
Content-Length:
|
1244
|
-
- '
|
341
|
+
- '384'
|
1245
342
|
Vary:
|
1246
343
|
- User-Agent
|
1247
344
|
body:
|
1248
345
|
encoding: UTF-8
|
1249
346
|
string: |
|
1250
|
-
|
1251
|
-
|
1252
|
-
|
1253
|
-
|
347
|
+
<?xml version="1.0"?>
|
348
|
+
<GetServiceStatusResponse xmlns="http://mws.amazonaws.com/FulfillmentInventory/2010-10-01/">
|
349
|
+
<GetServiceStatusResult>
|
350
|
+
<Status>GREEN</Status>
|
351
|
+
<Timestamp>2014-08-12T11:38:26.340Z</Timestamp>
|
352
|
+
</GetServiceStatusResult>
|
1254
353
|
<ResponseMetadata>
|
1255
|
-
<RequestId>
|
354
|
+
<RequestId>6e666276-bef8-4c54-a374-27dc7de29566</RequestId>
|
1256
355
|
</ResponseMetadata>
|
1257
|
-
</
|
356
|
+
</GetServiceStatusResponse>
|
1258
357
|
http_version:
|
1259
|
-
recorded_at:
|
358
|
+
recorded_at: Tue, 12 Aug 2014 11:38:26 GMT
|
1260
359
|
recorded_with: VCR 2.9.2
|