peddler 0.13.0 → 0.14.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/lib/mws/cart_information/client.rb +2 -1
- data/lib/mws/customer_information/client.rb +2 -1
- data/lib/mws/feeds/client.rb +2 -0
- data/lib/mws/fulfillment_inbound_shipment/client.rb +2 -1
- data/lib/mws/fulfillment_inventory/client.rb +2 -1
- data/lib/mws/fulfillment_outbound_shipment/client.rb +2 -1
- data/lib/mws/off_amazon_payments/client.rb +3 -2
- data/lib/mws/orders/client.rb +2 -1
- data/lib/mws/products/client.rb +2 -1
- data/lib/mws/recommendations/client.rb +2 -1
- data/lib/mws/reports/client.rb +2 -0
- data/lib/mws/sellers/client.rb +2 -1
- data/lib/mws/subscriptions/client.rb +2 -1
- data/lib/mws/webstore/client.rb +2 -1
- data/lib/peddler/client.rb +28 -3
- data/lib/peddler/operation.rb +5 -1
- data/lib/peddler/version.rb +1 -1
- data/test/helper.rb +8 -2
- data/test/integration/test_fulfillment_inbound_shipment.rb +13 -0
- data/test/integration/test_sellers.rb +0 -7
- data/test/{mws.yml → mws.yml.example} +0 -0
- data/test/unit/peddler/test_operation.rb +6 -0
- data/test/vcr_cassettes/CartInformation.yml +37 -38
- data/test/vcr_cassettes/CustomerInformation.yml +37 -38
- data/test/vcr_cassettes/Feeds.yml +534 -131
- data/test/vcr_cassettes/FulfillmentInboundShipment.yml +325 -48
- data/test/vcr_cassettes/FulfillmentInventory.yml +129 -133
- data/test/vcr_cassettes/FulfillmentOutboundShipment.yml +37 -40
- data/test/vcr_cassettes/OffAmazonPayments.yml +37 -37
- data/test/vcr_cassettes/Orders.yml +37 -39
- data/test/vcr_cassettes/Products.yml +1991 -1392
- data/test/vcr_cassettes/Recommendations.yml +2020 -8987
- data/test/vcr_cassettes/Reports.yml +1447 -396
- data/test/vcr_cassettes/Sellers.yml +36 -242
- data/test/vcr_cassettes/Subscriptions.yml +214 -227
- data/test/vcr_cassettes/Webstore.yml +106 -106
- metadata +4 -4
@@ -2,358 +2,354 @@
|
|
2
2
|
http_interactions:
|
3
3
|
- request:
|
4
4
|
method: post
|
5
|
-
uri: https://mws.amazonservices.ca/FulfillmentInventory/2010-10-01?AWSAccessKeyId=AWS_ACCESS_KEY_ID&Action=
|
5
|
+
uri: https://mws.amazonservices.ca/FulfillmentInventory/2010-10-01?AWSAccessKeyId=AWS_ACCESS_KEY_ID&Action=GetServiceStatus&SellerId=MERCHANT_ID&SignatureMethod=HmacSHA256&SignatureVersion=2&Timestamp=2015-03-28T18%3A11%3A55Z&Version=2010-10-01&Signature=ZEeblTUtUphDbyLQawEUzzNnWzu0wodcKpUReSPQYL4%3D
|
6
6
|
body:
|
7
7
|
encoding: US-ASCII
|
8
8
|
string: ''
|
9
9
|
headers:
|
10
10
|
User-Agent:
|
11
|
-
- Jeff/1.0
|
11
|
+
- Jeff/1.2.0 (Language=Ruby; Hakans-MacBook-Pro.local)
|
12
12
|
response:
|
13
13
|
status:
|
14
14
|
code: 200
|
15
15
|
message:
|
16
16
|
headers:
|
17
17
|
Date:
|
18
|
-
-
|
18
|
+
- Sat, 28 Mar 2015 18:11:55 GMT
|
19
19
|
Server:
|
20
20
|
- AmazonMWS
|
21
21
|
x-mws-request-id:
|
22
|
-
-
|
22
|
+
- eb331337-63db-481f-807d-7f7e7cb66c28
|
23
23
|
x-mws-timestamp:
|
24
|
-
- '
|
24
|
+
- '2015-03-28T18:11:56.456Z'
|
25
25
|
x-mws-response-context:
|
26
|
-
-
|
26
|
+
- jN3pcuxvt7h19/C9JK4NTcv/mFlP0nnVb2GW2VsSCQzDACIJKDu2v9EsxBs703dCYNVFqWBPHcs=
|
27
27
|
Content-Type:
|
28
|
-
- text/xml
|
28
|
+
- text/xml
|
29
29
|
Content-Length:
|
30
|
-
- '
|
30
|
+
- '384'
|
31
31
|
Vary:
|
32
32
|
- User-Agent
|
33
33
|
body:
|
34
34
|
encoding: UTF-8
|
35
35
|
string: |
|
36
|
-
|
37
|
-
|
38
|
-
|
39
|
-
|
36
|
+
<?xml version="1.0"?>
|
37
|
+
<GetServiceStatusResponse xmlns="http://mws.amazonaws.com/FulfillmentInventory/2010-10-01/">
|
38
|
+
<GetServiceStatusResult>
|
39
|
+
<Status>GREEN</Status>
|
40
|
+
<Timestamp>2015-03-28T18:11:56.456Z</Timestamp>
|
41
|
+
</GetServiceStatusResult>
|
40
42
|
<ResponseMetadata>
|
41
|
-
<RequestId>
|
43
|
+
<RequestId>eb331337-63db-481f-807d-7f7e7cb66c28</RequestId>
|
42
44
|
</ResponseMetadata>
|
43
|
-
</
|
45
|
+
</GetServiceStatusResponse>
|
44
46
|
http_version:
|
45
|
-
recorded_at:
|
47
|
+
recorded_at: Sat, 28 Mar 2015 18:11:56 GMT
|
46
48
|
- request:
|
47
49
|
method: post
|
48
|
-
uri: https://mws-eu.amazonservices.com/FulfillmentInventory/2010-10-01?AWSAccessKeyId=AWS_ACCESS_KEY_ID&Action=
|
50
|
+
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=2015-03-28T18%3A11%3A56Z&Version=2010-10-01&Signature=K9OdU2GmW8CVKJeTjZ2Af1F4LQHPGD1nwVwUaDTzevM%3D
|
49
51
|
body:
|
50
52
|
encoding: US-ASCII
|
51
53
|
string: ''
|
52
54
|
headers:
|
53
55
|
User-Agent:
|
54
|
-
- Jeff/1.0
|
56
|
+
- Jeff/1.2.0 (Language=Ruby; Hakans-MacBook-Pro.local)
|
55
57
|
response:
|
56
58
|
status:
|
57
59
|
code: 200
|
58
60
|
message:
|
59
61
|
headers:
|
60
62
|
Date:
|
61
|
-
-
|
63
|
+
- Sat, 28 Mar 2015 18:11:56 GMT
|
62
64
|
Server:
|
63
65
|
- AmazonMWS
|
64
66
|
x-mws-request-id:
|
65
|
-
-
|
67
|
+
- f08a8ecf-a2ba-4478-b855-b5d85ec96091
|
66
68
|
x-mws-timestamp:
|
67
|
-
- '
|
69
|
+
- '2015-03-28T18:11:56.862Z'
|
68
70
|
x-mws-response-context:
|
69
|
-
-
|
71
|
+
- vePSdQzYDswPcqfz9U6LocIPN8CN/Wcx0ss5E+WpPT/iUAurnd+SwYj4XExTrwGXZFVydEBE984=
|
70
72
|
Content-Type:
|
71
|
-
- text/xml
|
73
|
+
- text/xml
|
72
74
|
Content-Length:
|
73
|
-
- '
|
75
|
+
- '384'
|
74
76
|
Vary:
|
75
77
|
- User-Agent
|
76
78
|
body:
|
77
79
|
encoding: UTF-8
|
78
80
|
string: |
|
79
|
-
|
80
|
-
|
81
|
-
|
82
|
-
|
81
|
+
<?xml version="1.0"?>
|
82
|
+
<GetServiceStatusResponse xmlns="http://mws.amazonaws.com/FulfillmentInventory/2010-10-01/">
|
83
|
+
<GetServiceStatusResult>
|
84
|
+
<Status>GREEN</Status>
|
85
|
+
<Timestamp>2015-03-28T18:11:56.862Z</Timestamp>
|
86
|
+
</GetServiceStatusResult>
|
83
87
|
<ResponseMetadata>
|
84
|
-
<RequestId>
|
88
|
+
<RequestId>f08a8ecf-a2ba-4478-b855-b5d85ec96091</RequestId>
|
85
89
|
</ResponseMetadata>
|
86
|
-
</
|
90
|
+
</GetServiceStatusResponse>
|
87
91
|
http_version:
|
88
|
-
recorded_at:
|
92
|
+
recorded_at: Sat, 28 Mar 2015 18:11:56 GMT
|
89
93
|
- request:
|
90
94
|
method: post
|
91
|
-
uri: https://mws.amazonservices.jp/FulfillmentInventory/2010-10-01?AWSAccessKeyId=AWS_ACCESS_KEY_ID&Action=
|
95
|
+
uri: https://mws.amazonservices.jp/FulfillmentInventory/2010-10-01?AWSAccessKeyId=AWS_ACCESS_KEY_ID&Action=GetServiceStatus&SellerId=MERCHANT_ID&SignatureMethod=HmacSHA256&SignatureVersion=2&Timestamp=2015-03-28T18%3A11%3A56Z&Version=2010-10-01&Signature=2Z1QP%2BfUZCNqcOH5Sk5Ro%2B6X8jk9j9e1UsEqcBs690w%3D
|
92
96
|
body:
|
93
97
|
encoding: US-ASCII
|
94
98
|
string: ''
|
95
99
|
headers:
|
96
100
|
User-Agent:
|
97
|
-
- Jeff/1.0
|
101
|
+
- Jeff/1.2.0 (Language=Ruby; Hakans-MacBook-Pro.local)
|
98
102
|
response:
|
99
103
|
status:
|
100
104
|
code: 200
|
101
105
|
message:
|
102
106
|
headers:
|
103
107
|
Date:
|
104
|
-
-
|
108
|
+
- Sat, 28 Mar 2015 18:11:57 GMT
|
105
109
|
Server:
|
106
110
|
- AmazonMWS
|
107
111
|
x-mws-request-id:
|
108
|
-
-
|
112
|
+
- ae1985bc-e95e-49e8-a162-054fbd642fe7
|
109
113
|
x-mws-timestamp:
|
110
|
-
- '
|
114
|
+
- '2015-03-28T18:11:57.812Z'
|
111
115
|
x-mws-response-context:
|
112
|
-
-
|
113
|
-
3ogm+NNf8Q==
|
116
|
+
- zYnlvTYYcM6iCAUR6gh25ub5loyKA6SHCuecy5Ds40WoNkR124yr/J2KDhQNdtLnXfnFz5jBiIg=
|
114
117
|
Content-Type:
|
115
|
-
- text/xml
|
118
|
+
- text/xml
|
116
119
|
Content-Length:
|
117
|
-
- '
|
120
|
+
- '384'
|
118
121
|
Vary:
|
119
122
|
- User-Agent
|
120
123
|
body:
|
121
124
|
encoding: UTF-8
|
122
125
|
string: |
|
123
|
-
|
124
|
-
|
125
|
-
|
126
|
-
|
126
|
+
<?xml version="1.0"?>
|
127
|
+
<GetServiceStatusResponse xmlns="http://mws.amazonaws.com/FulfillmentInventory/2010-10-01/">
|
128
|
+
<GetServiceStatusResult>
|
129
|
+
<Status>GREEN</Status>
|
130
|
+
<Timestamp>2015-03-28T18:11:57.812Z</Timestamp>
|
131
|
+
</GetServiceStatusResult>
|
127
132
|
<ResponseMetadata>
|
128
|
-
<RequestId>
|
133
|
+
<RequestId>ae1985bc-e95e-49e8-a162-054fbd642fe7</RequestId>
|
129
134
|
</ResponseMetadata>
|
130
|
-
</
|
135
|
+
</GetServiceStatusResponse>
|
131
136
|
http_version:
|
132
|
-
recorded_at:
|
137
|
+
recorded_at: Sat, 28 Mar 2015 18:11:57 GMT
|
133
138
|
- request:
|
134
139
|
method: post
|
135
|
-
uri: https://mws.amazonservices.com/FulfillmentInventory/2010-10-01?AWSAccessKeyId=AWS_ACCESS_KEY_ID&Action=
|
140
|
+
uri: https://mws.amazonservices.com/FulfillmentInventory/2010-10-01?AWSAccessKeyId=AWS_ACCESS_KEY_ID&Action=GetServiceStatus&SellerId=MERCHANT_ID&SignatureMethod=HmacSHA256&SignatureVersion=2&Timestamp=2015-03-28T18%3A11%3A57Z&Version=2010-10-01&Signature=YfhGEJO3yOp50lEAVyXl5yoKhmXULlG%2FZyz8hFjCqJw%3D
|
136
141
|
body:
|
137
142
|
encoding: US-ASCII
|
138
143
|
string: ''
|
139
144
|
headers:
|
140
145
|
User-Agent:
|
141
|
-
- Jeff/1.0
|
146
|
+
- Jeff/1.2.0 (Language=Ruby; Hakans-MacBook-Pro.local)
|
142
147
|
response:
|
143
148
|
status:
|
144
149
|
code: 200
|
145
150
|
message:
|
146
151
|
headers:
|
147
152
|
Date:
|
148
|
-
-
|
153
|
+
- Sat, 28 Mar 2015 18:11:57 GMT
|
149
154
|
Server:
|
150
155
|
- AmazonMWS
|
151
156
|
x-mws-request-id:
|
152
|
-
-
|
157
|
+
- 8dc7807a-426e-4401-b1b8-63affb69eb44
|
153
158
|
x-mws-timestamp:
|
154
|
-
- '
|
159
|
+
- '2015-03-28T18:11:58.404Z'
|
155
160
|
x-mws-response-context:
|
156
|
-
-
|
157
|
-
7VvDQoWsGA==
|
161
|
+
- E6HShIVMHKl4c60Fze0uvV3LOecT05P5jMwH/Ihc9dt1fOuGJ5mVCp7EGwSkBFpck/iflQqdrzY=
|
158
162
|
Content-Type:
|
159
|
-
- text/xml
|
163
|
+
- text/xml
|
160
164
|
Content-Length:
|
161
|
-
- '
|
165
|
+
- '384'
|
162
166
|
Vary:
|
163
167
|
- User-Agent
|
164
168
|
body:
|
165
169
|
encoding: UTF-8
|
166
170
|
string: |
|
167
|
-
|
168
|
-
|
169
|
-
|
170
|
-
|
171
|
+
<?xml version="1.0"?>
|
172
|
+
<GetServiceStatusResponse xmlns="http://mws.amazonaws.com/FulfillmentInventory/2010-10-01/">
|
173
|
+
<GetServiceStatusResult>
|
174
|
+
<Status>GREEN</Status>
|
175
|
+
<Timestamp>2015-03-28T18:11:58.404Z</Timestamp>
|
176
|
+
</GetServiceStatusResult>
|
171
177
|
<ResponseMetadata>
|
172
|
-
<RequestId>
|
178
|
+
<RequestId>8dc7807a-426e-4401-b1b8-63affb69eb44</RequestId>
|
173
179
|
</ResponseMetadata>
|
174
|
-
</
|
180
|
+
</GetServiceStatusResponse>
|
175
181
|
http_version:
|
176
|
-
recorded_at:
|
182
|
+
recorded_at: Sat, 28 Mar 2015 18:11:58 GMT
|
177
183
|
- request:
|
178
184
|
method: post
|
179
|
-
uri: https://mws.amazonservices.ca/FulfillmentInventory/2010-10-01?AWSAccessKeyId=AWS_ACCESS_KEY_ID&Action=
|
185
|
+
uri: https://mws.amazonservices.ca/FulfillmentInventory/2010-10-01?AWSAccessKeyId=AWS_ACCESS_KEY_ID&Action=ListInventorySupply&QueryStartDateTime=2015-02-26&SellerId=MERCHANT_ID&SignatureMethod=HmacSHA256&SignatureVersion=2&Timestamp=2015-03-28T18%3A11%3A58Z&Version=2010-10-01&Signature=xR8K4uc9X%2FtmmaOQtVwpD7hx0V1y8NsP6BTBc6SOCaQ%3D
|
180
186
|
body:
|
181
187
|
encoding: US-ASCII
|
182
188
|
string: ''
|
183
189
|
headers:
|
184
190
|
User-Agent:
|
185
|
-
- Jeff/1.0
|
191
|
+
- Jeff/1.2.0 (Language=Ruby; Hakans-MacBook-Pro.local)
|
186
192
|
response:
|
187
193
|
status:
|
188
194
|
code: 200
|
189
195
|
message:
|
190
196
|
headers:
|
191
197
|
Date:
|
192
|
-
-
|
198
|
+
- Sat, 28 Mar 2015 18:11:59 GMT
|
193
199
|
Server:
|
194
200
|
- AmazonMWS
|
195
201
|
x-mws-request-id:
|
196
|
-
-
|
202
|
+
- 7077489c-8c8b-4620-aefa-493b53aa39da
|
197
203
|
x-mws-timestamp:
|
198
|
-
- '
|
204
|
+
- '2015-03-28T18:11:59.969Z'
|
199
205
|
x-mws-response-context:
|
200
|
-
-
|
201
|
-
JWbFMf/ctQ==
|
206
|
+
- zUZgr49ZkZHhbGPzC5Fw7g87q0H59ZsMSZvYZMGCNE4CsUPi9ktQ8nuszPo4O+tH7SbdmC7zzQk=
|
202
207
|
Content-Type:
|
203
|
-
- text/xml
|
208
|
+
- text/xml;charset=utf-8
|
204
209
|
Content-Length:
|
205
|
-
- '
|
210
|
+
- '322'
|
206
211
|
Vary:
|
207
212
|
- User-Agent
|
208
213
|
body:
|
209
214
|
encoding: UTF-8
|
210
215
|
string: |
|
211
|
-
|
212
|
-
|
213
|
-
|
214
|
-
|
215
|
-
<Timestamp>2014-08-12T11:38:24.999Z</Timestamp>
|
216
|
-
</GetServiceStatusResult>
|
216
|
+
<ListInventorySupplyResponse xmlns="http://mws.amazonaws.com/FulfillmentInventory/2010-10-01/">
|
217
|
+
<ListInventorySupplyResult>
|
218
|
+
<InventorySupplyList/>
|
219
|
+
</ListInventorySupplyResult>
|
217
220
|
<ResponseMetadata>
|
218
|
-
<RequestId>
|
221
|
+
<RequestId>7077489c-8c8b-4620-aefa-493b53aa39da</RequestId>
|
219
222
|
</ResponseMetadata>
|
220
|
-
</
|
223
|
+
</ListInventorySupplyResponse>
|
221
224
|
http_version:
|
222
|
-
recorded_at:
|
225
|
+
recorded_at: Sat, 28 Mar 2015 18:12:00 GMT
|
223
226
|
- request:
|
224
227
|
method: post
|
225
|
-
uri: https://mws-eu.amazonservices.com/FulfillmentInventory/2010-10-01?AWSAccessKeyId=AWS_ACCESS_KEY_ID&Action=
|
228
|
+
uri: https://mws-eu.amazonservices.com/FulfillmentInventory/2010-10-01?AWSAccessKeyId=AWS_ACCESS_KEY_ID&Action=ListInventorySupply&QueryStartDateTime=2015-02-26&SellerId=MERCHANT_ID&SignatureMethod=HmacSHA256&SignatureVersion=2&Timestamp=2015-03-28T18%3A12%3A00Z&Version=2010-10-01&Signature=BCA2lKnzA2DrX2IRRxB5AECutoXJnymfDVvaD%2BjXxTI%3D
|
226
229
|
body:
|
227
230
|
encoding: US-ASCII
|
228
231
|
string: ''
|
229
232
|
headers:
|
230
233
|
User-Agent:
|
231
|
-
- Jeff/1.0
|
234
|
+
- Jeff/1.2.0 (Language=Ruby; Hakans-MacBook-Pro.local)
|
232
235
|
response:
|
233
236
|
status:
|
234
237
|
code: 200
|
235
238
|
message:
|
236
239
|
headers:
|
237
240
|
Date:
|
238
|
-
-
|
241
|
+
- Sat, 28 Mar 2015 18:11:59 GMT
|
239
242
|
Server:
|
240
243
|
- AmazonMWS
|
241
244
|
x-mws-request-id:
|
242
|
-
-
|
245
|
+
- 0bce4c49-3217-4b86-9ad1-0295818b91fe
|
243
246
|
x-mws-timestamp:
|
244
|
-
- '
|
247
|
+
- '2015-03-28T18:12:00.487Z'
|
245
248
|
x-mws-response-context:
|
246
|
-
-
|
249
|
+
- OOV0PyX91yGqMOtKpUPxzjgBIUWs55WU5BslN1vX/VRYX5MkzxCg8YfYnlOsbR2xrqEDqnGPjH0=
|
247
250
|
Content-Type:
|
248
|
-
- text/xml
|
251
|
+
- text/xml;charset=utf-8
|
249
252
|
Content-Length:
|
250
|
-
- '
|
253
|
+
- '322'
|
251
254
|
Vary:
|
252
255
|
- User-Agent
|
253
256
|
body:
|
254
257
|
encoding: UTF-8
|
255
258
|
string: |
|
256
|
-
|
257
|
-
|
258
|
-
|
259
|
-
|
260
|
-
<Timestamp>2014-08-12T11:38:25.199Z</Timestamp>
|
261
|
-
</GetServiceStatusResult>
|
259
|
+
<ListInventorySupplyResponse xmlns="http://mws.amazonaws.com/FulfillmentInventory/2010-10-01/">
|
260
|
+
<ListInventorySupplyResult>
|
261
|
+
<InventorySupplyList/>
|
262
|
+
</ListInventorySupplyResult>
|
262
263
|
<ResponseMetadata>
|
263
|
-
<RequestId>
|
264
|
+
<RequestId>0bce4c49-3217-4b86-9ad1-0295818b91fe</RequestId>
|
264
265
|
</ResponseMetadata>
|
265
|
-
</
|
266
|
+
</ListInventorySupplyResponse>
|
266
267
|
http_version:
|
267
|
-
recorded_at:
|
268
|
+
recorded_at: Sat, 28 Mar 2015 18:12:00 GMT
|
268
269
|
- request:
|
269
270
|
method: post
|
270
|
-
uri: https://mws.amazonservices.jp/FulfillmentInventory/2010-10-01?AWSAccessKeyId=AWS_ACCESS_KEY_ID&Action=
|
271
|
+
uri: https://mws.amazonservices.jp/FulfillmentInventory/2010-10-01?AWSAccessKeyId=AWS_ACCESS_KEY_ID&Action=ListInventorySupply&QueryStartDateTime=2015-02-26&SellerId=MERCHANT_ID&SignatureMethod=HmacSHA256&SignatureVersion=2&Timestamp=2015-03-28T18%3A12%3A00Z&Version=2010-10-01&Signature=RYhDt494f712BdbRIl5mMnZcK7aQ%2FX9y1VH68fY1X0U%3D
|
271
272
|
body:
|
272
273
|
encoding: US-ASCII
|
273
274
|
string: ''
|
274
275
|
headers:
|
275
276
|
User-Agent:
|
276
|
-
- Jeff/1.0
|
277
|
+
- Jeff/1.2.0 (Language=Ruby; Hakans-MacBook-Pro.local)
|
277
278
|
response:
|
278
279
|
status:
|
279
280
|
code: 200
|
280
281
|
message:
|
281
282
|
headers:
|
282
283
|
Date:
|
283
|
-
-
|
284
|
+
- Sat, 28 Mar 2015 18:12:01 GMT
|
284
285
|
Server:
|
285
286
|
- AmazonMWS
|
286
287
|
x-mws-request-id:
|
287
|
-
-
|
288
|
+
- ac3c3c0a-2694-47dc-bf25-bd54de8e21f4
|
288
289
|
x-mws-timestamp:
|
289
|
-
- '
|
290
|
+
- '2015-03-28T18:12:01.494Z'
|
290
291
|
x-mws-response-context:
|
291
|
-
-
|
292
|
-
dyefFmQ0Qw==
|
292
|
+
- Z2qbV0CUpDTgxRx7/eBP4CHTsyt5SC6W/6FIiuQShdJPxChWMi8RXlZNLnnxirKobQbiD6XxeRw=
|
293
293
|
Content-Type:
|
294
|
-
- text/xml
|
294
|
+
- text/xml;charset=utf-8
|
295
295
|
Content-Length:
|
296
|
-
- '
|
296
|
+
- '322'
|
297
297
|
Vary:
|
298
298
|
- User-Agent
|
299
299
|
body:
|
300
300
|
encoding: UTF-8
|
301
301
|
string: |
|
302
|
-
|
303
|
-
|
304
|
-
|
305
|
-
|
306
|
-
<Timestamp>2014-08-12T11:38:25.874Z</Timestamp>
|
307
|
-
</GetServiceStatusResult>
|
302
|
+
<ListInventorySupplyResponse xmlns="http://mws.amazonaws.com/FulfillmentInventory/2010-10-01/">
|
303
|
+
<ListInventorySupplyResult>
|
304
|
+
<InventorySupplyList/>
|
305
|
+
</ListInventorySupplyResult>
|
308
306
|
<ResponseMetadata>
|
309
|
-
<RequestId>
|
307
|
+
<RequestId>ac3c3c0a-2694-47dc-bf25-bd54de8e21f4</RequestId>
|
310
308
|
</ResponseMetadata>
|
311
|
-
</
|
309
|
+
</ListInventorySupplyResponse>
|
312
310
|
http_version:
|
313
|
-
recorded_at:
|
311
|
+
recorded_at: Sat, 28 Mar 2015 18:12:01 GMT
|
314
312
|
- request:
|
315
313
|
method: post
|
316
|
-
uri: https://mws.amazonservices.com/FulfillmentInventory/2010-10-01?AWSAccessKeyId=AWS_ACCESS_KEY_ID&Action=
|
314
|
+
uri: https://mws.amazonservices.com/FulfillmentInventory/2010-10-01?AWSAccessKeyId=AWS_ACCESS_KEY_ID&Action=ListInventorySupply&QueryStartDateTime=2015-02-26&SellerId=MERCHANT_ID&SignatureMethod=HmacSHA256&SignatureVersion=2&Timestamp=2015-03-28T18%3A12%3A01Z&Version=2010-10-01&Signature=nVknTgziJaUWs6bYX%2FRjykhYNvz3r6CQtOUajGBD3cc%3D
|
317
315
|
body:
|
318
316
|
encoding: US-ASCII
|
319
317
|
string: ''
|
320
318
|
headers:
|
321
319
|
User-Agent:
|
322
|
-
- Jeff/1.0
|
320
|
+
- Jeff/1.2.0 (Language=Ruby; Hakans-MacBook-Pro.local)
|
323
321
|
response:
|
324
322
|
status:
|
325
323
|
code: 200
|
326
324
|
message:
|
327
325
|
headers:
|
328
326
|
Date:
|
329
|
-
-
|
327
|
+
- Sat, 28 Mar 2015 18:12:02 GMT
|
330
328
|
Server:
|
331
329
|
- AmazonMWS
|
332
330
|
x-mws-request-id:
|
333
|
-
-
|
331
|
+
- 32c50063-f3b5-4aef-8d2a-eb8ad14b2fc7
|
334
332
|
x-mws-timestamp:
|
335
|
-
- '
|
333
|
+
- '2015-03-28T18:12:02.497Z'
|
336
334
|
x-mws-response-context:
|
337
|
-
-
|
335
|
+
- c3vPpNAr0FIC6NN/sl0e025Ae3eu7Rzn3c8IgqVX7xGtDj65ZaOntpsP8DUOBUBOesZfk/Nqx8s=
|
338
336
|
Content-Type:
|
339
|
-
- text/xml
|
337
|
+
- text/xml;charset=utf-8
|
340
338
|
Content-Length:
|
341
|
-
- '
|
339
|
+
- '322'
|
342
340
|
Vary:
|
343
341
|
- User-Agent
|
344
342
|
body:
|
345
343
|
encoding: UTF-8
|
346
344
|
string: |
|
347
|
-
|
348
|
-
|
349
|
-
|
350
|
-
|
351
|
-
<Timestamp>2014-08-12T11:38:26.340Z</Timestamp>
|
352
|
-
</GetServiceStatusResult>
|
345
|
+
<ListInventorySupplyResponse xmlns="http://mws.amazonaws.com/FulfillmentInventory/2010-10-01/">
|
346
|
+
<ListInventorySupplyResult>
|
347
|
+
<InventorySupplyList/>
|
348
|
+
</ListInventorySupplyResult>
|
353
349
|
<ResponseMetadata>
|
354
|
-
<RequestId>
|
350
|
+
<RequestId>32c50063-f3b5-4aef-8d2a-eb8ad14b2fc7</RequestId>
|
355
351
|
</ResponseMetadata>
|
356
|
-
</
|
352
|
+
</ListInventorySupplyResponse>
|
357
353
|
http_version:
|
358
|
-
recorded_at:
|
359
|
-
recorded_with: VCR 2.9.
|
354
|
+
recorded_at: Sat, 28 Mar 2015 18:12:02 GMT
|
355
|
+
recorded_with: VCR 2.9.3
|