peddler 1.3.0 → 1.4.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.
Files changed (80) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +8 -22
  3. data/lib/mws/fulfillment_outbound_shipment/client.rb +12 -5
  4. data/lib/mws/merchant_fulfillment/client.rb +2 -2
  5. data/lib/mws/orders/client.rb +9 -1
  6. data/lib/mws/products/client.rb +14 -1
  7. data/lib/mws/reports/client.rb +1 -1
  8. data/lib/mws.rb +0 -3
  9. data/lib/peddler/client.rb +12 -19
  10. data/lib/peddler/errors/builder.rb +20 -0
  11. data/lib/peddler/errors/error.rb +13 -0
  12. data/lib/peddler/errors/handler.rb +45 -0
  13. data/lib/peddler/errors/parser.rb +28 -0
  14. data/lib/peddler/flat_file_parser.rb +1 -1
  15. data/lib/peddler/marketplace.rb +2 -2
  16. data/lib/peddler/parser.rb +0 -1
  17. data/lib/peddler/structured_list.rb +1 -0
  18. data/lib/peddler/version.rb +1 -1
  19. data/lib/peddler/xml_parser.rb +1 -1
  20. data/test/helper.rb +1 -82
  21. data/test/integration/test_errors.rb +36 -0
  22. data/test/integration/test_feeds.rb +1 -1
  23. data/test/integration/test_fulfillment_inbound_shipment.rb +1 -1
  24. data/test/integration/test_fulfillment_inventory.rb +1 -1
  25. data/test/integration/test_fulfillment_outbound_shipment.rb +1 -1
  26. data/test/integration/test_merchant_fulfillment.rb +1 -1
  27. data/test/integration/test_off_amazon_payments.rb +1 -1
  28. data/test/integration/test_orders.rb +3 -1
  29. data/test/integration/test_products.rb +1 -1
  30. data/test/integration/test_recommendations.rb +2 -4
  31. data/test/integration/test_reports.rb +1 -1
  32. data/test/integration/test_sellers.rb +1 -1
  33. data/test/integration/test_subscriptions.rb +1 -1
  34. data/test/integration_helper.rb +41 -0
  35. data/test/mws.yml +28 -8
  36. data/test/mws.yml.example +21 -1
  37. data/test/recorder.rb +34 -0
  38. data/test/unit/mws/test_fulfillment_inbound_shipment_client.rb +2 -1
  39. data/test/unit/mws/test_fulfillment_outbound_shipment_client.rb +9 -2
  40. data/test/unit/mws/test_orders_client.rb +12 -0
  41. data/test/unit/mws/test_products_client.rb +37 -0
  42. data/test/unit/peddler/errors/test_builder.rb +16 -0
  43. data/test/unit/peddler/errors/test_error.rb +16 -0
  44. data/test/unit/peddler/errors/test_handler.rb +60 -0
  45. data/test/unit/peddler/{test_error_parser.rb → errors/test_parser.rb} +3 -3
  46. data/test/unit/peddler/test_client.rb +3 -3
  47. data/test/unit/peddler/test_flat_file_parser.rb +39 -30
  48. data/test/unit/peddler/test_structured_list.rb +5 -0
  49. data/test/unit/peddler/test_vcr_matcher.rb +4 -0
  50. data/test/unit/test_mws.rb +1 -1
  51. data/test/vcr_cassettes/CartInformation.yml +263 -13
  52. data/test/vcr_cassettes/CustomerInformation.yml +255 -5
  53. data/test/vcr_cassettes/Errors.yml +885 -0
  54. data/test/vcr_cassettes/Feeds.yml +5588 -17
  55. data/test/vcr_cassettes/FulfillmentInboundShipment.yml +3474 -39
  56. data/test/vcr_cassettes/FulfillmentInventory.yml +504 -9
  57. data/test/vcr_cassettes/FulfillmentOutboundShipment.yml +255 -5
  58. data/test/vcr_cassettes/MerchantFulfillment.yml +254 -4
  59. data/test/vcr_cassettes/OffAmazonPayments.yml +255 -5
  60. data/test/vcr_cassettes/Orders.yml +2696 -36
  61. data/test/vcr_cassettes/Products.yml +5534 -180
  62. data/test/vcr_cassettes/Recommendations.yml +847 -9
  63. data/test/vcr_cassettes/Reports.yml +3994 -101
  64. data/test/vcr_cassettes/Sellers.yml +255 -5
  65. data/test/vcr_cassettes/Subscriptions.yml +875 -13
  66. metadata +37 -27
  67. data/lib/mws/cart_information/client.rb +0 -74
  68. data/lib/mws/cart_information.rb +0 -1
  69. data/lib/mws/customer_information/client.rb +0 -80
  70. data/lib/mws/customer_information.rb +0 -1
  71. data/lib/mws/webstore/client.rb +0 -89
  72. data/lib/mws/webstore.rb +0 -1
  73. data/lib/peddler/error_parser.rb +0 -26
  74. data/test/integration/test_cart_information.rb +0 -11
  75. data/test/integration/test_customer_information.rb +0 -11
  76. data/test/integration/test_webstore.rb +0 -18
  77. data/test/unit/mws/test_cart_information_client.rb +0 -61
  78. data/test/unit/mws/test_customer_information_client.rb +0 -59
  79. data/test/unit/mws/test_webstore_client.rb +0 -101
  80. data/test/vcr_cassettes/Webstore.yml +0 -383
@@ -5,14 +5,14 @@ http_interactions:
5
5
  uri: https://mws.amazonservices.ca/
6
6
  body:
7
7
  encoding: US-ASCII
8
- string: AWSAccessKeyId=AWS_ACCESS_KEY_ID&Action=GetReportScheduleList&SellerId=MERCHANT_ID&SignatureMethod=HmacSHA256&SignatureVersion=2&Timestamp=2015-03-28T18%3A37%3A41Z&Version=2009-01-01&Signature=kHIcbGPHmTzzULUvm8xqib1JzrwQ126aTkq%2F5yfNl18%3D
8
+ string: AWSAccessKeyId=FILTERED&Action=GetReportScheduleList&SellerId=FILTERED&SignatureMethod=HmacSHA256&SignatureVersion=2&Timestamp=2015-03-28T18%3A37%3A41Z&Version=2009-01-01&Signature=kHIcbGPHmTzzULUvm8xqib1JzrwQ126aTkq%2F5yfNl18%3D
9
9
  headers:
10
10
  User-Agent:
11
11
  - Jeff/1.2.0 (Language=Ruby; Hakans-MacBook-Pro.local)
12
12
  response:
13
13
  status:
14
14
  code: 200
15
- message:
15
+ message:
16
16
  headers:
17
17
  Date:
18
18
  - Sat, 28 Mar 2015 18:37:41 GMT
@@ -54,21 +54,21 @@ http_interactions:
54
54
  <RequestId>518ce2d2-5e78-4841-9f57-13ce9775d839</RequestId>
55
55
  </ResponseMetadata>
56
56
  </GetReportScheduleListResponse>
57
- http_version:
57
+ http_version:
58
58
  recorded_at: Sat, 28 Mar 2015 18:37:42 GMT
59
59
  - request:
60
60
  method: post
61
61
  uri: https://mws-eu.amazonservices.com/
62
62
  body:
63
63
  encoding: US-ASCII
64
- string: AWSAccessKeyId=AWS_ACCESS_KEY_ID&Action=GetReportScheduleList&SellerId=MERCHANT_ID&SignatureMethod=HmacSHA256&SignatureVersion=2&Timestamp=2015-03-28T18%3A37%3A42Z&Version=2009-01-01&Signature=cT%2FX%2BZh8SVDMuc0QHaNJBLIFDpfudRBJVFxI%2Bo%2BC2mM%3D
64
+ string: AWSAccessKeyId=FILTERED&Action=GetReportScheduleList&SellerId=FILTERED&SignatureMethod=HmacSHA256&SignatureVersion=2&Timestamp=2015-03-28T18%3A37%3A42Z&Version=2009-01-01&Signature=cT%2FX%2BZh8SVDMuc0QHaNJBLIFDpfudRBJVFxI%2Bo%2BC2mM%3D
65
65
  headers:
66
66
  User-Agent:
67
67
  - Jeff/1.2.0 (Language=Ruby; Hakans-MacBook-Pro.local)
68
68
  response:
69
69
  status:
70
70
  code: 200
71
- message:
71
+ message:
72
72
  headers:
73
73
  Date:
74
74
  - Sat, 28 Mar 2015 18:37:42 GMT
@@ -110,21 +110,21 @@ http_interactions:
110
110
  <RequestId>66527a55-6cfc-403a-8e75-917f52655499</RequestId>
111
111
  </ResponseMetadata>
112
112
  </GetReportScheduleListResponse>
113
- http_version:
113
+ http_version:
114
114
  recorded_at: Sat, 28 Mar 2015 18:37:42 GMT
115
115
  - request:
116
116
  method: post
117
117
  uri: https://mws.amazonservices.jp/
118
118
  body:
119
119
  encoding: US-ASCII
120
- string: AWSAccessKeyId=AWS_ACCESS_KEY_ID&Action=GetReportScheduleList&SellerId=MERCHANT_ID&SignatureMethod=HmacSHA256&SignatureVersion=2&Timestamp=2015-03-28T18%3A37%3A42Z&Version=2009-01-01&Signature=Z%2F7fW9rOqjMxUK2MbqUL%2BTJlRAlC9BrI7NBrDbqCSiU%3D
120
+ string: AWSAccessKeyId=FILTERED&Action=GetReportScheduleList&SellerId=FILTERED&SignatureMethod=HmacSHA256&SignatureVersion=2&Timestamp=2015-03-28T18%3A37%3A42Z&Version=2009-01-01&Signature=Z%2F7fW9rOqjMxUK2MbqUL%2BTJlRAlC9BrI7NBrDbqCSiU%3D
121
121
  headers:
122
122
  User-Agent:
123
123
  - Jeff/1.2.0 (Language=Ruby; Hakans-MacBook-Pro.local)
124
124
  response:
125
125
  status:
126
126
  code: 200
127
- message:
127
+ message:
128
128
  headers:
129
129
  Date:
130
130
  - Sat, 28 Mar 2015 18:37:43 GMT
@@ -171,21 +171,21 @@ http_interactions:
171
171
  <RequestId>5e63989f-d06e-49e5-a159-f495e6e35eb4</RequestId>
172
172
  </ResponseMetadata>
173
173
  </GetReportScheduleListResponse>
174
- http_version:
174
+ http_version:
175
175
  recorded_at: Sat, 28 Mar 2015 18:37:43 GMT
176
176
  - request:
177
177
  method: post
178
178
  uri: https://mws.amazonservices.com/
179
179
  body:
180
180
  encoding: US-ASCII
181
- string: AWSAccessKeyId=AWS_ACCESS_KEY_ID&Action=GetReportScheduleList&SellerId=MERCHANT_ID&SignatureMethod=HmacSHA256&SignatureVersion=2&Timestamp=2015-03-28T18%3A37%3A43Z&Version=2009-01-01&Signature=XJMc8Cf5OSEl869ON0Dfe6q1JyMgcNHWIZR9n1N3hS4%3D
181
+ string: AWSAccessKeyId=FILTERED&Action=GetReportScheduleList&SellerId=FILTERED&SignatureMethod=HmacSHA256&SignatureVersion=2&Timestamp=2015-03-28T18%3A37%3A43Z&Version=2009-01-01&Signature=XJMc8Cf5OSEl869ON0Dfe6q1JyMgcNHWIZR9n1N3hS4%3D
182
182
  headers:
183
183
  User-Agent:
184
184
  - Jeff/1.2.0 (Language=Ruby; Hakans-MacBook-Pro.local)
185
185
  response:
186
186
  status:
187
187
  code: 200
188
- message:
188
+ message:
189
189
  headers:
190
190
  Date:
191
191
  - Sat, 28 Mar 2015 18:37:44 GMT
@@ -227,21 +227,21 @@ http_interactions:
227
227
  <RequestId>98740169-f5cb-4e39-85dc-f6056c08da98</RequestId>
228
228
  </ResponseMetadata>
229
229
  </GetReportScheduleListResponse>
230
- http_version:
230
+ http_version:
231
231
  recorded_at: Sat, 28 Mar 2015 18:37:44 GMT
232
232
  - request:
233
233
  method: post
234
234
  uri: https://mws.amazonservices.ca/
235
235
  body:
236
236
  encoding: US-ASCII
237
- string: AWSAccessKeyId=AWS_ACCESS_KEY_ID&Action=GetReportScheduleCount&SellerId=MERCHANT_ID&SignatureMethod=HmacSHA256&SignatureVersion=2&Timestamp=2015-03-28T18%3A37%3A44Z&Version=2009-01-01&Signature=jEOFGX4BxwarQvG50NrCAuyWpjnFA5d4gXYs1HAoVQI%3D
237
+ string: AWSAccessKeyId=FILTERED&Action=GetReportScheduleCount&SellerId=FILTERED&SignatureMethod=HmacSHA256&SignatureVersion=2&Timestamp=2015-03-28T18%3A37%3A44Z&Version=2009-01-01&Signature=jEOFGX4BxwarQvG50NrCAuyWpjnFA5d4gXYs1HAoVQI%3D
238
238
  headers:
239
239
  User-Agent:
240
240
  - Jeff/1.2.0 (Language=Ruby; Hakans-MacBook-Pro.local)
241
241
  response:
242
242
  status:
243
243
  code: 200
244
- message:
244
+ message:
245
245
  headers:
246
246
  Date:
247
247
  - Sat, 28 Mar 2015 18:37:44 GMT
@@ -283,21 +283,21 @@ http_interactions:
283
283
  <RequestId>52efcd0a-61c5-44cd-b30b-faf4c032a71f</RequestId>
284
284
  </ResponseMetadata>
285
285
  </GetReportScheduleCountResponse>
286
- http_version:
286
+ http_version:
287
287
  recorded_at: Sat, 28 Mar 2015 18:37:44 GMT
288
288
  - request:
289
289
  method: post
290
290
  uri: https://mws-eu.amazonservices.com/
291
291
  body:
292
292
  encoding: US-ASCII
293
- string: AWSAccessKeyId=AWS_ACCESS_KEY_ID&Action=GetReportScheduleCount&SellerId=MERCHANT_ID&SignatureMethod=HmacSHA256&SignatureVersion=2&Timestamp=2015-03-28T18%3A37%3A44Z&Version=2009-01-01&Signature=VZaahSRen9%2FQSf1rib6xDEmKWNqzt8nm2AtZeRhU3e4%3D
293
+ string: AWSAccessKeyId=FILTERED&Action=GetReportScheduleCount&SellerId=FILTERED&SignatureMethod=HmacSHA256&SignatureVersion=2&Timestamp=2015-03-28T18%3A37%3A44Z&Version=2009-01-01&Signature=VZaahSRen9%2FQSf1rib6xDEmKWNqzt8nm2AtZeRhU3e4%3D
294
294
  headers:
295
295
  User-Agent:
296
296
  - Jeff/1.2.0 (Language=Ruby; Hakans-MacBook-Pro.local)
297
297
  response:
298
298
  status:
299
299
  code: 200
300
- message:
300
+ message:
301
301
  headers:
302
302
  Date:
303
303
  - Sat, 28 Mar 2015 18:37:44 GMT
@@ -339,21 +339,21 @@ http_interactions:
339
339
  <RequestId>6b3ff707-837d-4115-beab-aee0916046b9</RequestId>
340
340
  </ResponseMetadata>
341
341
  </GetReportScheduleCountResponse>
342
- http_version:
342
+ http_version:
343
343
  recorded_at: Sat, 28 Mar 2015 18:37:45 GMT
344
344
  - request:
345
345
  method: post
346
346
  uri: https://mws.amazonservices.jp/
347
347
  body:
348
348
  encoding: US-ASCII
349
- string: AWSAccessKeyId=AWS_ACCESS_KEY_ID&Action=GetReportScheduleCount&SellerId=MERCHANT_ID&SignatureMethod=HmacSHA256&SignatureVersion=2&Timestamp=2015-03-28T18%3A37%3A45Z&Version=2009-01-01&Signature=8I6Fy9JRrcnlg7te5FkIJkT%2BDB7lzaDUMDqy2VubxoY%3D
349
+ string: AWSAccessKeyId=FILTERED&Action=GetReportScheduleCount&SellerId=FILTERED&SignatureMethod=HmacSHA256&SignatureVersion=2&Timestamp=2015-03-28T18%3A37%3A45Z&Version=2009-01-01&Signature=8I6Fy9JRrcnlg7te5FkIJkT%2BDB7lzaDUMDqy2VubxoY%3D
350
350
  headers:
351
351
  User-Agent:
352
352
  - Jeff/1.2.0 (Language=Ruby; Hakans-MacBook-Pro.local)
353
353
  response:
354
354
  status:
355
355
  code: 200
356
- message:
356
+ message:
357
357
  headers:
358
358
  Date:
359
359
  - Sat, 28 Mar 2015 18:37:44 GMT
@@ -395,21 +395,21 @@ http_interactions:
395
395
  <RequestId>41959e07-9126-4945-927e-c40085d8e95e</RequestId>
396
396
  </ResponseMetadata>
397
397
  </GetReportScheduleCountResponse>
398
- http_version:
398
+ http_version:
399
399
  recorded_at: Sat, 28 Mar 2015 18:37:45 GMT
400
400
  - request:
401
401
  method: post
402
402
  uri: https://mws.amazonservices.com/
403
403
  body:
404
404
  encoding: US-ASCII
405
- string: AWSAccessKeyId=AWS_ACCESS_KEY_ID&Action=GetReportScheduleCount&SellerId=MERCHANT_ID&SignatureMethod=HmacSHA256&SignatureVersion=2&Timestamp=2015-03-28T18%3A37%3A45Z&Version=2009-01-01&Signature=Vng9BXfmYCn2%2FxpXjxrCHYlGfdiI2Oa3TeeiDzmVEno%3D
405
+ string: AWSAccessKeyId=FILTERED&Action=GetReportScheduleCount&SellerId=FILTERED&SignatureMethod=HmacSHA256&SignatureVersion=2&Timestamp=2015-03-28T18%3A37%3A45Z&Version=2009-01-01&Signature=Vng9BXfmYCn2%2FxpXjxrCHYlGfdiI2Oa3TeeiDzmVEno%3D
406
406
  headers:
407
407
  User-Agent:
408
408
  - Jeff/1.2.0 (Language=Ruby; Hakans-MacBook-Pro.local)
409
409
  response:
410
410
  status:
411
411
  code: 200
412
- message:
412
+ message:
413
413
  headers:
414
414
  Date:
415
415
  - Sat, 28 Mar 2015 18:37:46 GMT
@@ -451,21 +451,21 @@ http_interactions:
451
451
  <RequestId>517296f6-e6bf-4d56-ab44-77d2b6c4c1f0</RequestId>
452
452
  </ResponseMetadata>
453
453
  </GetReportScheduleCountResponse>
454
- http_version:
454
+ http_version:
455
455
  recorded_at: Sat, 28 Mar 2015 18:37:46 GMT
456
456
  - request:
457
457
  method: post
458
458
  uri: https://mws.amazonservices.ca/
459
459
  body:
460
460
  encoding: US-ASCII
461
- string: AWSAccessKeyId=AWS_ACCESS_KEY_ID&Action=GetReportRequestList&SellerId=MERCHANT_ID&SignatureMethod=HmacSHA256&SignatureVersion=2&Timestamp=2015-03-28T18%3A37%3A46Z&Version=2009-01-01&Signature=I2gq9xrmeLzUIwAVskuSlT5v%2Fgg2iPM1GDwnf82Okdg%3D
461
+ string: AWSAccessKeyId=FILTERED&Action=GetReportRequestList&SellerId=FILTERED&SignatureMethod=HmacSHA256&SignatureVersion=2&Timestamp=2015-03-28T18%3A37%3A46Z&Version=2009-01-01&Signature=I2gq9xrmeLzUIwAVskuSlT5v%2Fgg2iPM1GDwnf82Okdg%3D
462
462
  headers:
463
463
  User-Agent:
464
464
  - Jeff/1.2.0 (Language=Ruby; Hakans-MacBook-Pro.local)
465
465
  response:
466
466
  status:
467
467
  code: 200
468
- message:
468
+ message:
469
469
  headers:
470
470
  Date:
471
471
  - Sat, 28 Mar 2015 18:37:46 GMT
@@ -628,21 +628,21 @@ http_interactions:
628
628
  <RequestId>c86c165b-d03e-4f89-a45c-5f059fff30a4</RequestId>
629
629
  </ResponseMetadata>
630
630
  </GetReportRequestListResponse>
631
- http_version:
631
+ http_version:
632
632
  recorded_at: Sat, 28 Mar 2015 18:37:47 GMT
633
633
  - request:
634
634
  method: post
635
635
  uri: https://mws-eu.amazonservices.com/
636
636
  body:
637
637
  encoding: US-ASCII
638
- string: AWSAccessKeyId=AWS_ACCESS_KEY_ID&Action=GetReportRequestList&SellerId=MERCHANT_ID&SignatureMethod=HmacSHA256&SignatureVersion=2&Timestamp=2015-03-28T18%3A37%3A47Z&Version=2009-01-01&Signature=rCBJq67ioxcf5eBb4%2Fh15qHlv0EL%2F40EvN8Ult8Lx1Y%3D
638
+ string: AWSAccessKeyId=FILTERED&Action=GetReportRequestList&SellerId=FILTERED&SignatureMethod=HmacSHA256&SignatureVersion=2&Timestamp=2015-03-28T18%3A37%3A47Z&Version=2009-01-01&Signature=rCBJq67ioxcf5eBb4%2Fh15qHlv0EL%2F40EvN8Ult8Lx1Y%3D
639
639
  headers:
640
640
  User-Agent:
641
641
  - Jeff/1.2.0 (Language=Ruby; Hakans-MacBook-Pro.local)
642
642
  response:
643
643
  status:
644
644
  code: 200
645
- message:
645
+ message:
646
646
  headers:
647
647
  Date:
648
648
  - Sat, 28 Mar 2015 18:37:46 GMT
@@ -805,21 +805,21 @@ http_interactions:
805
805
  <RequestId>75a70063-ac0b-4616-afa6-9623f5eb4da0</RequestId>
806
806
  </ResponseMetadata>
807
807
  </GetReportRequestListResponse>
808
- http_version:
808
+ http_version:
809
809
  recorded_at: Sat, 28 Mar 2015 18:37:47 GMT
810
810
  - request:
811
811
  method: post
812
812
  uri: https://mws.amazonservices.jp/
813
813
  body:
814
814
  encoding: US-ASCII
815
- string: AWSAccessKeyId=AWS_ACCESS_KEY_ID&Action=GetReportRequestList&SellerId=MERCHANT_ID&SignatureMethod=HmacSHA256&SignatureVersion=2&Timestamp=2015-03-28T18%3A37%3A47Z&Version=2009-01-01&Signature=aE9BrxPtE0KcrAadDq3MyGSV5Is0ENqQQ3CyF1P52Fc%3D
815
+ string: AWSAccessKeyId=FILTERED&Action=GetReportRequestList&SellerId=FILTERED&SignatureMethod=HmacSHA256&SignatureVersion=2&Timestamp=2015-03-28T18%3A37%3A47Z&Version=2009-01-01&Signature=aE9BrxPtE0KcrAadDq3MyGSV5Is0ENqQQ3CyF1P52Fc%3D
816
816
  headers:
817
817
  User-Agent:
818
818
  - Jeff/1.2.0 (Language=Ruby; Hakans-MacBook-Pro.local)
819
819
  response:
820
820
  status:
821
821
  code: 200
822
- message:
822
+ message:
823
823
  headers:
824
824
  Date:
825
825
  - Sat, 28 Mar 2015 18:37:47 GMT
@@ -982,21 +982,21 @@ http_interactions:
982
982
  <RequestId>19f077f4-ed6b-47c4-9635-32d486e44479</RequestId>
983
983
  </ResponseMetadata>
984
984
  </GetReportRequestListResponse>
985
- http_version:
985
+ http_version:
986
986
  recorded_at: Sat, 28 Mar 2015 18:37:48 GMT
987
987
  - request:
988
988
  method: post
989
989
  uri: https://mws.amazonservices.com/
990
990
  body:
991
991
  encoding: US-ASCII
992
- string: AWSAccessKeyId=AWS_ACCESS_KEY_ID&Action=GetReportRequestList&SellerId=MERCHANT_ID&SignatureMethod=HmacSHA256&SignatureVersion=2&Timestamp=2015-03-28T18%3A37%3A48Z&Version=2009-01-01&Signature=2qyfeVRKkotByv34HOsBOCsZ5ZpdCPieWxRoB8l9mT8%3D
992
+ string: AWSAccessKeyId=FILTERED&Action=GetReportRequestList&SellerId=FILTERED&SignatureMethod=HmacSHA256&SignatureVersion=2&Timestamp=2015-03-28T18%3A37%3A48Z&Version=2009-01-01&Signature=2qyfeVRKkotByv34HOsBOCsZ5ZpdCPieWxRoB8l9mT8%3D
993
993
  headers:
994
994
  User-Agent:
995
995
  - Jeff/1.2.0 (Language=Ruby; Hakans-MacBook-Pro.local)
996
996
  response:
997
997
  status:
998
998
  code: 200
999
- message:
999
+ message:
1000
1000
  headers:
1001
1001
  Date:
1002
1002
  - Sat, 28 Mar 2015 18:37:48 GMT
@@ -1159,21 +1159,21 @@ http_interactions:
1159
1159
  <RequestId>5f007cca-4ebb-43cb-ab63-7af1b3ccc3fe</RequestId>
1160
1160
  </ResponseMetadata>
1161
1161
  </GetReportRequestListResponse>
1162
- http_version:
1162
+ http_version:
1163
1163
  recorded_at: Sat, 28 Mar 2015 18:37:48 GMT
1164
1164
  - request:
1165
1165
  method: post
1166
1166
  uri: https://mws.amazonservices.ca/
1167
1167
  body:
1168
1168
  encoding: US-ASCII
1169
- string: AWSAccessKeyId=AWS_ACCESS_KEY_ID&Action=GetReportCount&SellerId=MERCHANT_ID&SignatureMethod=HmacSHA256&SignatureVersion=2&Timestamp=2015-03-28T18%3A37%3A48Z&Version=2009-01-01&Signature=feQhTsNnKwDGaemrazepDHyxiFukGXDe6%2Fyr%2BjQ4MPs%3D
1169
+ string: AWSAccessKeyId=FILTERED&Action=GetReportCount&SellerId=FILTERED&SignatureMethod=HmacSHA256&SignatureVersion=2&Timestamp=2015-03-28T18%3A37%3A48Z&Version=2009-01-01&Signature=feQhTsNnKwDGaemrazepDHyxiFukGXDe6%2Fyr%2BjQ4MPs%3D
1170
1170
  headers:
1171
1171
  User-Agent:
1172
1172
  - Jeff/1.2.0 (Language=Ruby; Hakans-MacBook-Pro.local)
1173
1173
  response:
1174
1174
  status:
1175
1175
  code: 200
1176
- message:
1176
+ message:
1177
1177
  headers:
1178
1178
  Date:
1179
1179
  - Sat, 28 Mar 2015 18:37:50 GMT
@@ -1215,21 +1215,21 @@ http_interactions:
1215
1215
  <RequestId>98b9082d-5200-4a83-9aa9-c9124f0b7d0c</RequestId>
1216
1216
  </ResponseMetadata>
1217
1217
  </GetReportCountResponse>
1218
- http_version:
1218
+ http_version:
1219
1219
  recorded_at: Sat, 28 Mar 2015 18:37:51 GMT
1220
1220
  - request:
1221
1221
  method: post
1222
1222
  uri: https://mws-eu.amazonservices.com/
1223
1223
  body:
1224
1224
  encoding: US-ASCII
1225
- string: AWSAccessKeyId=AWS_ACCESS_KEY_ID&Action=GetReportCount&SellerId=MERCHANT_ID&SignatureMethod=HmacSHA256&SignatureVersion=2&Timestamp=2015-03-28T18%3A37%3A51Z&Version=2009-01-01&Signature=PO5QPpRSaCpAx7NVr%2FexhTh%2FaCquxF7SipZVYzyLtpc%3D
1225
+ string: AWSAccessKeyId=FILTERED&Action=GetReportCount&SellerId=FILTERED&SignatureMethod=HmacSHA256&SignatureVersion=2&Timestamp=2015-03-28T18%3A37%3A51Z&Version=2009-01-01&Signature=PO5QPpRSaCpAx7NVr%2FexhTh%2FaCquxF7SipZVYzyLtpc%3D
1226
1226
  headers:
1227
1227
  User-Agent:
1228
1228
  - Jeff/1.2.0 (Language=Ruby; Hakans-MacBook-Pro.local)
1229
1229
  response:
1230
1230
  status:
1231
1231
  code: 200
1232
- message:
1232
+ message:
1233
1233
  headers:
1234
1234
  Date:
1235
1235
  - Sat, 28 Mar 2015 18:37:53 GMT
@@ -1271,21 +1271,21 @@ http_interactions:
1271
1271
  <RequestId>59f0f90a-51ec-4887-ae0b-7f998d264583</RequestId>
1272
1272
  </ResponseMetadata>
1273
1273
  </GetReportCountResponse>
1274
- http_version:
1274
+ http_version:
1275
1275
  recorded_at: Sat, 28 Mar 2015 18:37:54 GMT
1276
1276
  - request:
1277
1277
  method: post
1278
1278
  uri: https://mws.amazonservices.jp/
1279
1279
  body:
1280
1280
  encoding: US-ASCII
1281
- string: AWSAccessKeyId=AWS_ACCESS_KEY_ID&Action=GetReportCount&SellerId=MERCHANT_ID&SignatureMethod=HmacSHA256&SignatureVersion=2&Timestamp=2015-03-28T18%3A37%3A54Z&Version=2009-01-01&Signature=9y17c8lIiHJqvAIFr%2F0yBt1iZu9ZU0SMtQeqSeVOa4U%3D
1281
+ string: AWSAccessKeyId=FILTERED&Action=GetReportCount&SellerId=FILTERED&SignatureMethod=HmacSHA256&SignatureVersion=2&Timestamp=2015-03-28T18%3A37%3A54Z&Version=2009-01-01&Signature=9y17c8lIiHJqvAIFr%2F0yBt1iZu9ZU0SMtQeqSeVOa4U%3D
1282
1282
  headers:
1283
1283
  User-Agent:
1284
1284
  - Jeff/1.2.0 (Language=Ruby; Hakans-MacBook-Pro.local)
1285
1285
  response:
1286
1286
  status:
1287
1287
  code: 200
1288
- message:
1288
+ message:
1289
1289
  headers:
1290
1290
  Date:
1291
1291
  - Sat, 28 Mar 2015 18:38:22 GMT
@@ -1327,21 +1327,21 @@ http_interactions:
1327
1327
  <RequestId>3aab589e-5736-4350-808f-7245911d5e7f</RequestId>
1328
1328
  </ResponseMetadata>
1329
1329
  </GetReportCountResponse>
1330
- http_version:
1330
+ http_version:
1331
1331
  recorded_at: Sat, 28 Mar 2015 18:38:22 GMT
1332
1332
  - request:
1333
1333
  method: post
1334
1334
  uri: https://mws.amazonservices.com/
1335
1335
  body:
1336
1336
  encoding: US-ASCII
1337
- string: AWSAccessKeyId=AWS_ACCESS_KEY_ID&Action=GetReportCount&SellerId=MERCHANT_ID&SignatureMethod=HmacSHA256&SignatureVersion=2&Timestamp=2015-03-28T18%3A38%3A22Z&Version=2009-01-01&Signature=%2BEQlnhBvws%2Bna%2FXIHuAm8NaraZh8%2BxaGZ5nSpemDYZQ%3D
1337
+ string: AWSAccessKeyId=FILTERED&Action=GetReportCount&SellerId=FILTERED&SignatureMethod=HmacSHA256&SignatureVersion=2&Timestamp=2015-03-28T18%3A38%3A22Z&Version=2009-01-01&Signature=%2BEQlnhBvws%2Bna%2FXIHuAm8NaraZh8%2BxaGZ5nSpemDYZQ%3D
1338
1338
  headers:
1339
1339
  User-Agent:
1340
1340
  - Jeff/1.2.0 (Language=Ruby; Hakans-MacBook-Pro.local)
1341
1341
  response:
1342
1342
  status:
1343
1343
  code: 200
1344
- message:
1344
+ message:
1345
1345
  headers:
1346
1346
  Date:
1347
1347
  - Sat, 28 Mar 2015 18:38:23 GMT
@@ -1383,21 +1383,21 @@ http_interactions:
1383
1383
  <RequestId>12636683-6a2a-4281-b1ca-1cdd6e0ecb2a</RequestId>
1384
1384
  </ResponseMetadata>
1385
1385
  </GetReportCountResponse>
1386
- http_version:
1386
+ http_version:
1387
1387
  recorded_at: Sat, 28 Mar 2015 18:38:23 GMT
1388
1388
  - request:
1389
1389
  method: post
1390
1390
  uri: https://mws.amazonservices.ca/
1391
1391
  body:
1392
1392
  encoding: US-ASCII
1393
- string: AWSAccessKeyId=AWS_ACCESS_KEY_ID&Action=GetReportList&SellerId=MERCHANT_ID&SignatureMethod=HmacSHA256&SignatureVersion=2&Timestamp=2015-03-28T18%3A38%3A23Z&Version=2009-01-01&Signature=oyWxc5mGmlp8I94g3ehwEYUKMqt9CE19tSMx6%2FCjxtc%3D
1393
+ string: AWSAccessKeyId=FILTERED&Action=GetReportList&SellerId=FILTERED&SignatureMethod=HmacSHA256&SignatureVersion=2&Timestamp=2015-03-28T18%3A38%3A23Z&Version=2009-01-01&Signature=oyWxc5mGmlp8I94g3ehwEYUKMqt9CE19tSMx6%2FCjxtc%3D
1394
1394
  headers:
1395
1395
  User-Agent:
1396
1396
  - Jeff/1.2.0 (Language=Ruby; Hakans-MacBook-Pro.local)
1397
1397
  response:
1398
1398
  status:
1399
1399
  code: 200
1400
- message:
1400
+ message:
1401
1401
  headers:
1402
1402
  Date:
1403
1403
  - Sat, 28 Mar 2015 18:38:24 GMT
@@ -1510,21 +1510,21 @@ http_interactions:
1510
1510
  <RequestId>c203c7fa-7158-4829-95f1-62e3a019ee61</RequestId>
1511
1511
  </ResponseMetadata>
1512
1512
  </GetReportListResponse>
1513
- http_version:
1513
+ http_version:
1514
1514
  recorded_at: Sat, 28 Mar 2015 18:38:24 GMT
1515
1515
  - request:
1516
1516
  method: post
1517
1517
  uri: https://mws-eu.amazonservices.com/
1518
1518
  body:
1519
1519
  encoding: US-ASCII
1520
- string: AWSAccessKeyId=AWS_ACCESS_KEY_ID&Action=GetReportList&SellerId=MERCHANT_ID&SignatureMethod=HmacSHA256&SignatureVersion=2&Timestamp=2015-03-28T18%3A38%3A24Z&Version=2009-01-01&Signature=QarBy8Ru2VRVdK5pRkitRze4odgZVOxnsvYRmu5wQO8%3D
1520
+ string: AWSAccessKeyId=FILTERED&Action=GetReportList&SellerId=FILTERED&SignatureMethod=HmacSHA256&SignatureVersion=2&Timestamp=2015-03-28T18%3A38%3A24Z&Version=2009-01-01&Signature=QarBy8Ru2VRVdK5pRkitRze4odgZVOxnsvYRmu5wQO8%3D
1521
1521
  headers:
1522
1522
  User-Agent:
1523
1523
  - Jeff/1.2.0 (Language=Ruby; Hakans-MacBook-Pro.local)
1524
1524
  response:
1525
1525
  status:
1526
1526
  code: 200
1527
- message:
1527
+ message:
1528
1528
  headers:
1529
1529
  Date:
1530
1530
  - Sat, 28 Mar 2015 18:38:24 GMT
@@ -1637,21 +1637,21 @@ http_interactions:
1637
1637
  <RequestId>7e2d40fe-ffc2-457a-be28-b445d6cde9be</RequestId>
1638
1638
  </ResponseMetadata>
1639
1639
  </GetReportListResponse>
1640
- http_version:
1640
+ http_version:
1641
1641
  recorded_at: Sat, 28 Mar 2015 18:38:25 GMT
1642
1642
  - request:
1643
1643
  method: post
1644
1644
  uri: https://mws.amazonservices.jp/
1645
1645
  body:
1646
1646
  encoding: US-ASCII
1647
- string: AWSAccessKeyId=AWS_ACCESS_KEY_ID&Action=GetReportList&SellerId=MERCHANT_ID&SignatureMethod=HmacSHA256&SignatureVersion=2&Timestamp=2015-03-28T18%3A38%3A25Z&Version=2009-01-01&Signature=q1P0YOv%2FH6Zl62jQ8C66lWrVmbL%2BK6gAxp6%2FBfa1FM8%3D
1647
+ string: AWSAccessKeyId=FILTERED&Action=GetReportList&SellerId=FILTERED&SignatureMethod=HmacSHA256&SignatureVersion=2&Timestamp=2015-03-28T18%3A38%3A25Z&Version=2009-01-01&Signature=q1P0YOv%2FH6Zl62jQ8C66lWrVmbL%2BK6gAxp6%2FBfa1FM8%3D
1648
1648
  headers:
1649
1649
  User-Agent:
1650
1650
  - Jeff/1.2.0 (Language=Ruby; Hakans-MacBook-Pro.local)
1651
1651
  response:
1652
1652
  status:
1653
1653
  code: 200
1654
- message:
1654
+ message:
1655
1655
  headers:
1656
1656
  Date:
1657
1657
  - Sat, 28 Mar 2015 18:38:25 GMT
@@ -1764,21 +1764,21 @@ http_interactions:
1764
1764
  <RequestId>5cb77ecf-73d7-4dcf-84a0-c889c90c66cf</RequestId>
1765
1765
  </ResponseMetadata>
1766
1766
  </GetReportListResponse>
1767
- http_version:
1767
+ http_version:
1768
1768
  recorded_at: Sat, 28 Mar 2015 18:38:25 GMT
1769
1769
  - request:
1770
1770
  method: post
1771
1771
  uri: https://mws.amazonservices.com/
1772
1772
  body:
1773
1773
  encoding: US-ASCII
1774
- string: AWSAccessKeyId=AWS_ACCESS_KEY_ID&Action=GetReportList&SellerId=MERCHANT_ID&SignatureMethod=HmacSHA256&SignatureVersion=2&Timestamp=2015-03-28T18%3A38%3A25Z&Version=2009-01-01&Signature=TNqDk6mSvTifMMbuxT9pFpojDjIQlhmKjraassO7sXY%3D
1774
+ string: AWSAccessKeyId=FILTERED&Action=GetReportList&SellerId=FILTERED&SignatureMethod=HmacSHA256&SignatureVersion=2&Timestamp=2015-03-28T18%3A38%3A25Z&Version=2009-01-01&Signature=TNqDk6mSvTifMMbuxT9pFpojDjIQlhmKjraassO7sXY%3D
1775
1775
  headers:
1776
1776
  User-Agent:
1777
1777
  - Jeff/1.2.0 (Language=Ruby; Hakans-MacBook-Pro.local)
1778
1778
  response:
1779
1779
  status:
1780
1780
  code: 200
1781
- message:
1781
+ message:
1782
1782
  headers:
1783
1783
  Date:
1784
1784
  - Sat, 28 Mar 2015 18:38:26 GMT
@@ -1892,21 +1892,21 @@ http_interactions:
1892
1892
  <RequestId>2fb2a2a0-d754-4702-bab3-a882becd4f77</RequestId>
1893
1893
  </ResponseMetadata>
1894
1894
  </GetReportListResponse>
1895
- http_version:
1895
+ http_version:
1896
1896
  recorded_at: Sat, 28 Mar 2015 18:38:26 GMT
1897
1897
  - request:
1898
1898
  method: post
1899
1899
  uri: https://mws.amazonservices.ca/
1900
1900
  body:
1901
1901
  encoding: US-ASCII
1902
- string: AWSAccessKeyId=AWS_ACCESS_KEY_ID&Action=GetReportRequestCount&SellerId=MERCHANT_ID&SignatureMethod=HmacSHA256&SignatureVersion=2&Timestamp=2015-03-28T18%3A38%3A26Z&Version=2009-01-01&Signature=ifpDDcW1QxuZ6xM2oLdmSQeS5RrabB4vsDSwcRKE59k%3D
1902
+ string: AWSAccessKeyId=FILTERED&Action=GetReportRequestCount&SellerId=FILTERED&SignatureMethod=HmacSHA256&SignatureVersion=2&Timestamp=2015-03-28T18%3A38%3A26Z&Version=2009-01-01&Signature=ifpDDcW1QxuZ6xM2oLdmSQeS5RrabB4vsDSwcRKE59k%3D
1903
1903
  headers:
1904
1904
  User-Agent:
1905
1905
  - Jeff/1.2.0 (Language=Ruby; Hakans-MacBook-Pro.local)
1906
1906
  response:
1907
1907
  status:
1908
1908
  code: 200
1909
- message:
1909
+ message:
1910
1910
  headers:
1911
1911
  Date:
1912
1912
  - Sat, 28 Mar 2015 18:38:26 GMT
@@ -1948,21 +1948,21 @@ http_interactions:
1948
1948
  <RequestId>35c2c626-8989-45e8-bcfa-425795418953</RequestId>
1949
1949
  </ResponseMetadata>
1950
1950
  </GetReportRequestCountResponse>
1951
- http_version:
1951
+ http_version:
1952
1952
  recorded_at: Sat, 28 Mar 2015 18:38:27 GMT
1953
1953
  - request:
1954
1954
  method: post
1955
1955
  uri: https://mws-eu.amazonservices.com/
1956
1956
  body:
1957
1957
  encoding: US-ASCII
1958
- string: AWSAccessKeyId=AWS_ACCESS_KEY_ID&Action=GetReportRequestCount&SellerId=MERCHANT_ID&SignatureMethod=HmacSHA256&SignatureVersion=2&Timestamp=2015-03-28T18%3A38%3A27Z&Version=2009-01-01&Signature=rC3mOGoz1HW1K9UZviqF1xTGAKuT2ni%2FyJs1V%2FjvhLU%3D
1958
+ string: AWSAccessKeyId=FILTERED&Action=GetReportRequestCount&SellerId=FILTERED&SignatureMethod=HmacSHA256&SignatureVersion=2&Timestamp=2015-03-28T18%3A38%3A27Z&Version=2009-01-01&Signature=rC3mOGoz1HW1K9UZviqF1xTGAKuT2ni%2FyJs1V%2FjvhLU%3D
1959
1959
  headers:
1960
1960
  User-Agent:
1961
1961
  - Jeff/1.2.0 (Language=Ruby; Hakans-MacBook-Pro.local)
1962
1962
  response:
1963
1963
  status:
1964
1964
  code: 200
1965
- message:
1965
+ message:
1966
1966
  headers:
1967
1967
  Date:
1968
1968
  - Sat, 28 Mar 2015 18:38:26 GMT
@@ -2004,21 +2004,21 @@ http_interactions:
2004
2004
  <RequestId>4c328104-06ff-4213-8c1f-9c5abeed29d0</RequestId>
2005
2005
  </ResponseMetadata>
2006
2006
  </GetReportRequestCountResponse>
2007
- http_version:
2007
+ http_version:
2008
2008
  recorded_at: Sat, 28 Mar 2015 18:38:27 GMT
2009
2009
  - request:
2010
2010
  method: post
2011
2011
  uri: https://mws.amazonservices.jp/
2012
2012
  body:
2013
2013
  encoding: US-ASCII
2014
- string: AWSAccessKeyId=AWS_ACCESS_KEY_ID&Action=GetReportRequestCount&SellerId=MERCHANT_ID&SignatureMethod=HmacSHA256&SignatureVersion=2&Timestamp=2015-03-28T18%3A38%3A27Z&Version=2009-01-01&Signature=I3tnDr0Uv2W8gJHAWHpqJs4I1F1G1F%2FKL%2B1hUaAp1hk%3D
2014
+ string: AWSAccessKeyId=FILTERED&Action=GetReportRequestCount&SellerId=FILTERED&SignatureMethod=HmacSHA256&SignatureVersion=2&Timestamp=2015-03-28T18%3A38%3A27Z&Version=2009-01-01&Signature=I3tnDr0Uv2W8gJHAWHpqJs4I1F1G1F%2FKL%2B1hUaAp1hk%3D
2015
2015
  headers:
2016
2016
  User-Agent:
2017
2017
  - Jeff/1.2.0 (Language=Ruby; Hakans-MacBook-Pro.local)
2018
2018
  response:
2019
2019
  status:
2020
2020
  code: 200
2021
- message:
2021
+ message:
2022
2022
  headers:
2023
2023
  Date:
2024
2024
  - Sat, 28 Mar 2015 18:38:27 GMT
@@ -2060,21 +2060,21 @@ http_interactions:
2060
2060
  <RequestId>70c63c70-abcc-48e2-8631-44f69c66541f</RequestId>
2061
2061
  </ResponseMetadata>
2062
2062
  </GetReportRequestCountResponse>
2063
- http_version:
2063
+ http_version:
2064
2064
  recorded_at: Sat, 28 Mar 2015 18:38:28 GMT
2065
2065
  - request:
2066
2066
  method: post
2067
2067
  uri: https://mws.amazonservices.com/
2068
2068
  body:
2069
2069
  encoding: US-ASCII
2070
- string: AWSAccessKeyId=AWS_ACCESS_KEY_ID&Action=GetReportRequestCount&SellerId=MERCHANT_ID&SignatureMethod=HmacSHA256&SignatureVersion=2&Timestamp=2015-03-28T18%3A38%3A28Z&Version=2009-01-01&Signature=TTn2MalGVgAG2dabJTpk6h5OqInv1gUhmIByQ8ERZl4%3D
2070
+ string: AWSAccessKeyId=FILTERED&Action=GetReportRequestCount&SellerId=FILTERED&SignatureMethod=HmacSHA256&SignatureVersion=2&Timestamp=2015-03-28T18%3A38%3A28Z&Version=2009-01-01&Signature=TTn2MalGVgAG2dabJTpk6h5OqInv1gUhmIByQ8ERZl4%3D
2071
2071
  headers:
2072
2072
  User-Agent:
2073
2073
  - Jeff/1.2.0 (Language=Ruby; Hakans-MacBook-Pro.local)
2074
2074
  response:
2075
2075
  status:
2076
2076
  code: 200
2077
- message:
2077
+ message:
2078
2078
  headers:
2079
2079
  Date:
2080
2080
  - Sat, 28 Mar 2015 18:38:28 GMT
@@ -2116,14 +2116,14 @@ http_interactions:
2116
2116
  <RequestId>e7435c2d-32f1-4f97-a681-84f08998270a</RequestId>
2117
2117
  </ResponseMetadata>
2118
2118
  </GetReportRequestCountResponse>
2119
- http_version:
2119
+ http_version:
2120
2120
  recorded_at: Sat, 28 Mar 2015 18:38:28 GMT
2121
2121
  - request:
2122
2122
  method: post
2123
2123
  uri: https://mws.amazonservices.ca/
2124
2124
  body:
2125
2125
  encoding: UTF-8
2126
- string: AWSAccessKeyId=AWS_ACCESS_KEY_ID&Action=GetReportList&MaxCount=1&SellerId=MERCHANT_ID&SignatureMethod=HmacSHA256&SignatureVersion=2&Timestamp=2015-12-25T19%3A14%3A46Z&Version=2009-01-01&Signature=LpGNfX%2BtJHinjXFKgyJ4XAQFAnh8DElo9DLVCRJR7o4%3D
2126
+ string: AWSAccessKeyId=FILTERED&Action=GetReportList&MaxCount=1&SellerId=FILTERED&SignatureMethod=HmacSHA256&SignatureVersion=2&Timestamp=2015-12-25T19%3A14%3A46Z&Version=2009-01-01&Signature=LpGNfX%2BtJHinjXFKgyJ4XAQFAnh8DElo9DLVCRJR7o4%3D
2127
2127
  headers:
2128
2128
  User-Agent:
2129
2129
  - Jeff/1.5.1 (Language=Ruby; Hakans-MacBook.local)
@@ -2132,7 +2132,7 @@ http_interactions:
2132
2132
  response:
2133
2133
  status:
2134
2134
  code: 200
2135
- message:
2135
+ message:
2136
2136
  headers:
2137
2137
  Date:
2138
2138
  - Fri, 25 Dec 2015 19:14:46 GMT
@@ -2183,14 +2183,14 @@ http_interactions:
2183
2183
  <RequestId>fb43ca44-eecb-4289-ab99-b6633c37bedc</RequestId>
2184
2184
  </ResponseMetadata>
2185
2185
  </GetReportListResponse>
2186
- http_version:
2186
+ http_version:
2187
2187
  recorded_at: Fri, 25 Dec 2015 19:14:47 GMT
2188
2188
  - request:
2189
2189
  method: post
2190
2190
  uri: https://mws.amazonservices.ca/
2191
2191
  body:
2192
2192
  encoding: UTF-8
2193
- string: AWSAccessKeyId=AWS_ACCESS_KEY_ID&Action=GetReport&ReportId=968689963016794&SellerId=MERCHANT_ID&SignatureMethod=HmacSHA256&SignatureVersion=2&Timestamp=2015-12-25T19%3A14%3A47Z&Version=2009-01-01&Signature=H6wCtBif2efMnIySv01KJjw2uqADg1susaG%2F8jpuGR8%3D
2193
+ string: AWSAccessKeyId=FILTERED&Action=GetReport&ReportId=968689963016794&SellerId=FILTERED&SignatureMethod=HmacSHA256&SignatureVersion=2&Timestamp=2015-12-25T19%3A14%3A47Z&Version=2009-01-01&Signature=H6wCtBif2efMnIySv01KJjw2uqADg1susaG%2F8jpuGR8%3D
2194
2194
  headers:
2195
2195
  User-Agent:
2196
2196
  - Jeff/1.5.1 (Language=Ruby; Hakans-MacBook.local)
@@ -2199,7 +2199,7 @@ http_interactions:
2199
2199
  response:
2200
2200
  status:
2201
2201
  code: 200
2202
- message:
2202
+ message:
2203
2203
  headers:
2204
2204
  Date:
2205
2205
  - Fri, 25 Dec 2015 19:14:47 GMT
@@ -2233,16 +2233,16 @@ http_interactions:
2233
2233
  encoding: UTF-8
2234
2234
  string: "Feed Processing Summary:\n\tNumber of records processed\t\t16008\n\tNumber
2235
2235
  of records successful\t\t16008\n\noriginal-record-number\tsku\terror-code\terror-type\terror-message\n15687\t123\t5000\tWarning\tThe
2236
- update for Sku '123' was skipped because it is identical to the
2237
- update in feed '123'.\n"
2238
- http_version:
2236
+ update for Sku '123' was skipped because it is identical to the update in
2237
+ feed '123'.\n"
2238
+ http_version:
2239
2239
  recorded_at: Fri, 25 Dec 2015 19:14:47 GMT
2240
2240
  - request:
2241
2241
  method: post
2242
2242
  uri: https://mws-eu.amazonservices.com/
2243
2243
  body:
2244
2244
  encoding: UTF-8
2245
- string: AWSAccessKeyId=AWS_ACCESS_KEY_ID&Action=GetReportList&MaxCount=1&SellerId=MERCHANT_ID&SignatureMethod=HmacSHA256&SignatureVersion=2&Timestamp=2015-12-25T19%3A15%3A21Z&Version=2009-01-01&Signature=pzslqGqNy%2Bfj4kPnl1AdDofzqQDg4dCYmWkdfOMPPdU%3D
2245
+ string: AWSAccessKeyId=FILTERED&Action=GetReportList&MaxCount=1&SellerId=FILTERED&SignatureMethod=HmacSHA256&SignatureVersion=2&Timestamp=2015-12-25T19%3A15%3A21Z&Version=2009-01-01&Signature=pzslqGqNy%2Bfj4kPnl1AdDofzqQDg4dCYmWkdfOMPPdU%3D
2246
2246
  headers:
2247
2247
  User-Agent:
2248
2248
  - Jeff/1.5.1 (Language=Ruby; Hakans-MacBook.local)
@@ -2251,7 +2251,7 @@ http_interactions:
2251
2251
  response:
2252
2252
  status:
2253
2253
  code: 200
2254
- message:
2254
+ message:
2255
2255
  headers:
2256
2256
  Date:
2257
2257
  - Fri, 25 Dec 2015 19:15:20 GMT
@@ -2302,14 +2302,14 @@ http_interactions:
2302
2302
  <RequestId>bcfe4cf7-8d68-4459-b94d-6421c43170f0</RequestId>
2303
2303
  </ResponseMetadata>
2304
2304
  </GetReportListResponse>
2305
- http_version:
2305
+ http_version:
2306
2306
  recorded_at: Fri, 25 Dec 2015 19:15:22 GMT
2307
2307
  - request:
2308
2308
  method: post
2309
2309
  uri: https://mws-eu.amazonservices.com/
2310
2310
  body:
2311
2311
  encoding: UTF-8
2312
- string: AWSAccessKeyId=AWS_ACCESS_KEY_ID&Action=GetReport&ReportId=1143736824016794&SellerId=MERCHANT_ID&SignatureMethod=HmacSHA256&SignatureVersion=2&Timestamp=2015-12-25T19%3A15%3A22Z&Version=2009-01-01&Signature=WGYgVzBtoxK%2FAD%2FwWwVon7Oedzi3Iuv9%2F8rRifiFsz0%3D
2312
+ string: AWSAccessKeyId=FILTERED&Action=GetReport&ReportId=1143736824016794&SellerId=FILTERED&SignatureMethod=HmacSHA256&SignatureVersion=2&Timestamp=2015-12-25T19%3A15%3A22Z&Version=2009-01-01&Signature=WGYgVzBtoxK%2FAD%2FwWwVon7Oedzi3Iuv9%2F8rRifiFsz0%3D
2313
2313
  headers:
2314
2314
  User-Agent:
2315
2315
  - Jeff/1.5.1 (Language=Ruby; Hakans-MacBook.local)
@@ -2318,7 +2318,7 @@ http_interactions:
2318
2318
  response:
2319
2319
  status:
2320
2320
  code: 200
2321
- message:
2321
+ message:
2322
2322
  headers:
2323
2323
  Date:
2324
2324
  - Fri, 25 Dec 2015 19:15:22 GMT
@@ -2351,16 +2351,16 @@ http_interactions:
2351
2351
  encoding: UTF-8
2352
2352
  string: "Feed Processing Summary:\n\tNumber of records processed\t\t30000\n\tNumber
2353
2353
  of records successful\t\t30000\n\noriginal-record-number\tsku\terror-code\terror-type\terror-message\n13067\t123\t5000\tWarning\tThe
2354
- update for Sku '123' was skipped because it is identical to the
2355
- update in feed '123'.\n"
2356
- http_version:
2354
+ update for Sku '123' was skipped because it is identical to the update in
2355
+ feed '123'.\n"
2356
+ http_version:
2357
2357
  recorded_at: Fri, 25 Dec 2015 19:15:22 GMT
2358
2358
  - request:
2359
2359
  method: post
2360
2360
  uri: https://mws.amazonservices.jp/
2361
2361
  body:
2362
2362
  encoding: UTF-8
2363
- string: AWSAccessKeyId=AWS_ACCESS_KEY_ID&Action=GetReportList&MaxCount=1&SellerId=MERCHANT_ID&SignatureMethod=HmacSHA256&SignatureVersion=2&Timestamp=2015-12-25T19%3A16%3A01Z&Version=2009-01-01&Signature=ko7KTdTrQq0ZjDTxIWE3P8hhuAaummCnYfh1tWQ4BNE%3D
2363
+ string: AWSAccessKeyId=FILTERED&Action=GetReportList&MaxCount=1&SellerId=FILTERED&SignatureMethod=HmacSHA256&SignatureVersion=2&Timestamp=2015-12-25T19%3A16%3A01Z&Version=2009-01-01&Signature=ko7KTdTrQq0ZjDTxIWE3P8hhuAaummCnYfh1tWQ4BNE%3D
2364
2364
  headers:
2365
2365
  User-Agent:
2366
2366
  - Jeff/1.5.1 (Language=Ruby; Hakans-MacBook.local)
@@ -2369,7 +2369,7 @@ http_interactions:
2369
2369
  response:
2370
2370
  status:
2371
2371
  code: 200
2372
- message:
2372
+ message:
2373
2373
  headers:
2374
2374
  Date:
2375
2375
  - Fri, 25 Dec 2015 19:16:02 GMT
@@ -2420,14 +2420,14 @@ http_interactions:
2420
2420
  <RequestId>884ad4f1-b68b-469c-ab17-7b417798a723</RequestId>
2421
2421
  </ResponseMetadata>
2422
2422
  </GetReportListResponse>
2423
- http_version:
2423
+ http_version:
2424
2424
  recorded_at: Fri, 25 Dec 2015 19:16:02 GMT
2425
2425
  - request:
2426
2426
  method: post
2427
2427
  uri: https://mws.amazonservices.jp/
2428
2428
  body:
2429
2429
  encoding: UTF-8
2430
- string: AWSAccessKeyId=AWS_ACCESS_KEY_ID&Action=GetReport&ReportId=139768186016794&SellerId=MERCHANT_ID&SignatureMethod=HmacSHA256&SignatureVersion=2&Timestamp=2015-12-25T19%3A16%3A02Z&Version=2009-01-01&Signature=H8GS3baXFkLUq7v2eLso1IX0sqYomUYEXLcFEtWS2yw%3D
2430
+ string: AWSAccessKeyId=FILTERED&Action=GetReport&ReportId=139768186016794&SellerId=FILTERED&SignatureMethod=HmacSHA256&SignatureVersion=2&Timestamp=2015-12-25T19%3A16%3A02Z&Version=2009-01-01&Signature=H8GS3baXFkLUq7v2eLso1IX0sqYomUYEXLcFEtWS2yw%3D
2431
2431
  headers:
2432
2432
  User-Agent:
2433
2433
  - Jeff/1.5.1 (Language=Ruby; Hakans-MacBook.local)
@@ -2436,7 +2436,7 @@ http_interactions:
2436
2436
  response:
2437
2437
  status:
2438
2438
  code: 200
2439
- message:
2439
+ message:
2440
2440
  headers:
2441
2441
  Date:
2442
2442
  - Fri, 25 Dec 2015 19:16:03 GMT
@@ -2471,14 +2471,14 @@ http_interactions:
2471
2471
  string: !binary |-
2472
2472
  g3SDQoFbg2iPiJedjIuJyoFGCgmPiJedgrOC6oK9jI+QlAkJNTAwMDAKCZCs
2473
2473
  jPeCtYK9jI+QlAkJNTAwMDAKCg==
2474
- http_version:
2474
+ http_version:
2475
2475
  recorded_at: Fri, 25 Dec 2015 19:16:03 GMT
2476
2476
  - request:
2477
2477
  method: post
2478
2478
  uri: https://mws.amazonservices.com/
2479
2479
  body:
2480
2480
  encoding: UTF-8
2481
- string: AWSAccessKeyId=AWS_ACCESS_KEY_ID&Action=GetReportList&MaxCount=1&SellerId=MERCHANT_ID&SignatureMethod=HmacSHA256&SignatureVersion=2&Timestamp=2015-12-25T19%3A16%3A28Z&Version=2009-01-01&Signature=W%2BlfkODqiW4KHm9uRFDz4VOB2vGpvQNITtlBR7X2bTc%3D
2481
+ string: AWSAccessKeyId=FILTERED&Action=GetReportList&MaxCount=1&SellerId=FILTERED&SignatureMethod=HmacSHA256&SignatureVersion=2&Timestamp=2015-12-25T19%3A16%3A28Z&Version=2009-01-01&Signature=W%2BlfkODqiW4KHm9uRFDz4VOB2vGpvQNITtlBR7X2bTc%3D
2482
2482
  headers:
2483
2483
  User-Agent:
2484
2484
  - Jeff/1.5.1 (Language=Ruby; Hakans-MacBook.local)
@@ -2487,7 +2487,7 @@ http_interactions:
2487
2487
  response:
2488
2488
  status:
2489
2489
  code: 200
2490
- message:
2490
+ message:
2491
2491
  headers:
2492
2492
  Date:
2493
2493
  - Fri, 25 Dec 2015 19:16:29 GMT
@@ -2538,14 +2538,14 @@ http_interactions:
2538
2538
  <RequestId>d8a4e753-c2b1-4907-a737-6c7b0d9596b2</RequestId>
2539
2539
  </ResponseMetadata>
2540
2540
  </GetReportListResponse>
2541
- http_version:
2541
+ http_version:
2542
2542
  recorded_at: Fri, 25 Dec 2015 19:16:29 GMT
2543
2543
  - request:
2544
2544
  method: post
2545
2545
  uri: https://mws.amazonservices.com/
2546
2546
  body:
2547
2547
  encoding: UTF-8
2548
- string: AWSAccessKeyId=AWS_ACCESS_KEY_ID&Action=GetReport&ReportId=968890401016794&SellerId=MERCHANT_ID&SignatureMethod=HmacSHA256&SignatureVersion=2&Timestamp=2015-12-25T19%3A16%3A29Z&Version=2009-01-01&Signature=3wEo5A4D%2BcGO%2BZkTee1nNlENusNBlIdlyesGonAFhog%3D
2548
+ string: AWSAccessKeyId=FILTERED&Action=GetReport&ReportId=968890401016794&SellerId=FILTERED&SignatureMethod=HmacSHA256&SignatureVersion=2&Timestamp=2015-12-25T19%3A16%3A29Z&Version=2009-01-01&Signature=3wEo5A4D%2BcGO%2BZkTee1nNlENusNBlIdlyesGonAFhog%3D
2549
2549
  headers:
2550
2550
  User-Agent:
2551
2551
  - Jeff/1.5.1 (Language=Ruby; Hakans-MacBook.local)
@@ -2554,7 +2554,7 @@ http_interactions:
2554
2554
  response:
2555
2555
  status:
2556
2556
  code: 200
2557
- message:
2557
+ message:
2558
2558
  headers:
2559
2559
  Date:
2560
2560
  - Fri, 25 Dec 2015 19:16:29 GMT
@@ -2588,6 +2588,3899 @@ http_interactions:
2588
2588
  encoding: UTF-8
2589
2589
  string: "Feed Processing Summary:\n\tNumber of records processed\t\t5695\n\tNumber
2590
2590
  of records successful\t\t5695\n\n"
2591
- http_version:
2591
+ http_version:
2592
2592
  recorded_at: Fri, 25 Dec 2015 19:16:30 GMT
2593
- recorded_with: VCR 2.9.3
2593
+ - request:
2594
+ method: post
2595
+ uri: https://mws.amazonservices.com.mx/
2596
+ body:
2597
+ encoding: UTF-8
2598
+ string: AWSAccessKeyId=FILTERED&Action=GetReportRequestList&SellerId=FILTERED&SignatureMethod=HmacSHA256&SignatureVersion=2&Timestamp=2016-05-23T13%3A12%3A04Z&Version=2009-01-01&Signature=rxIGNZsSvxzZGOvUpy8YQUUlSZpfc3GLNIFynMzsB%2BI%3D
2599
+ headers:
2600
+ User-Agent:
2601
+ - Jeff/1.5.1 (Language=Ruby; Hakans-MacBook.home)
2602
+ Content-Type:
2603
+ - application/x-www-form-urlencoded
2604
+ response:
2605
+ status:
2606
+ code: 200
2607
+ message:
2608
+ headers:
2609
+ Server:
2610
+ - Server
2611
+ Date:
2612
+ - Mon, 23 May 2016 13:12:05 GMT
2613
+ Content-Type:
2614
+ - text/xml
2615
+ Content-Length:
2616
+ - '6526'
2617
+ Connection:
2618
+ - keep-alive
2619
+ x-mws-quota-max:
2620
+ - '80.0'
2621
+ x-mws-quota-remaining:
2622
+ - '80.0'
2623
+ x-mws-quota-resetsOn:
2624
+ - '2016-05-23T13:15:00.000Z'
2625
+ X-Amz-Date:
2626
+ - Mon, 23 May 2016 13:12:05 GMT
2627
+ Vary:
2628
+ - Accept-Encoding,User-Agent
2629
+ x-amzn-Authorization:
2630
+ - AAA SignedHeaders=X-Amz-Date, identity=com.amazon.aaa.FrpAndromedaReportsPlugin.AndromedaControlService.amzn1.aaa.id.qhz3ylg755gkejyk5sh44qm3wy.Default/1,
2631
+ Signed=true, Encrypted=false, Signature=AuXeSV1lHqb/TU0eA3ZKd8S22LbD6Mmttn9k25yyi60=,
2632
+ Algorithm=HmacSHA256
2633
+ x-mws-request-id:
2634
+ - 7e082ea9-0584-4efd-ac8f-c21af9f53e3b
2635
+ x-mws-timestamp:
2636
+ - '2016-05-23T13:12:05.458Z'
2637
+ x-mws-response-context:
2638
+ - qvj7OS4h9+E9i30reiwVseolOk1+I4nog6aVneRWoxWtHWpgrybkT7HI03fdwqAoyn108luSklAe
2639
+ 6KbOFChaYw==
2640
+ body:
2641
+ encoding: UTF-8
2642
+ string: |
2643
+ <?xml version="1.0"?>
2644
+ <GetReportRequestListResponse xmlns="http://mws.amazonaws.com/doc/2009-01-01/">
2645
+ <GetReportRequestListResult>
2646
+ <HasNext>true</HasNext>
2647
+ <ReportRequestInfo>
2648
+ <ReportType>_GET_SELLER_FEEDBACK_DATA_</ReportType>
2649
+ <ReportProcessingStatus>_DONE_NO_DATA_</ReportProcessingStatus>
2650
+ <EndDate>2016-05-23T12:00:15+00:00</EndDate>
2651
+ <Scheduled>false</Scheduled>
2652
+ <ReportRequestId>249252016944</ReportRequestId>
2653
+ <StartedProcessingDate>2016-05-23T12:00:21+00:00</StartedProcessingDate>
2654
+ <SubmittedDate>2016-05-23T12:00:15+00:00</SubmittedDate>
2655
+ <StartDate>2016-04-23T12:00:14+00:00</StartDate>
2656
+ <CompletedDate>2016-05-23T12:00:31+00:00</CompletedDate>
2657
+ </ReportRequestInfo>
2658
+ <ReportRequestInfo>
2659
+ <ReportType>_GET_SELLER_FEEDBACK_DATA_</ReportType>
2660
+ <ReportProcessingStatus>_DONE_NO_DATA_</ReportProcessingStatus>
2661
+ <EndDate>2016-05-23T06:00:34+00:00</EndDate>
2662
+ <Scheduled>false</Scheduled>
2663
+ <ReportRequestId>249230016944</ReportRequestId>
2664
+ <StartedProcessingDate>2016-05-23T06:00:41+00:00</StartedProcessingDate>
2665
+ <SubmittedDate>2016-05-23T06:00:34+00:00</SubmittedDate>
2666
+ <StartDate>2016-04-23T06:00:34+00:00</StartDate>
2667
+ <CompletedDate>2016-05-23T06:00:48+00:00</CompletedDate>
2668
+ </ReportRequestInfo>
2669
+ <ReportRequestInfo>
2670
+ <ReportType>_GET_SELLER_FEEDBACK_DATA_</ReportType>
2671
+ <ReportProcessingStatus>_DONE_NO_DATA_</ReportProcessingStatus>
2672
+ <EndDate>2016-05-23T00:07:42+00:00</EndDate>
2673
+ <Scheduled>false</Scheduled>
2674
+ <ReportRequestId>249207016944</ReportRequestId>
2675
+ <StartedProcessingDate>2016-05-23T00:08:21+00:00</StartedProcessingDate>
2676
+ <SubmittedDate>2016-05-23T00:07:42+00:00</SubmittedDate>
2677
+ <StartDate>2016-04-23T00:07:42+00:00</StartDate>
2678
+ <CompletedDate>2016-05-23T00:08:28+00:00</CompletedDate>
2679
+ </ReportRequestInfo>
2680
+ <ReportRequestInfo>
2681
+ <ReportType>_GET_SELLER_FEEDBACK_DATA_</ReportType>
2682
+ <ReportProcessingStatus>_DONE_NO_DATA_</ReportProcessingStatus>
2683
+ <EndDate>2016-05-22T18:00:39+00:00</EndDate>
2684
+ <Scheduled>false</Scheduled>
2685
+ <ReportRequestId>249182016943</ReportRequestId>
2686
+ <StartedProcessingDate>2016-05-22T18:00:44+00:00</StartedProcessingDate>
2687
+ <SubmittedDate>2016-05-22T18:00:39+00:00</SubmittedDate>
2688
+ <StartDate>2016-04-22T18:00:38+00:00</StartDate>
2689
+ <CompletedDate>2016-05-22T18:00:59+00:00</CompletedDate>
2690
+ </ReportRequestInfo>
2691
+ <ReportRequestInfo>
2692
+ <ReportType>_GET_SELLER_FEEDBACK_DATA_</ReportType>
2693
+ <ReportProcessingStatus>_DONE_NO_DATA_</ReportProcessingStatus>
2694
+ <EndDate>2016-05-22T12:01:22+00:00</EndDate>
2695
+ <Scheduled>false</Scheduled>
2696
+ <ReportRequestId>249175016943</ReportRequestId>
2697
+ <StartedProcessingDate>2016-05-22T12:01:31+00:00</StartedProcessingDate>
2698
+ <SubmittedDate>2016-05-22T12:01:22+00:00</SubmittedDate>
2699
+ <StartDate>2016-04-22T12:01:22+00:00</StartDate>
2700
+ <CompletedDate>2016-05-22T12:03:47+00:00</CompletedDate>
2701
+ </ReportRequestInfo>
2702
+ <ReportRequestInfo>
2703
+ <ReportType>_GET_SELLER_FEEDBACK_DATA_</ReportType>
2704
+ <ReportProcessingStatus>_DONE_NO_DATA_</ReportProcessingStatus>
2705
+ <EndDate>2016-05-22T06:00:09+00:00</EndDate>
2706
+ <Scheduled>false</Scheduled>
2707
+ <ReportRequestId>249172016943</ReportRequestId>
2708
+ <StartedProcessingDate>2016-05-22T06:00:15+00:00</StartedProcessingDate>
2709
+ <SubmittedDate>2016-05-22T06:00:09+00:00</SubmittedDate>
2710
+ <StartDate>2016-04-22T06:00:08+00:00</StartDate>
2711
+ <CompletedDate>2016-05-22T06:00:20+00:00</CompletedDate>
2712
+ </ReportRequestInfo>
2713
+ <ReportRequestInfo>
2714
+ <ReportType>_GET_SELLER_FEEDBACK_DATA_</ReportType>
2715
+ <ReportProcessingStatus>_DONE_NO_DATA_</ReportProcessingStatus>
2716
+ <EndDate>2016-05-22T00:06:07+00:00</EndDate>
2717
+ <Scheduled>false</Scheduled>
2718
+ <ReportRequestId>249168016943</ReportRequestId>
2719
+ <StartedProcessingDate>2016-05-22T00:06:12+00:00</StartedProcessingDate>
2720
+ <SubmittedDate>2016-05-22T00:06:07+00:00</SubmittedDate>
2721
+ <StartDate>2016-04-22T00:06:06+00:00</StartDate>
2722
+ <CompletedDate>2016-05-22T00:06:18+00:00</CompletedDate>
2723
+ </ReportRequestInfo>
2724
+ <ReportRequestInfo>
2725
+ <ReportType>_GET_SELLER_FEEDBACK_DATA_</ReportType>
2726
+ <ReportProcessingStatus>_DONE_NO_DATA_</ReportProcessingStatus>
2727
+ <EndDate>2016-05-21T18:00:10+00:00</EndDate>
2728
+ <Scheduled>false</Scheduled>
2729
+ <ReportRequestId>249165016942</ReportRequestId>
2730
+ <StartedProcessingDate>2016-05-21T18:00:15+00:00</StartedProcessingDate>
2731
+ <SubmittedDate>2016-05-21T18:00:10+00:00</SubmittedDate>
2732
+ <StartDate>2016-04-21T18:00:09+00:00</StartDate>
2733
+ <CompletedDate>2016-05-21T18:00:21+00:00</CompletedDate>
2734
+ </ReportRequestInfo>
2735
+ <ReportRequestInfo>
2736
+ <ReportType>_GET_SELLER_FEEDBACK_DATA_</ReportType>
2737
+ <ReportProcessingStatus>_DONE_NO_DATA_</ReportProcessingStatus>
2738
+ <EndDate>2016-05-21T12:00:16+00:00</EndDate>
2739
+ <Scheduled>false</Scheduled>
2740
+ <ReportRequestId>249162016942</ReportRequestId>
2741
+ <StartedProcessingDate>2016-05-21T12:00:21+00:00</StartedProcessingDate>
2742
+ <SubmittedDate>2016-05-21T12:00:16+00:00</SubmittedDate>
2743
+ <StartDate>2016-04-21T12:00:15+00:00</StartDate>
2744
+ <CompletedDate>2016-05-21T12:00:27+00:00</CompletedDate>
2745
+ </ReportRequestInfo>
2746
+ <ReportRequestInfo>
2747
+ <ReportType>_GET_SELLER_FEEDBACK_DATA_</ReportType>
2748
+ <ReportProcessingStatus>_DONE_NO_DATA_</ReportProcessingStatus>
2749
+ <EndDate>2016-05-21T06:00:10+00:00</EndDate>
2750
+ <Scheduled>false</Scheduled>
2751
+ <ReportRequestId>249160016942</ReportRequestId>
2752
+ <StartedProcessingDate>2016-05-21T06:01:10+00:00</StartedProcessingDate>
2753
+ <SubmittedDate>2016-05-21T06:00:10+00:00</SubmittedDate>
2754
+ <StartDate>2016-04-21T06:00:09+00:00</StartDate>
2755
+ <CompletedDate>2016-05-21T06:01:29+00:00</CompletedDate>
2756
+ </ReportRequestInfo>
2757
+ <NextToken>DbqsFWHzsUX2jpZedg0wbVuY6vtoszFE8pdfou91ugE0ksTt3MzLMYs31ArU5ZFGICyhlLgHd4hT171PgPvOgJP64y0eXOHTD/qpHHQ/EzvMFm+ks6q1DEvwVWfxYb3gCCcnnmUSc6uqPNK8eyJKD1ya2EMDtVyfrToAsYN83sFmu9hm7DasIP56WMbynWobHg38h2XXMZtDXrCb5TJ+fGBPyacuM2WSZxbju4F4Q1dW27lduqlT+Q49DeheG38WBuC4v9lW/p2rxJ5tdyLm1EE22YZJvQcPWZjF74HHL2QIk22gy6ZGLJ2hoHMA0Xf1xpzTDhFE0Mw9EN0jkU7JlB5zIM+C3aYbq87oyLmx1tWqRUlqqp6epy/AsXb6Kn+F2+fN9woLK/0=</NextToken>
2758
+ </GetReportRequestListResult>
2759
+ <ResponseMetadata>
2760
+ <RequestId>7e082ea9-0584-4efd-ac8f-c21af9f53e3b</RequestId>
2761
+ </ResponseMetadata>
2762
+ </GetReportRequestListResponse>
2763
+ http_version:
2764
+ recorded_at: Mon, 23 May 2016 13:12:05 GMT
2765
+ - request:
2766
+ method: post
2767
+ uri: https://mws-eu.amazonservices.com/
2768
+ body:
2769
+ encoding: UTF-8
2770
+ string: AWSAccessKeyId=FILTERED&Action=GetReportRequestList&SellerId=FILTERED&SignatureMethod=HmacSHA256&SignatureVersion=2&Timestamp=2016-05-23T13%3A12%3A05Z&Version=2009-01-01&Signature=XNSQ4R3VXTNyDxzm2J1BwBSlqPxG6WUtXrQphv412eY%3D
2771
+ headers:
2772
+ User-Agent:
2773
+ - Jeff/1.5.1 (Language=Ruby; Hakans-MacBook.home)
2774
+ Content-Type:
2775
+ - application/x-www-form-urlencoded
2776
+ response:
2777
+ status:
2778
+ code: 200
2779
+ message:
2780
+ headers:
2781
+ Server:
2782
+ - Server
2783
+ Date:
2784
+ - Mon, 23 May 2016 13:12:06 GMT
2785
+ Content-Type:
2786
+ - text/xml
2787
+ Content-Length:
2788
+ - '7066'
2789
+ Connection:
2790
+ - keep-alive
2791
+ x-mws-quota-max:
2792
+ - '80.0'
2793
+ x-mws-quota-remaining:
2794
+ - '80.0'
2795
+ x-mws-quota-resetsOn:
2796
+ - '2016-05-23T14:11:00.000Z'
2797
+ X-Amz-Date:
2798
+ - Mon, 23 May 2016 13:12:06 GMT
2799
+ Vary:
2800
+ - Accept-Encoding,User-Agent
2801
+ x-amzn-Authorization:
2802
+ - AAA SignedHeaders=X-Amz-Date, identity=com.amazon.aaa.FrpAndromedaReportsPlugin.AndromedaControlService.amzn1.aaa.id.lwigtwr3h4inoeknjer76q4tl4.Default/1,
2803
+ Signed=true, Encrypted=false, Signature=bD6Y+dnu5E1IjYqvlfqDRzniULkd697rerswVscRwoU=,
2804
+ Algorithm=HmacSHA256
2805
+ x-mws-request-id:
2806
+ - 6ad12925-77ba-4271-9a6e-f3df579da978
2807
+ x-mws-timestamp:
2808
+ - '2016-05-23T13:12:06.705Z'
2809
+ x-mws-response-context:
2810
+ - enO81NMOjL/XDsuqVTTpkFpwMXs3SNAWW0WFHVcYEAHhJxAKmqrvG/qxH/72eM4VoShu83yzB0hl
2811
+ lYHFRm4JNg==
2812
+ body:
2813
+ encoding: UTF-8
2814
+ string: |
2815
+ <?xml version="1.0"?>
2816
+ <GetReportRequestListResponse xmlns="http://mws.amazonaws.com/doc/2009-01-01/">
2817
+ <GetReportRequestListResult>
2818
+ <HasNext>true</HasNext>
2819
+ <ReportRequestInfo>
2820
+ <ReportType>_GET_SELLER_FEEDBACK_DATA_</ReportType>
2821
+ <ReportProcessingStatus>_DONE_</ReportProcessingStatus>
2822
+ <EndDate>2016-05-23T12:00:15+00:00</EndDate>
2823
+ <Scheduled>false</Scheduled>
2824
+ <ReportRequestId>192316016944</ReportRequestId>
2825
+ <StartedProcessingDate>2016-05-23T12:00:23+00:00</StartedProcessingDate>
2826
+ <SubmittedDate>2016-05-23T12:00:15+00:00</SubmittedDate>
2827
+ <CompletedDate>2016-05-23T12:00:29+00:00</CompletedDate>
2828
+ <StartDate>2016-04-23T12:00:15+00:00</StartDate>
2829
+ <GeneratedReportId>2378580482016944</GeneratedReportId>
2830
+ </ReportRequestInfo>
2831
+ <ReportRequestInfo>
2832
+ <ReportType>_GET_SELLER_FEEDBACK_DATA_</ReportType>
2833
+ <ReportProcessingStatus>_DONE_</ReportProcessingStatus>
2834
+ <EndDate>2016-05-23T06:00:32+00:00</EndDate>
2835
+ <Scheduled>false</Scheduled>
2836
+ <ReportRequestId>192295016944</ReportRequestId>
2837
+ <StartedProcessingDate>2016-05-23T06:00:37+00:00</StartedProcessingDate>
2838
+ <SubmittedDate>2016-05-23T06:00:32+00:00</SubmittedDate>
2839
+ <CompletedDate>2016-05-23T06:00:45+00:00</CompletedDate>
2840
+ <StartDate>2016-04-23T06:00:32+00:00</StartDate>
2841
+ <GeneratedReportId>2376140790016944</GeneratedReportId>
2842
+ </ReportRequestInfo>
2843
+ <ReportRequestInfo>
2844
+ <ReportType>_GET_SELLER_FEEDBACK_DATA_</ReportType>
2845
+ <ReportProcessingStatus>_DONE_</ReportProcessingStatus>
2846
+ <EndDate>2016-05-23T00:07:46+00:00</EndDate>
2847
+ <Scheduled>false</Scheduled>
2848
+ <ReportRequestId>192272016944</ReportRequestId>
2849
+ <StartedProcessingDate>2016-05-23T00:07:50+00:00</StartedProcessingDate>
2850
+ <SubmittedDate>2016-05-23T00:07:46+00:00</SubmittedDate>
2851
+ <CompletedDate>2016-05-23T00:08:00+00:00</CompletedDate>
2852
+ <StartDate>2016-04-23T00:07:45+00:00</StartDate>
2853
+ <GeneratedReportId>2373427600016944</GeneratedReportId>
2854
+ </ReportRequestInfo>
2855
+ <ReportRequestInfo>
2856
+ <ReportType>_GET_SELLER_FEEDBACK_DATA_</ReportType>
2857
+ <ReportProcessingStatus>_DONE_</ReportProcessingStatus>
2858
+ <EndDate>2016-05-22T18:00:43+00:00</EndDate>
2859
+ <Scheduled>false</Scheduled>
2860
+ <ReportRequestId>192247016943</ReportRequestId>
2861
+ <StartedProcessingDate>2016-05-22T18:00:52+00:00</StartedProcessingDate>
2862
+ <SubmittedDate>2016-05-22T18:00:43+00:00</SubmittedDate>
2863
+ <CompletedDate>2016-05-22T18:01:01+00:00</CompletedDate>
2864
+ <StartDate>2016-04-22T18:00:42+00:00</StartDate>
2865
+ <GeneratedReportId>2369462838016943</GeneratedReportId>
2866
+ </ReportRequestInfo>
2867
+ <ReportRequestInfo>
2868
+ <ReportType>_GET_SELLER_FEEDBACK_DATA_</ReportType>
2869
+ <ReportProcessingStatus>_DONE_</ReportProcessingStatus>
2870
+ <EndDate>2016-05-22T12:01:18+00:00</EndDate>
2871
+ <Scheduled>false</Scheduled>
2872
+ <ReportRequestId>192240016943</ReportRequestId>
2873
+ <StartedProcessingDate>2016-05-22T12:01:24+00:00</StartedProcessingDate>
2874
+ <SubmittedDate>2016-05-22T12:01:18+00:00</SubmittedDate>
2875
+ <CompletedDate>2016-05-22T12:01:30+00:00</CompletedDate>
2876
+ <StartDate>2016-04-22T12:01:18+00:00</StartDate>
2877
+ <GeneratedReportId>2365388180016943</GeneratedReportId>
2878
+ </ReportRequestInfo>
2879
+ <ReportRequestInfo>
2880
+ <ReportType>_GET_SELLER_FEEDBACK_DATA_</ReportType>
2881
+ <ReportProcessingStatus>_DONE_</ReportProcessingStatus>
2882
+ <EndDate>2016-05-22T06:00:10+00:00</EndDate>
2883
+ <Scheduled>false</Scheduled>
2884
+ <ReportRequestId>192236016943</ReportRequestId>
2885
+ <StartedProcessingDate>2016-05-22T06:00:15+00:00</StartedProcessingDate>
2886
+ <SubmittedDate>2016-05-22T06:00:10+00:00</SubmittedDate>
2887
+ <CompletedDate>2016-05-22T06:00:21+00:00</CompletedDate>
2888
+ <StartDate>2016-04-22T06:00:09+00:00</StartDate>
2889
+ <GeneratedReportId>2365742717016943</GeneratedReportId>
2890
+ </ReportRequestInfo>
2891
+ <ReportRequestInfo>
2892
+ <ReportType>_GET_SELLER_FEEDBACK_DATA_</ReportType>
2893
+ <ReportProcessingStatus>_DONE_</ReportProcessingStatus>
2894
+ <EndDate>2016-05-22T00:06:06+00:00</EndDate>
2895
+ <Scheduled>false</Scheduled>
2896
+ <ReportRequestId>192231016943</ReportRequestId>
2897
+ <StartedProcessingDate>2016-05-22T00:06:11+00:00</StartedProcessingDate>
2898
+ <SubmittedDate>2016-05-22T00:06:06+00:00</SubmittedDate>
2899
+ <CompletedDate>2016-05-22T00:06:17+00:00</CompletedDate>
2900
+ <StartDate>2016-04-22T00:06:05+00:00</StartDate>
2901
+ <GeneratedReportId>2362512746016943</GeneratedReportId>
2902
+ </ReportRequestInfo>
2903
+ <ReportRequestInfo>
2904
+ <ReportType>_GET_SELLER_FEEDBACK_DATA_</ReportType>
2905
+ <ReportProcessingStatus>_DONE_</ReportProcessingStatus>
2906
+ <EndDate>2016-05-21T18:00:10+00:00</EndDate>
2907
+ <Scheduled>false</Scheduled>
2908
+ <ReportRequestId>192228016942</ReportRequestId>
2909
+ <StartedProcessingDate>2016-05-21T18:00:33+00:00</StartedProcessingDate>
2910
+ <SubmittedDate>2016-05-21T18:00:10+00:00</SubmittedDate>
2911
+ <CompletedDate>2016-05-21T18:00:40+00:00</CompletedDate>
2912
+ <StartDate>2016-04-21T18:00:09+00:00</StartDate>
2913
+ <GeneratedReportId>2365087844016942</GeneratedReportId>
2914
+ </ReportRequestInfo>
2915
+ <ReportRequestInfo>
2916
+ <ReportType>_GET_SELLER_FEEDBACK_DATA_</ReportType>
2917
+ <ReportProcessingStatus>_DONE_</ReportProcessingStatus>
2918
+ <EndDate>2016-05-21T12:00:17+00:00</EndDate>
2919
+ <Scheduled>false</Scheduled>
2920
+ <ReportRequestId>192223016942</ReportRequestId>
2921
+ <StartedProcessingDate>2016-05-21T12:00:23+00:00</StartedProcessingDate>
2922
+ <SubmittedDate>2016-05-21T12:00:17+00:00</SubmittedDate>
2923
+ <CompletedDate>2016-05-21T12:00:31+00:00</CompletedDate>
2924
+ <StartDate>2016-04-21T12:00:16+00:00</StartDate>
2925
+ <GeneratedReportId>2357956836016942</GeneratedReportId>
2926
+ </ReportRequestInfo>
2927
+ <ReportRequestInfo>
2928
+ <ReportType>_GET_SELLER_FEEDBACK_DATA_</ReportType>
2929
+ <ReportProcessingStatus>_DONE_</ReportProcessingStatus>
2930
+ <EndDate>2016-05-21T06:00:11+00:00</EndDate>
2931
+ <Scheduled>false</Scheduled>
2932
+ <ReportRequestId>192219016942</ReportRequestId>
2933
+ <StartedProcessingDate>2016-05-21T06:00:17+00:00</StartedProcessingDate>
2934
+ <SubmittedDate>2016-05-21T06:00:11+00:00</SubmittedDate>
2935
+ <CompletedDate>2016-05-21T06:00:24+00:00</CompletedDate>
2936
+ <StartDate>2016-04-21T06:00:11+00:00</StartDate>
2937
+ <GeneratedReportId>2355293957016942</GeneratedReportId>
2938
+ </ReportRequestInfo>
2939
+ <NextToken>RteoBbbs5H/2jpZedg0wbVuY6vtoszFEn70mtuoHKqYdZNKlofyZfYIFITIu5IxjGUy5CXwdXMZxrBy2GCH8wSy+C5fq/BOFREsgWkqxFNeqLXtPZRsXx2GYg6sFbq/YZfBqiHmy0yqK15lPK85WE9W/gKwraN3aPMG4jNqghnnjqr69Gld8Ma/8MKFZNzPPpyEvTTIbWgn5CxRAxRv5sSfDhecfk9+oI7DC7b2BOEYlIyQN8z5HO0KHfIApKuB8WEl8yHhL638Ftv1VXEHPiT/dHtC2VShRKSNVxPzTKodU4E+i+s5I58aIe/QaJqXIMMyZt1JFZONzNSRFTXSX3IpPokH1A+RCCxoG3DuuD9BR3wmT8nZvjqCBYUpFrtW80GqbEbznxvA=</NextToken>
2940
+ </GetReportRequestListResult>
2941
+ <ResponseMetadata>
2942
+ <RequestId>6ad12925-77ba-4271-9a6e-f3df579da978</RequestId>
2943
+ </ResponseMetadata>
2944
+ </GetReportRequestListResponse>
2945
+ http_version:
2946
+ recorded_at: Mon, 23 May 2016 13:12:06 GMT
2947
+ - request:
2948
+ method: post
2949
+ uri: https://mws-eu.amazonservices.com/
2950
+ body:
2951
+ encoding: UTF-8
2952
+ string: AWSAccessKeyId=FILTERED&Action=GetReportRequestList&SellerId=FILTERED&SignatureMethod=HmacSHA256&SignatureVersion=2&Timestamp=2016-05-23T13%3A12%3A06Z&Version=2009-01-01&Signature=2YRZ%2FWCM7BsyGpGah2VtI9raqBYUD0Jni4dw0oglf1k%3D
2953
+ headers:
2954
+ User-Agent:
2955
+ - Jeff/1.5.1 (Language=Ruby; Hakans-MacBook.home)
2956
+ Content-Type:
2957
+ - application/x-www-form-urlencoded
2958
+ response:
2959
+ status:
2960
+ code: 200
2961
+ message:
2962
+ headers:
2963
+ Server:
2964
+ - Server
2965
+ Date:
2966
+ - Mon, 23 May 2016 13:12:07 GMT
2967
+ Content-Type:
2968
+ - text/xml
2969
+ Content-Length:
2970
+ - '7056'
2971
+ Connection:
2972
+ - keep-alive
2973
+ x-mws-quota-max:
2974
+ - '80.0'
2975
+ x-mws-quota-remaining:
2976
+ - '80.0'
2977
+ x-mws-quota-resetsOn:
2978
+ - '2016-05-23T13:54:00.000Z'
2979
+ X-Amz-Date:
2980
+ - Mon, 23 May 2016 13:12:07 GMT
2981
+ Vary:
2982
+ - Accept-Encoding,User-Agent
2983
+ x-amzn-Authorization:
2984
+ - AAA SignedHeaders=X-Amz-Date, identity=com.amazon.aaa.FrpAndromedaReportsPlugin.AndromedaControlService.amzn1.aaa.id.lwigtwr3h4inoeknjer76q4tl4.Default/1,
2985
+ Signed=true, Encrypted=false, Signature=bMjj2ecoCHyJuu5VeOrk88HHXaKzqsWXhm6LQAPqLoQ=,
2986
+ Algorithm=HmacSHA256
2987
+ x-mws-request-id:
2988
+ - f49f9f33-ced3-4243-a738-8b616e22d69d
2989
+ x-mws-timestamp:
2990
+ - '2016-05-23T13:12:07.092Z'
2991
+ x-mws-response-context:
2992
+ - ujkll4hykAfOIKTZnd4hUfURN/pCCv7P7ecuY+trogERbvwn7z52T6iR1LJoEqdRIMHEagUy9ayh
2993
+ MKQIV12JxQ==
2994
+ body:
2995
+ encoding: UTF-8
2996
+ string: |
2997
+ <?xml version="1.0"?>
2998
+ <GetReportRequestListResponse xmlns="http://mws.amazonaws.com/doc/2009-01-01/">
2999
+ <GetReportRequestListResult>
3000
+ <HasNext>true</HasNext>
3001
+ <ReportRequestInfo>
3002
+ <ReportType>_GET_SELLER_FEEDBACK_DATA_</ReportType>
3003
+ <ReportProcessingStatus>_DONE_</ReportProcessingStatus>
3004
+ <EndDate>2016-05-23T12:00:16+00:00</EndDate>
3005
+ <Scheduled>false</Scheduled>
3006
+ <ReportRequestId>83297016944</ReportRequestId>
3007
+ <StartedProcessingDate>2016-05-23T12:00:24+00:00</StartedProcessingDate>
3008
+ <SubmittedDate>2016-05-23T12:00:16+00:00</SubmittedDate>
3009
+ <StartDate>2016-04-23T12:00:15+00:00</StartDate>
3010
+ <CompletedDate>2016-05-23T12:00:31+00:00</CompletedDate>
3011
+ <GeneratedReportId>2374985555016944</GeneratedReportId>
3012
+ </ReportRequestInfo>
3013
+ <ReportRequestInfo>
3014
+ <ReportType>_GET_SELLER_FEEDBACK_DATA_</ReportType>
3015
+ <ReportProcessingStatus>_DONE_</ReportProcessingStatus>
3016
+ <EndDate>2016-05-23T06:00:36+00:00</EndDate>
3017
+ <Scheduled>false</Scheduled>
3018
+ <ReportRequestId>83286016944</ReportRequestId>
3019
+ <StartedProcessingDate>2016-05-23T06:00:42+00:00</StartedProcessingDate>
3020
+ <SubmittedDate>2016-05-23T06:00:36+00:00</SubmittedDate>
3021
+ <StartDate>2016-04-23T06:00:36+00:00</StartDate>
3022
+ <CompletedDate>2016-05-23T06:00:48+00:00</CompletedDate>
3023
+ <GeneratedReportId>2376288946016944</GeneratedReportId>
3024
+ </ReportRequestInfo>
3025
+ <ReportRequestInfo>
3026
+ <ReportType>_GET_SELLER_FEEDBACK_DATA_</ReportType>
3027
+ <ReportProcessingStatus>_DONE_</ReportProcessingStatus>
3028
+ <EndDate>2016-05-23T00:07:36+00:00</EndDate>
3029
+ <Scheduled>false</Scheduled>
3030
+ <ReportRequestId>83272016944</ReportRequestId>
3031
+ <StartedProcessingDate>2016-05-23T00:07:42+00:00</StartedProcessingDate>
3032
+ <SubmittedDate>2016-05-23T00:07:36+00:00</SubmittedDate>
3033
+ <StartDate>2016-04-23T00:07:35+00:00</StartDate>
3034
+ <CompletedDate>2016-05-23T00:07:48+00:00</CompletedDate>
3035
+ <GeneratedReportId>2372088471016944</GeneratedReportId>
3036
+ </ReportRequestInfo>
3037
+ <ReportRequestInfo>
3038
+ <ReportType>_GET_FLAT_FILE_ORDERS_DATA_</ReportType>
3039
+ <ReportProcessingStatus>_DONE_</ReportProcessingStatus>
3040
+ <EndDate>2016-05-22T22:35:58+00:00</EndDate>
3041
+ <Scheduled>true</Scheduled>
3042
+ <ReportRequestId>83268016943</ReportRequestId>
3043
+ <StartedProcessingDate>2016-05-22T22:36:04+00:00</StartedProcessingDate>
3044
+ <SubmittedDate>2016-05-22T22:35:58+00:00</SubmittedDate>
3045
+ <StartDate>2016-05-22T22:35:58+00:00</StartDate>
3046
+ <CompletedDate>2016-05-22T22:36:11+00:00</CompletedDate>
3047
+ <GeneratedReportId>2371429852016943</GeneratedReportId>
3048
+ </ReportRequestInfo>
3049
+ <ReportRequestInfo>
3050
+ <ReportType>_GET_SELLER_FEEDBACK_DATA_</ReportType>
3051
+ <ReportProcessingStatus>_DONE_</ReportProcessingStatus>
3052
+ <EndDate>2016-05-22T18:00:40+00:00</EndDate>
3053
+ <Scheduled>false</Scheduled>
3054
+ <ReportRequestId>83257016943</ReportRequestId>
3055
+ <StartedProcessingDate>2016-05-22T18:00:47+00:00</StartedProcessingDate>
3056
+ <SubmittedDate>2016-05-22T18:00:40+00:00</SubmittedDate>
3057
+ <StartDate>2016-04-22T18:00:40+00:00</StartDate>
3058
+ <CompletedDate>2016-05-22T18:00:57+00:00</CompletedDate>
3059
+ <GeneratedReportId>2367347415016943</GeneratedReportId>
3060
+ </ReportRequestInfo>
3061
+ <ReportRequestInfo>
3062
+ <ReportType>_GET_SELLER_FEEDBACK_DATA_</ReportType>
3063
+ <ReportProcessingStatus>_DONE_</ReportProcessingStatus>
3064
+ <EndDate>2016-05-22T12:01:25+00:00</EndDate>
3065
+ <Scheduled>false</Scheduled>
3066
+ <ReportRequestId>83251016943</ReportRequestId>
3067
+ <StartedProcessingDate>2016-05-22T12:01:30+00:00</StartedProcessingDate>
3068
+ <SubmittedDate>2016-05-22T12:01:25+00:00</SubmittedDate>
3069
+ <StartDate>2016-04-22T12:01:24+00:00</StartDate>
3070
+ <CompletedDate>2016-05-22T12:01:38+00:00</CompletedDate>
3071
+ <GeneratedReportId>2368040517016943</GeneratedReportId>
3072
+ </ReportRequestInfo>
3073
+ <ReportRequestInfo>
3074
+ <ReportType>_GET_SELLER_FEEDBACK_DATA_</ReportType>
3075
+ <ReportProcessingStatus>_DONE_</ReportProcessingStatus>
3076
+ <EndDate>2016-05-22T06:00:09+00:00</EndDate>
3077
+ <Scheduled>false</Scheduled>
3078
+ <ReportRequestId>83247016943</ReportRequestId>
3079
+ <StartedProcessingDate>2016-05-22T06:00:15+00:00</StartedProcessingDate>
3080
+ <SubmittedDate>2016-05-22T06:00:09+00:00</SubmittedDate>
3081
+ <StartDate>2016-04-22T06:00:09+00:00</StartDate>
3082
+ <CompletedDate>2016-05-22T06:00:23+00:00</CompletedDate>
3083
+ <GeneratedReportId>2362619172016943</GeneratedReportId>
3084
+ </ReportRequestInfo>
3085
+ <ReportRequestInfo>
3086
+ <ReportType>_GET_SELLER_FEEDBACK_DATA_</ReportType>
3087
+ <ReportProcessingStatus>_DONE_</ReportProcessingStatus>
3088
+ <EndDate>2016-05-22T00:06:07+00:00</EndDate>
3089
+ <Scheduled>false</Scheduled>
3090
+ <ReportRequestId>83243016943</ReportRequestId>
3091
+ <StartedProcessingDate>2016-05-22T00:06:12+00:00</StartedProcessingDate>
3092
+ <SubmittedDate>2016-05-22T00:06:07+00:00</SubmittedDate>
3093
+ <StartDate>2016-04-22T00:06:06+00:00</StartDate>
3094
+ <CompletedDate>2016-05-22T00:06:20+00:00</CompletedDate>
3095
+ <GeneratedReportId>2362321847016943</GeneratedReportId>
3096
+ </ReportRequestInfo>
3097
+ <ReportRequestInfo>
3098
+ <ReportType>_GET_FLAT_FILE_ORDERS_DATA_</ReportType>
3099
+ <ReportProcessingStatus>_DONE_</ReportProcessingStatus>
3100
+ <EndDate>2016-05-21T22:35:39+00:00</EndDate>
3101
+ <Scheduled>true</Scheduled>
3102
+ <ReportRequestId>83241016942</ReportRequestId>
3103
+ <StartedProcessingDate>2016-05-21T22:35:45+00:00</StartedProcessingDate>
3104
+ <SubmittedDate>2016-05-21T22:35:39+00:00</SubmittedDate>
3105
+ <StartDate>2016-05-21T22:35:39+00:00</StartDate>
3106
+ <CompletedDate>2016-05-21T22:35:52+00:00</CompletedDate>
3107
+ <GeneratedReportId>2363062651016942</GeneratedReportId>
3108
+ </ReportRequestInfo>
3109
+ <ReportRequestInfo>
3110
+ <ReportType>_GET_SELLER_FEEDBACK_DATA_</ReportType>
3111
+ <ReportProcessingStatus>_DONE_</ReportProcessingStatus>
3112
+ <EndDate>2016-05-21T18:00:11+00:00</EndDate>
3113
+ <Scheduled>false</Scheduled>
3114
+ <ReportRequestId>83239016942</ReportRequestId>
3115
+ <StartedProcessingDate>2016-05-21T18:00:17+00:00</StartedProcessingDate>
3116
+ <SubmittedDate>2016-05-21T18:00:11+00:00</SubmittedDate>
3117
+ <StartDate>2016-04-21T18:00:10+00:00</StartDate>
3118
+ <CompletedDate>2016-05-21T18:00:23+00:00</CompletedDate>
3119
+ <GeneratedReportId>2362821572016942</GeneratedReportId>
3120
+ </ReportRequestInfo>
3121
+ <NextToken>eAixIT2zwrr2jpZedg0wbVuY6vtoszFEBZG8sdXkcOBQiI0GLledHoNYk2PySqd4ICyhlLgHd4gqVtOYt5i3YUWENtRn4dCbuyr8SAMxfshEdqPQfwaIgqz2Zelh4mbhaFH04sZqWvCkc0b6zjV620EGzVu9qKDkrToAsYN83sFmu9hm7DasIP56WMbynWobHg38h2XXMZtDXrCb5TJ+fGBPyacuM2WSZxbju4F4Q1dW27lduqlT+Q49DeheG38WFVr2mkDFhbOhxhv6F5/uvZNBVi5JVa+TWZjF74HHL2QIk22gy6ZGLJ2hoHMA0Xf1REyyGyvNuG/kX/WqrG2Auh5zIM+C3aYbq87oyLmx1tWqRUlqqp6epw+sXsUYYzwWcI5ixVjyvwY=</NextToken>
3122
+ </GetReportRequestListResult>
3123
+ <ResponseMetadata>
3124
+ <RequestId>f49f9f33-ced3-4243-a738-8b616e22d69d</RequestId>
3125
+ </ResponseMetadata>
3126
+ </GetReportRequestListResponse>
3127
+ http_version:
3128
+ recorded_at: Mon, 23 May 2016 13:12:07 GMT
3129
+ - request:
3130
+ method: post
3131
+ uri: https://mws-eu.amazonservices.com/
3132
+ body:
3133
+ encoding: UTF-8
3134
+ string: AWSAccessKeyId=FILTERED&Action=GetReportRequestList&SellerId=FILTERED&SignatureMethod=HmacSHA256&SignatureVersion=2&Timestamp=2016-05-23T13%3A12%3A07Z&Version=2009-01-01&Signature=07VG8oLkOGy2lmtQCPhxB5A7yNVZT5LYo%2F5nBQvFY7g%3D
3135
+ headers:
3136
+ User-Agent:
3137
+ - Jeff/1.5.1 (Language=Ruby; Hakans-MacBook.home)
3138
+ Content-Type:
3139
+ - application/x-www-form-urlencoded
3140
+ response:
3141
+ status:
3142
+ code: 200
3143
+ message:
3144
+ headers:
3145
+ Server:
3146
+ - Server
3147
+ Date:
3148
+ - Mon, 23 May 2016 13:12:07 GMT
3149
+ Content-Type:
3150
+ - text/xml
3151
+ Content-Length:
3152
+ - '7078'
3153
+ Connection:
3154
+ - keep-alive
3155
+ x-mws-quota-max:
3156
+ - '80.0'
3157
+ x-mws-quota-remaining:
3158
+ - '80.0'
3159
+ x-mws-quota-resetsOn:
3160
+ - '2016-05-23T14:07:00.000Z'
3161
+ X-Amz-Date:
3162
+ - Mon, 23 May 2016 13:12:07 GMT
3163
+ Vary:
3164
+ - Accept-Encoding,User-Agent
3165
+ x-amzn-Authorization:
3166
+ - AAA SignedHeaders=X-Amz-Date, identity=com.amazon.aaa.FrpAndromedaReportsPlugin.AndromedaControlService.amzn1.aaa.id.lwigtwr3h4inoeknjer76q4tl4.Default/1,
3167
+ Signed=true, Encrypted=false, Signature=Io4d2+FqkI5rZf5m2Izr6cz3R7cMXduCfA8SNerW85o=,
3168
+ Algorithm=HmacSHA256
3169
+ x-mws-request-id:
3170
+ - ab967712-fb55-4998-82d7-e7da7ccdf342
3171
+ x-mws-timestamp:
3172
+ - '2016-05-23T13:12:07.496Z'
3173
+ x-mws-response-context:
3174
+ - cg2l+NBgSwta2nWyZhaS2BHsIvPyDxPOPc3r+NjXS0LmqYSMWkJpeNsIDAq4lzb8BEnzIOePBgwE
3175
+ qx+uk59lLQ==
3176
+ body:
3177
+ encoding: UTF-8
3178
+ string: |
3179
+ <?xml version="1.0"?>
3180
+ <GetReportRequestListResponse xmlns="http://mws.amazonaws.com/doc/2009-01-01/">
3181
+ <GetReportRequestListResult>
3182
+ <HasNext>true</HasNext>
3183
+ <ReportRequestInfo>
3184
+ <ReportType>_GET_SELLER_FEEDBACK_DATA_</ReportType>
3185
+ <ReportProcessingStatus>_DONE_</ReportProcessingStatus>
3186
+ <EndDate>2016-05-23T12:00:16+00:00</EndDate>
3187
+ <Scheduled>false</Scheduled>
3188
+ <ReportRequestId>216676016944</ReportRequestId>
3189
+ <StartedProcessingDate>2016-05-23T12:00:24+00:00</StartedProcessingDate>
3190
+ <SubmittedDate>2016-05-23T12:00:16+00:00</SubmittedDate>
3191
+ <StartDate>2016-04-23T12:00:16+00:00</StartDate>
3192
+ <CompletedDate>2016-05-23T12:00:37+00:00</CompletedDate>
3193
+ <GeneratedReportId>2374953056016944</GeneratedReportId>
3194
+ </ReportRequestInfo>
3195
+ <ReportRequestInfo>
3196
+ <ReportType>_GET_SELLER_FEEDBACK_DATA_</ReportType>
3197
+ <ReportProcessingStatus>_DONE_</ReportProcessingStatus>
3198
+ <EndDate>2016-05-23T06:00:42+00:00</EndDate>
3199
+ <Scheduled>false</Scheduled>
3200
+ <ReportRequestId>216647016944</ReportRequestId>
3201
+ <StartedProcessingDate>2016-05-23T06:00:47+00:00</StartedProcessingDate>
3202
+ <SubmittedDate>2016-05-23T06:00:42+00:00</SubmittedDate>
3203
+ <StartDate>2016-04-23T06:00:41+00:00</StartDate>
3204
+ <CompletedDate>2016-05-23T06:01:02+00:00</CompletedDate>
3205
+ <GeneratedReportId>2373154422016944</GeneratedReportId>
3206
+ </ReportRequestInfo>
3207
+ <ReportRequestInfo>
3208
+ <ReportType>_GET_SELLER_FEEDBACK_DATA_</ReportType>
3209
+ <ReportProcessingStatus>_DONE_</ReportProcessingStatus>
3210
+ <EndDate>2016-05-23T00:07:54+00:00</EndDate>
3211
+ <Scheduled>false</Scheduled>
3212
+ <ReportRequestId>216624016944</ReportRequestId>
3213
+ <StartedProcessingDate>2016-05-23T00:07:59+00:00</StartedProcessingDate>
3214
+ <SubmittedDate>2016-05-23T00:07:54+00:00</SubmittedDate>
3215
+ <StartDate>2016-04-23T00:07:53+00:00</StartDate>
3216
+ <CompletedDate>2016-05-23T00:08:14+00:00</CompletedDate>
3217
+ <GeneratedReportId>2372482650016944</GeneratedReportId>
3218
+ </ReportRequestInfo>
3219
+ <ReportRequestInfo>
3220
+ <ReportType>_GET_SELLER_FEEDBACK_DATA_</ReportType>
3221
+ <ReportProcessingStatus>_DONE_</ReportProcessingStatus>
3222
+ <EndDate>2016-05-22T18:00:47+00:00</EndDate>
3223
+ <Scheduled>false</Scheduled>
3224
+ <ReportRequestId>216599016943</ReportRequestId>
3225
+ <StartedProcessingDate>2016-05-22T18:00:55+00:00</StartedProcessingDate>
3226
+ <SubmittedDate>2016-05-22T18:00:47+00:00</SubmittedDate>
3227
+ <StartDate>2016-04-22T18:00:46+00:00</StartDate>
3228
+ <CompletedDate>2016-05-22T18:01:11+00:00</CompletedDate>
3229
+ <GeneratedReportId>2370039102016943</GeneratedReportId>
3230
+ </ReportRequestInfo>
3231
+ <ReportRequestInfo>
3232
+ <ReportType>_GET_SELLER_FEEDBACK_DATA_</ReportType>
3233
+ <ReportProcessingStatus>_DONE_</ReportProcessingStatus>
3234
+ <EndDate>2016-05-22T12:01:26+00:00</EndDate>
3235
+ <Scheduled>false</Scheduled>
3236
+ <ReportRequestId>216590016943</ReportRequestId>
3237
+ <StartedProcessingDate>2016-05-22T12:01:32+00:00</StartedProcessingDate>
3238
+ <SubmittedDate>2016-05-22T12:01:26+00:00</SubmittedDate>
3239
+ <StartDate>2016-04-22T12:01:26+00:00</StartDate>
3240
+ <CompletedDate>2016-05-22T12:01:48+00:00</CompletedDate>
3241
+ <GeneratedReportId>2369925152016943</GeneratedReportId>
3242
+ </ReportRequestInfo>
3243
+ <ReportRequestInfo>
3244
+ <ReportType>_GET_SELLER_FEEDBACK_DATA_</ReportType>
3245
+ <ReportProcessingStatus>_DONE_</ReportProcessingStatus>
3246
+ <EndDate>2016-05-22T06:00:10+00:00</EndDate>
3247
+ <Scheduled>false</Scheduled>
3248
+ <ReportRequestId>216585016943</ReportRequestId>
3249
+ <StartedProcessingDate>2016-05-22T06:00:15+00:00</StartedProcessingDate>
3250
+ <SubmittedDate>2016-05-22T06:00:10+00:00</SubmittedDate>
3251
+ <StartDate>2016-04-22T06:00:10+00:00</StartDate>
3252
+ <CompletedDate>2016-05-22T06:00:33+00:00</CompletedDate>
3253
+ <GeneratedReportId>2365770907016943</GeneratedReportId>
3254
+ </ReportRequestInfo>
3255
+ <ReportRequestInfo>
3256
+ <ReportType>_GET_SELLER_FEEDBACK_DATA_</ReportType>
3257
+ <ReportProcessingStatus>_DONE_</ReportProcessingStatus>
3258
+ <EndDate>2016-05-22T00:06:09+00:00</EndDate>
3259
+ <Scheduled>false</Scheduled>
3260
+ <ReportRequestId>216580016943</ReportRequestId>
3261
+ <StartedProcessingDate>2016-05-22T00:06:14+00:00</StartedProcessingDate>
3262
+ <SubmittedDate>2016-05-22T00:06:09+00:00</SubmittedDate>
3263
+ <StartDate>2016-04-22T00:06:08+00:00</StartDate>
3264
+ <CompletedDate>2016-05-22T00:06:25+00:00</CompletedDate>
3265
+ <GeneratedReportId>2363852932016943</GeneratedReportId>
3266
+ </ReportRequestInfo>
3267
+ <ReportRequestInfo>
3268
+ <ReportType>_GET_SELLER_FEEDBACK_DATA_</ReportType>
3269
+ <ReportProcessingStatus>_DONE_</ReportProcessingStatus>
3270
+ <EndDate>2016-05-21T18:00:12+00:00</EndDate>
3271
+ <Scheduled>false</Scheduled>
3272
+ <ReportRequestId>216577016942</ReportRequestId>
3273
+ <StartedProcessingDate>2016-05-21T18:00:18+00:00</StartedProcessingDate>
3274
+ <SubmittedDate>2016-05-21T18:00:12+00:00</SubmittedDate>
3275
+ <StartDate>2016-04-21T18:00:11+00:00</StartDate>
3276
+ <CompletedDate>2016-05-21T18:00:33+00:00</CompletedDate>
3277
+ <GeneratedReportId>2360880079016942</GeneratedReportId>
3278
+ </ReportRequestInfo>
3279
+ <ReportRequestInfo>
3280
+ <ReportType>_GET_SELLER_FEEDBACK_DATA_</ReportType>
3281
+ <ReportProcessingStatus>_DONE_</ReportProcessingStatus>
3282
+ <EndDate>2016-05-21T12:00:18+00:00</EndDate>
3283
+ <Scheduled>false</Scheduled>
3284
+ <ReportRequestId>216572016942</ReportRequestId>
3285
+ <StartedProcessingDate>2016-05-21T12:00:23+00:00</StartedProcessingDate>
3286
+ <SubmittedDate>2016-05-21T12:00:18+00:00</SubmittedDate>
3287
+ <StartDate>2016-04-21T12:00:17+00:00</StartDate>
3288
+ <CompletedDate>2016-05-21T12:00:40+00:00</CompletedDate>
3289
+ <GeneratedReportId>2357844539016942</GeneratedReportId>
3290
+ </ReportRequestInfo>
3291
+ <ReportRequestInfo>
3292
+ <ReportType>_GET_SELLER_FEEDBACK_DATA_</ReportType>
3293
+ <ReportProcessingStatus>_DONE_</ReportProcessingStatus>
3294
+ <EndDate>2016-05-21T06:00:12+00:00</EndDate>
3295
+ <Scheduled>false</Scheduled>
3296
+ <ReportRequestId>216569016942</ReportRequestId>
3297
+ <StartedProcessingDate>2016-05-21T06:00:18+00:00</StartedProcessingDate>
3298
+ <SubmittedDate>2016-05-21T06:00:12+00:00</SubmittedDate>
3299
+ <StartDate>2016-04-21T06:00:11+00:00</StartDate>
3300
+ <CompletedDate>2016-05-21T06:00:31+00:00</CompletedDate>
3301
+ <GeneratedReportId>2356126492016942</GeneratedReportId>
3302
+ </ReportRequestInfo>
3303
+ <NextToken>mkjdpiIlABb2jpZedg0wbVuY6vtoszFEkjuVE65+y3QDHCtdbbrSQvZOdotU7UfcICyhlLgHd4hT171PgPvOgErbdCwB0OLepQQglH5jMfysn4oQjBNLfOwKTlVUTzofp937q1qN8GEHuSyWPBuH0f7LiTsxDIWbrIo9RYzq+plaYoYGDb2Hqp3kYWgPgvHe17WmyEmFIK0Lz1LQSfaFtQEeVEcpsrg7G4x9QGvKonh/0j4foEcBem3QEHQweJIbYhM1krM5H39eOBYANAvzraqEaC1Ubo4/KsXfpJaVon0nnNJLqV7WIpmevJLeZewVB2r96aDvpDdmSxsu51vt3E4mqScqj+fE4wQOhdGwL08URVVnqOhNjfUIbwjLL3QZ92XXlvcTJCLPZjTnVM/HGQ==</NextToken>
3304
+ </GetReportRequestListResult>
3305
+ <ResponseMetadata>
3306
+ <RequestId>ab967712-fb55-4998-82d7-e7da7ccdf342</RequestId>
3307
+ </ResponseMetadata>
3308
+ </GetReportRequestListResponse>
3309
+ http_version:
3310
+ recorded_at: Mon, 23 May 2016 13:12:07 GMT
3311
+ - request:
3312
+ method: post
3313
+ uri: https://mws-eu.amazonservices.com/
3314
+ body:
3315
+ encoding: UTF-8
3316
+ string: AWSAccessKeyId=FILTERED&Action=GetReportRequestList&SellerId=FILTERED&SignatureMethod=HmacSHA256&SignatureVersion=2&Timestamp=2016-05-23T13%3A12%3A07Z&Version=2009-01-01&Signature=zo7iQjQFwzaopd%2FUbUOZ%2FVoQoOzwu%2FKu0XivOJOEqqU%3D
3317
+ headers:
3318
+ User-Agent:
3319
+ - Jeff/1.5.1 (Language=Ruby; Hakans-MacBook.home)
3320
+ Content-Type:
3321
+ - application/x-www-form-urlencoded
3322
+ response:
3323
+ status:
3324
+ code: 200
3325
+ message:
3326
+ headers:
3327
+ Server:
3328
+ - Server
3329
+ Date:
3330
+ - Mon, 23 May 2016 13:12:07 GMT
3331
+ Content-Type:
3332
+ - text/xml
3333
+ Content-Length:
3334
+ - '7054'
3335
+ Connection:
3336
+ - keep-alive
3337
+ x-mws-quota-max:
3338
+ - '80.0'
3339
+ x-mws-quota-remaining:
3340
+ - '80.0'
3341
+ x-mws-quota-resetsOn:
3342
+ - '2016-05-23T13:19:00.000Z'
3343
+ X-Amz-Date:
3344
+ - Mon, 23 May 2016 13:12:07 GMT
3345
+ Vary:
3346
+ - Accept-Encoding,User-Agent
3347
+ x-amzn-Authorization:
3348
+ - AAA SignedHeaders=X-Amz-Date, identity=com.amazon.aaa.FrpAndromedaReportsPlugin.AndromedaControlService.amzn1.aaa.id.lwigtwr3h4inoeknjer76q4tl4.Default/1,
3349
+ Signed=true, Encrypted=false, Signature=/Bjo/k7Bi6cjEqxae6iBi5c11HkdsOQXTrKVziJhOZU=,
3350
+ Algorithm=HmacSHA256
3351
+ x-mws-request-id:
3352
+ - eb6af996-4171-45c4-ba45-14ac2fa655a6
3353
+ x-mws-timestamp:
3354
+ - '2016-05-23T13:12:07.818Z'
3355
+ x-mws-response-context:
3356
+ - vOcSdmWhwljihpkjDTiixhpq2yI/bp9Dl8UOZ1AAj0Kx3h2iWaNA2iRYCh7he+d0Lg29MvYxnGU3
3357
+ GltRAGIJ4A==
3358
+ body:
3359
+ encoding: UTF-8
3360
+ string: |
3361
+ <?xml version="1.0"?>
3362
+ <GetReportRequestListResponse xmlns="http://mws.amazonaws.com/doc/2009-01-01/">
3363
+ <GetReportRequestListResult>
3364
+ <HasNext>true</HasNext>
3365
+ <ReportRequestInfo>
3366
+ <ReportType>_GET_SELLER_FEEDBACK_DATA_</ReportType>
3367
+ <ReportProcessingStatus>_DONE_</ReportProcessingStatus>
3368
+ <EndDate>2016-05-23T12:00:17+00:00</EndDate>
3369
+ <Scheduled>false</Scheduled>
3370
+ <ReportRequestId>209228016944</ReportRequestId>
3371
+ <StartedProcessingDate>2016-05-23T12:00:24+00:00</StartedProcessingDate>
3372
+ <SubmittedDate>2016-05-23T12:00:17+00:00</SubmittedDate>
3373
+ <CompletedDate>2016-05-23T12:00:34+00:00</CompletedDate>
3374
+ <StartDate>2016-04-23T12:00:17+00:00</StartDate>
3375
+ <GeneratedReportId>2377219275016944</GeneratedReportId>
3376
+ </ReportRequestInfo>
3377
+ <ReportRequestInfo>
3378
+ <ReportType>_GET_SELLER_FEEDBACK_DATA_</ReportType>
3379
+ <ReportProcessingStatus>_DONE_</ReportProcessingStatus>
3380
+ <EndDate>2016-05-23T06:00:48+00:00</EndDate>
3381
+ <Scheduled>false</Scheduled>
3382
+ <ReportRequestId>209207016944</ReportRequestId>
3383
+ <StartedProcessingDate>2016-05-23T06:00:53+00:00</StartedProcessingDate>
3384
+ <SubmittedDate>2016-05-23T06:00:48+00:00</SubmittedDate>
3385
+ <CompletedDate>2016-05-23T06:01:03+00:00</CompletedDate>
3386
+ <StartDate>2016-04-23T06:00:47+00:00</StartDate>
3387
+ <GeneratedReportId>2373794492016944</GeneratedReportId>
3388
+ </ReportRequestInfo>
3389
+ <ReportRequestInfo>
3390
+ <ReportType>_GET_SELLER_FEEDBACK_DATA_</ReportType>
3391
+ <ReportProcessingStatus>_DONE_</ReportProcessingStatus>
3392
+ <EndDate>2016-05-23T00:08:02+00:00</EndDate>
3393
+ <Scheduled>false</Scheduled>
3394
+ <ReportRequestId>209184016944</ReportRequestId>
3395
+ <StartedProcessingDate>2016-05-23T00:08:07+00:00</StartedProcessingDate>
3396
+ <SubmittedDate>2016-05-23T00:08:02+00:00</SubmittedDate>
3397
+ <CompletedDate>2016-05-23T00:08:17+00:00</CompletedDate>
3398
+ <StartDate>2016-04-23T00:08:02+00:00</StartDate>
3399
+ <GeneratedReportId>2370473533016944</GeneratedReportId>
3400
+ </ReportRequestInfo>
3401
+ <ReportRequestInfo>
3402
+ <ReportType>_GET_SELLER_FEEDBACK_DATA_</ReportType>
3403
+ <ReportProcessingStatus>_DONE_</ReportProcessingStatus>
3404
+ <EndDate>2016-05-22T18:00:48+00:00</EndDate>
3405
+ <Scheduled>false</Scheduled>
3406
+ <ReportRequestId>209159016943</ReportRequestId>
3407
+ <StartedProcessingDate>2016-05-22T18:00:55+00:00</StartedProcessingDate>
3408
+ <SubmittedDate>2016-05-22T18:00:48+00:00</SubmittedDate>
3409
+ <CompletedDate>2016-05-22T18:01:10+00:00</CompletedDate>
3410
+ <StartDate>2016-04-22T18:00:47+00:00</StartDate>
3411
+ <GeneratedReportId>2368761107016943</GeneratedReportId>
3412
+ </ReportRequestInfo>
3413
+ <ReportRequestInfo>
3414
+ <ReportType>_GET_SELLER_FEEDBACK_DATA_</ReportType>
3415
+ <ReportProcessingStatus>_DONE_</ReportProcessingStatus>
3416
+ <EndDate>2016-05-22T12:01:28+00:00</EndDate>
3417
+ <Scheduled>false</Scheduled>
3418
+ <ReportRequestId>209152016943</ReportRequestId>
3419
+ <StartedProcessingDate>2016-05-22T12:01:34+00:00</StartedProcessingDate>
3420
+ <SubmittedDate>2016-05-22T12:01:28+00:00</SubmittedDate>
3421
+ <CompletedDate>2016-05-22T12:01:44+00:00</CompletedDate>
3422
+ <StartDate>2016-04-22T12:01:27+00:00</StartDate>
3423
+ <GeneratedReportId>2369183776016943</GeneratedReportId>
3424
+ </ReportRequestInfo>
3425
+ <ReportRequestInfo>
3426
+ <ReportType>_GET_SELLER_FEEDBACK_DATA_</ReportType>
3427
+ <ReportProcessingStatus>_DONE_</ReportProcessingStatus>
3428
+ <EndDate>2016-05-22T06:00:11+00:00</EndDate>
3429
+ <Scheduled>false</Scheduled>
3430
+ <ReportRequestId>209147016943</ReportRequestId>
3431
+ <StartedProcessingDate>2016-05-22T06:00:17+00:00</StartedProcessingDate>
3432
+ <SubmittedDate>2016-05-22T06:00:11+00:00</SubmittedDate>
3433
+ <CompletedDate>2016-05-22T06:00:30+00:00</CompletedDate>
3434
+ <StartDate>2016-04-22T06:00:11+00:00</StartDate>
3435
+ <GeneratedReportId>2367965553016943</GeneratedReportId>
3436
+ </ReportRequestInfo>
3437
+ <ReportRequestInfo>
3438
+ <ReportType>_GET_SELLER_FEEDBACK_DATA_</ReportType>
3439
+ <ReportProcessingStatus>_DONE_</ReportProcessingStatus>
3440
+ <EndDate>2016-05-22T00:06:09+00:00</EndDate>
3441
+ <Scheduled>false</Scheduled>
3442
+ <ReportRequestId>209142016943</ReportRequestId>
3443
+ <StartedProcessingDate>2016-05-22T00:06:15+00:00</StartedProcessingDate>
3444
+ <SubmittedDate>2016-05-22T00:06:09+00:00</SubmittedDate>
3445
+ <CompletedDate>2016-05-22T00:06:24+00:00</CompletedDate>
3446
+ <StartDate>2016-04-22T00:06:09+00:00</StartDate>
3447
+ <GeneratedReportId>2364088296016943</GeneratedReportId>
3448
+ </ReportRequestInfo>
3449
+ <ReportRequestInfo>
3450
+ <ReportType>_GET_SELLER_FEEDBACK_DATA_</ReportType>
3451
+ <ReportProcessingStatus>_DONE_</ReportProcessingStatus>
3452
+ <EndDate>2016-05-21T18:00:12+00:00</EndDate>
3453
+ <Scheduled>false</Scheduled>
3454
+ <ReportRequestId>209139016942</ReportRequestId>
3455
+ <StartedProcessingDate>2016-05-21T18:00:19+00:00</StartedProcessingDate>
3456
+ <SubmittedDate>2016-05-21T18:00:12+00:00</SubmittedDate>
3457
+ <CompletedDate>2016-05-21T18:00:28+00:00</CompletedDate>
3458
+ <StartDate>2016-04-21T18:00:12+00:00</StartDate>
3459
+ <GeneratedReportId>2363003890016942</GeneratedReportId>
3460
+ </ReportRequestInfo>
3461
+ <ReportRequestInfo>
3462
+ <ReportType>_GET_SELLER_FEEDBACK_DATA_</ReportType>
3463
+ <ReportProcessingStatus>_DONE_</ReportProcessingStatus>
3464
+ <EndDate>2016-05-21T12:00:18+00:00</EndDate>
3465
+ <Scheduled>false</Scheduled>
3466
+ <ReportRequestId>209134016942</ReportRequestId>
3467
+ <StartedProcessingDate>2016-05-21T12:00:24+00:00</StartedProcessingDate>
3468
+ <SubmittedDate>2016-05-21T12:00:18+00:00</SubmittedDate>
3469
+ <CompletedDate>2016-05-21T12:00:35+00:00</CompletedDate>
3470
+ <StartDate>2016-04-21T12:00:18+00:00</StartDate>
3471
+ <GeneratedReportId>2359401907016942</GeneratedReportId>
3472
+ </ReportRequestInfo>
3473
+ <ReportRequestInfo>
3474
+ <ReportType>_GET_SELLER_FEEDBACK_DATA_</ReportType>
3475
+ <ReportProcessingStatus>_DONE_</ReportProcessingStatus>
3476
+ <EndDate>2016-05-21T06:00:13+00:00</EndDate>
3477
+ <Scheduled>false</Scheduled>
3478
+ <ReportRequestId>209130016942</ReportRequestId>
3479
+ <StartedProcessingDate>2016-05-21T06:00:19+00:00</StartedProcessingDate>
3480
+ <SubmittedDate>2016-05-21T06:00:13+00:00</SubmittedDate>
3481
+ <CompletedDate>2016-05-21T06:00:29+00:00</CompletedDate>
3482
+ <StartDate>2016-04-21T06:00:12+00:00</StartDate>
3483
+ <GeneratedReportId>2354930170016942</GeneratedReportId>
3484
+ </ReportRequestInfo>
3485
+ <NextToken>56+LkT6pZub2jpZedg0wbVuY6vtoszFEn49F+ytER18LQ0oPYBFYErudlxL/J7sKGUy5CXwdXMZxrBy2GCH8wQqIoEpBsmV/rLeWqlELeHAlde9Gso+5bxt80QFN8ESIpNyJgWh/o7K9s/swjukSH1vigUYEtGQlpC/2qugYk3PZs+HUy2ma1bq8xqAchQNKA0tvHL0/qpQJB3E4kjSqi/G02Bv+wHa8U9F3pU5vAspRj2pk/tU8clAEYBmxRnHgpB2h6KSzi2hI48pWZpnD4iARhgvBziXdxlBAm8QTb+pmLh6F/1gEoFR9hY59NVlcvkVMcQApaAUhhCyW9FyVNZCqzOH658n3XzUBHl30UTB+3CVvt80QyVJSslG6YTlw</NextToken>
3486
+ </GetReportRequestListResult>
3487
+ <ResponseMetadata>
3488
+ <RequestId>eb6af996-4171-45c4-ba45-14ac2fa655a6</RequestId>
3489
+ </ResponseMetadata>
3490
+ </GetReportRequestListResponse>
3491
+ http_version:
3492
+ recorded_at: Mon, 23 May 2016 13:12:08 GMT
3493
+ - request:
3494
+ method: post
3495
+ uri: https://mws.amazonservices.com.mx/
3496
+ body:
3497
+ encoding: UTF-8
3498
+ string: AWSAccessKeyId=FILTERED&Action=GetReportScheduleCount&SellerId=FILTERED&SignatureMethod=HmacSHA256&SignatureVersion=2&Timestamp=2016-05-23T13%3A12%3A08Z&Version=2009-01-01&Signature=aO8WwVXdN4obHjKe%2B9ETfy07A0gk%2FI6aLXrKRpkwV7g%3D
3499
+ headers:
3500
+ User-Agent:
3501
+ - Jeff/1.5.1 (Language=Ruby; Hakans-MacBook.home)
3502
+ Content-Type:
3503
+ - application/x-www-form-urlencoded
3504
+ response:
3505
+ status:
3506
+ code: 200
3507
+ message:
3508
+ headers:
3509
+ Server:
3510
+ - Server
3511
+ Date:
3512
+ - Mon, 23 May 2016 13:12:08 GMT
3513
+ Content-Type:
3514
+ - text/xml
3515
+ Content-Length:
3516
+ - '333'
3517
+ Connection:
3518
+ - keep-alive
3519
+ x-mws-quota-max:
3520
+ - '80.0'
3521
+ x-mws-quota-remaining:
3522
+ - '80.0'
3523
+ x-mws-quota-resetsOn:
3524
+ - '2016-05-23T13:15:00.000Z'
3525
+ X-Amz-Date:
3526
+ - Mon, 23 May 2016 13:12:08 GMT
3527
+ x-amzn-Authorization:
3528
+ - AAA SignedHeaders=X-Amz-Date, identity=com.amazon.aaa.FrpAndromedaReportsPlugin.AndromedaControlService.amzn1.aaa.id.qhz3ylg755gkejyk5sh44qm3wy.Default/1,
3529
+ Signed=true, Encrypted=false, Signature=ldq/eJqkhHWoItucVnhRQc8+lT2vhVqZWRXrWaBmE08=,
3530
+ Algorithm=HmacSHA256
3531
+ x-mws-request-id:
3532
+ - f790e9f0-6562-456d-81cd-710e75b02ca1
3533
+ x-mws-timestamp:
3534
+ - '2016-05-23T13:12:08.724Z'
3535
+ x-mws-response-context:
3536
+ - DjcWh6Axk6+6qNpMF6LgvGCq2+Ef0vNShb4tHgypIfUFyFa54PJPRSky/aIS/g1Z/ukvvlxUMLJT
3537
+ OCYXlKX0Jg==
3538
+ Vary:
3539
+ - Accept-Encoding,User-Agent
3540
+ body:
3541
+ encoding: UTF-8
3542
+ string: |
3543
+ <?xml version="1.0"?>
3544
+ <GetReportScheduleCountResponse xmlns="http://mws.amazonaws.com/doc/2009-01-01/">
3545
+ <GetReportScheduleCountResult>
3546
+ <Count>0</Count>
3547
+ </GetReportScheduleCountResult>
3548
+ <ResponseMetadata>
3549
+ <RequestId>f790e9f0-6562-456d-81cd-710e75b02ca1</RequestId>
3550
+ </ResponseMetadata>
3551
+ </GetReportScheduleCountResponse>
3552
+ http_version:
3553
+ recorded_at: Mon, 23 May 2016 13:12:08 GMT
3554
+ - request:
3555
+ method: post
3556
+ uri: https://mws-eu.amazonservices.com/
3557
+ body:
3558
+ encoding: UTF-8
3559
+ string: AWSAccessKeyId=FILTERED&Action=GetReportScheduleCount&SellerId=FILTERED&SignatureMethod=HmacSHA256&SignatureVersion=2&Timestamp=2016-05-23T13%3A12%3A09Z&Version=2009-01-01&Signature=DG2jCXB7YKsiJnfxwpya1d5f%2F0x5Q4OPkvrIEenAIJo%3D
3560
+ headers:
3561
+ User-Agent:
3562
+ - Jeff/1.5.1 (Language=Ruby; Hakans-MacBook.home)
3563
+ Content-Type:
3564
+ - application/x-www-form-urlencoded
3565
+ response:
3566
+ status:
3567
+ code: 200
3568
+ message:
3569
+ headers:
3570
+ Server:
3571
+ - Server
3572
+ Date:
3573
+ - Mon, 23 May 2016 13:12:09 GMT
3574
+ Content-Type:
3575
+ - text/xml
3576
+ Content-Length:
3577
+ - '333'
3578
+ Connection:
3579
+ - keep-alive
3580
+ x-mws-quota-max:
3581
+ - '80.0'
3582
+ x-mws-quota-remaining:
3583
+ - '80.0'
3584
+ x-mws-quota-resetsOn:
3585
+ - '2016-05-23T14:11:00.000Z'
3586
+ X-Amz-Date:
3587
+ - Mon, 23 May 2016 13:12:09 GMT
3588
+ x-amzn-Authorization:
3589
+ - AAA SignedHeaders=X-Amz-Date, identity=com.amazon.aaa.FrpAndromedaReportsPlugin.AndromedaControlService.amzn1.aaa.id.lwigtwr3h4inoeknjer76q4tl4.Default/1,
3590
+ Signed=true, Encrypted=false, Signature=XzY9o8cpCEXnZ8aHsCVSw6lliBsv7T65J3BZL1NcZqM=,
3591
+ Algorithm=HmacSHA256
3592
+ x-mws-request-id:
3593
+ - 511fbb6c-4dc5-4a4d-a223-5b356ef3e2cc
3594
+ x-mws-timestamp:
3595
+ - '2016-05-23T13:12:09.163Z'
3596
+ x-mws-response-context:
3597
+ - AdjrxW9m3zxSRGfBkZohik4G83fRt3D9uUyVN38Du/gP7PY+mhn4MI4iNNWcEpK1wQi9NpVjU4cO
3598
+ ilfkDAxiUg==
3599
+ Vary:
3600
+ - Accept-Encoding,User-Agent
3601
+ body:
3602
+ encoding: UTF-8
3603
+ string: |
3604
+ <?xml version="1.0"?>
3605
+ <GetReportScheduleCountResponse xmlns="http://mws.amazonaws.com/doc/2009-01-01/">
3606
+ <GetReportScheduleCountResult>
3607
+ <Count>0</Count>
3608
+ </GetReportScheduleCountResult>
3609
+ <ResponseMetadata>
3610
+ <RequestId>511fbb6c-4dc5-4a4d-a223-5b356ef3e2cc</RequestId>
3611
+ </ResponseMetadata>
3612
+ </GetReportScheduleCountResponse>
3613
+ http_version:
3614
+ recorded_at: Mon, 23 May 2016 13:12:09 GMT
3615
+ - request:
3616
+ method: post
3617
+ uri: https://mws-eu.amazonservices.com/
3618
+ body:
3619
+ encoding: UTF-8
3620
+ string: AWSAccessKeyId=FILTERED&Action=GetReportScheduleCount&SellerId=FILTERED&SignatureMethod=HmacSHA256&SignatureVersion=2&Timestamp=2016-05-23T13%3A12%3A09Z&Version=2009-01-01&Signature=o%2FFKkXpFYcSRD%2F6Bo14jT6uSC7zVm3430976NK4T7FQ%3D
3621
+ headers:
3622
+ User-Agent:
3623
+ - Jeff/1.5.1 (Language=Ruby; Hakans-MacBook.home)
3624
+ Content-Type:
3625
+ - application/x-www-form-urlencoded
3626
+ response:
3627
+ status:
3628
+ code: 200
3629
+ message:
3630
+ headers:
3631
+ Server:
3632
+ - Server
3633
+ Date:
3634
+ - Mon, 23 May 2016 13:12:09 GMT
3635
+ Content-Type:
3636
+ - text/xml
3637
+ Content-Length:
3638
+ - '333'
3639
+ Connection:
3640
+ - keep-alive
3641
+ x-mws-quota-max:
3642
+ - '80.0'
3643
+ x-mws-quota-remaining:
3644
+ - '80.0'
3645
+ x-mws-quota-resetsOn:
3646
+ - '2016-05-23T13:54:00.000Z'
3647
+ X-Amz-Date:
3648
+ - Mon, 23 May 2016 13:12:09 GMT
3649
+ x-amzn-Authorization:
3650
+ - AAA SignedHeaders=X-Amz-Date, identity=com.amazon.aaa.FrpAndromedaReportsPlugin.AndromedaControlService.amzn1.aaa.id.lwigtwr3h4inoeknjer76q4tl4.Default/1,
3651
+ Signed=true, Encrypted=false, Signature=H47RKVXa9SLo5hmcP0VH1ikxBYwWW5fxJBAAdMCRPRU=,
3652
+ Algorithm=HmacSHA256
3653
+ x-mws-request-id:
3654
+ - b5ebe9c6-1e03-45a1-9382-73f6484622e6
3655
+ x-mws-timestamp:
3656
+ - '2016-05-23T13:12:09.525Z'
3657
+ x-mws-response-context:
3658
+ - lXsgZ4z/r8aoNfWzELp4EMUv9RNi9BTOhLDjB2hxaAFNKCwG9L54WuFlyR9IHeIiIoQP4zjhSXLz
3659
+ paqdbFcGEw==
3660
+ Vary:
3661
+ - Accept-Encoding,User-Agent
3662
+ body:
3663
+ encoding: UTF-8
3664
+ string: |
3665
+ <?xml version="1.0"?>
3666
+ <GetReportScheduleCountResponse xmlns="http://mws.amazonaws.com/doc/2009-01-01/">
3667
+ <GetReportScheduleCountResult>
3668
+ <Count>1</Count>
3669
+ </GetReportScheduleCountResult>
3670
+ <ResponseMetadata>
3671
+ <RequestId>b5ebe9c6-1e03-45a1-9382-73f6484622e6</RequestId>
3672
+ </ResponseMetadata>
3673
+ </GetReportScheduleCountResponse>
3674
+ http_version:
3675
+ recorded_at: Mon, 23 May 2016 13:12:09 GMT
3676
+ - request:
3677
+ method: post
3678
+ uri: https://mws-eu.amazonservices.com/
3679
+ body:
3680
+ encoding: UTF-8
3681
+ string: AWSAccessKeyId=FILTERED&Action=GetReportScheduleCount&SellerId=FILTERED&SignatureMethod=HmacSHA256&SignatureVersion=2&Timestamp=2016-05-23T13%3A12%3A09Z&Version=2009-01-01&Signature=%2FJRPLYTc3Om4ylnYbhM%2BcuCcZ%2BhGrkmrxnegqCLtrZA%3D
3682
+ headers:
3683
+ User-Agent:
3684
+ - Jeff/1.5.1 (Language=Ruby; Hakans-MacBook.home)
3685
+ Content-Type:
3686
+ - application/x-www-form-urlencoded
3687
+ response:
3688
+ status:
3689
+ code: 200
3690
+ message:
3691
+ headers:
3692
+ Server:
3693
+ - Server
3694
+ Date:
3695
+ - Mon, 23 May 2016 13:12:09 GMT
3696
+ Content-Type:
3697
+ - text/xml
3698
+ Content-Length:
3699
+ - '333'
3700
+ Connection:
3701
+ - keep-alive
3702
+ x-mws-quota-max:
3703
+ - '80.0'
3704
+ x-mws-quota-remaining:
3705
+ - '80.0'
3706
+ x-mws-quota-resetsOn:
3707
+ - '2016-05-23T14:07:00.000Z'
3708
+ X-Amz-Date:
3709
+ - Mon, 23 May 2016 13:12:09 GMT
3710
+ x-amzn-Authorization:
3711
+ - AAA SignedHeaders=X-Amz-Date, identity=com.amazon.aaa.FrpAndromedaReportsPlugin.AndromedaControlService.amzn1.aaa.id.lwigtwr3h4inoeknjer76q4tl4.Default/1,
3712
+ Signed=true, Encrypted=false, Signature=vuNAjrDQAbeXsjR//4lLiHksJS4GHzeUN1Z64dlwIS0=,
3713
+ Algorithm=HmacSHA256
3714
+ x-mws-request-id:
3715
+ - 927b8cea-04fa-4dd8-9e83-5baec0886b8f
3716
+ x-mws-timestamp:
3717
+ - '2016-05-23T13:12:09.859Z'
3718
+ x-mws-response-context:
3719
+ - Il1yezsqb8DWmdIovs/eAFggz+ODJGcn6toiyyKTwP1488ifsuS0c546stRr3kan8dmi7H68IrJf
3720
+ 78AKDdez4w==
3721
+ Vary:
3722
+ - Accept-Encoding,User-Agent
3723
+ body:
3724
+ encoding: UTF-8
3725
+ string: |
3726
+ <?xml version="1.0"?>
3727
+ <GetReportScheduleCountResponse xmlns="http://mws.amazonaws.com/doc/2009-01-01/">
3728
+ <GetReportScheduleCountResult>
3729
+ <Count>0</Count>
3730
+ </GetReportScheduleCountResult>
3731
+ <ResponseMetadata>
3732
+ <RequestId>927b8cea-04fa-4dd8-9e83-5baec0886b8f</RequestId>
3733
+ </ResponseMetadata>
3734
+ </GetReportScheduleCountResponse>
3735
+ http_version:
3736
+ recorded_at: Mon, 23 May 2016 13:12:09 GMT
3737
+ - request:
3738
+ method: post
3739
+ uri: https://mws-eu.amazonservices.com/
3740
+ body:
3741
+ encoding: UTF-8
3742
+ string: AWSAccessKeyId=FILTERED&Action=GetReportScheduleCount&SellerId=FILTERED&SignatureMethod=HmacSHA256&SignatureVersion=2&Timestamp=2016-05-23T13%3A12%3A09Z&Version=2009-01-01&Signature=B2CZCWgyEbgz1%2Bk82UYcTt0eztMn1iFSRroPTr0bgss%3D
3743
+ headers:
3744
+ User-Agent:
3745
+ - Jeff/1.5.1 (Language=Ruby; Hakans-MacBook.home)
3746
+ Content-Type:
3747
+ - application/x-www-form-urlencoded
3748
+ response:
3749
+ status:
3750
+ code: 200
3751
+ message:
3752
+ headers:
3753
+ Server:
3754
+ - Server
3755
+ Date:
3756
+ - Mon, 23 May 2016 13:12:10 GMT
3757
+ Content-Type:
3758
+ - text/xml
3759
+ Content-Length:
3760
+ - '333'
3761
+ Connection:
3762
+ - keep-alive
3763
+ x-mws-quota-max:
3764
+ - '80.0'
3765
+ x-mws-quota-remaining:
3766
+ - '80.0'
3767
+ x-mws-quota-resetsOn:
3768
+ - '2016-05-23T13:19:00.000Z'
3769
+ X-Amz-Date:
3770
+ - Mon, 23 May 2016 13:12:10 GMT
3771
+ x-amzn-Authorization:
3772
+ - AAA SignedHeaders=X-Amz-Date, identity=com.amazon.aaa.FrpAndromedaReportsPlugin.AndromedaControlService.amzn1.aaa.id.lwigtwr3h4inoeknjer76q4tl4.Default/1,
3773
+ Signed=true, Encrypted=false, Signature=w1FwNpk+wyRl0J7S8WGy54XxmNOLQaBrLWR4Aof52H4=,
3774
+ Algorithm=HmacSHA256
3775
+ x-mws-request-id:
3776
+ - c6c7e30a-0ae8-4d7c-9929-43a7ee845f16
3777
+ x-mws-timestamp:
3778
+ - '2016-05-23T13:12:10.161Z'
3779
+ x-mws-response-context:
3780
+ - wF2oxKGE8j44WXy5lDOmiXGNs4X81GN1rkiY0QY8Q9WzM//NXKVYuV2dezJmdFkx2H7QKeICEKtW
3781
+ ZxIFT54OBw==
3782
+ Vary:
3783
+ - Accept-Encoding,User-Agent
3784
+ body:
3785
+ encoding: UTF-8
3786
+ string: |
3787
+ <?xml version="1.0"?>
3788
+ <GetReportScheduleCountResponse xmlns="http://mws.amazonaws.com/doc/2009-01-01/">
3789
+ <GetReportScheduleCountResult>
3790
+ <Count>0</Count>
3791
+ </GetReportScheduleCountResult>
3792
+ <ResponseMetadata>
3793
+ <RequestId>c6c7e30a-0ae8-4d7c-9929-43a7ee845f16</RequestId>
3794
+ </ResponseMetadata>
3795
+ </GetReportScheduleCountResponse>
3796
+ http_version:
3797
+ recorded_at: Mon, 23 May 2016 13:12:10 GMT
3798
+ - request:
3799
+ method: post
3800
+ uri: https://mws.amazonservices.com.mx/
3801
+ body:
3802
+ encoding: UTF-8
3803
+ string: AWSAccessKeyId=FILTERED&Action=GetReportRequestCount&SellerId=FILTERED&SignatureMethod=HmacSHA256&SignatureVersion=2&Timestamp=2016-05-23T13%3A12%3A10Z&Version=2009-01-01&Signature=zW4MU1NSqpx5wdfFC9aI%2FAoNXDenAMNopg2OwQXaRG8%3D
3804
+ headers:
3805
+ User-Agent:
3806
+ - Jeff/1.5.1 (Language=Ruby; Hakans-MacBook.home)
3807
+ Content-Type:
3808
+ - application/x-www-form-urlencoded
3809
+ response:
3810
+ status:
3811
+ code: 200
3812
+ message:
3813
+ headers:
3814
+ Server:
3815
+ - Server
3816
+ Date:
3817
+ - Mon, 23 May 2016 13:12:11 GMT
3818
+ Content-Type:
3819
+ - text/xml
3820
+ Content-Length:
3821
+ - '331'
3822
+ Connection:
3823
+ - keep-alive
3824
+ x-mws-quota-max:
3825
+ - '80.0'
3826
+ x-mws-quota-remaining:
3827
+ - '80.0'
3828
+ x-mws-quota-resetsOn:
3829
+ - '2016-05-23T13:15:00.000Z'
3830
+ X-Amz-Date:
3831
+ - Mon, 23 May 2016 13:12:11 GMT
3832
+ x-amzn-Authorization:
3833
+ - AAA SignedHeaders=X-Amz-Date, identity=com.amazon.aaa.FrpAndromedaReportsPlugin.AndromedaControlService.amzn1.aaa.id.qhz3ylg755gkejyk5sh44qm3wy.Default/1,
3834
+ Signed=true, Encrypted=false, Signature=nUi/ywSJQ2e0SwY5C70wN6chVmbeudCApYi5eIumh64=,
3835
+ Algorithm=HmacSHA256
3836
+ x-mws-request-id:
3837
+ - e3cdc141-5d8e-49e3-ab80-00f1a7eadc0d
3838
+ x-mws-timestamp:
3839
+ - '2016-05-23T13:12:11.039Z'
3840
+ x-mws-response-context:
3841
+ - Wj+jhP2C70KXFiocUg+ESTOExTM1YD2kenuEW5zKMGPa96GjmmVnSzBSU3AU4wxXUGQRY3COcDOc
3842
+ 8U1o407yhw==
3843
+ Vary:
3844
+ - Accept-Encoding,User-Agent
3845
+ body:
3846
+ encoding: UTF-8
3847
+ string: |
3848
+ <?xml version="1.0"?>
3849
+ <GetReportRequestCountResponse xmlns="http://mws.amazonaws.com/doc/2009-01-01/">
3850
+ <GetReportRequestCountResult>
3851
+ <Count>361</Count>
3852
+ </GetReportRequestCountResult>
3853
+ <ResponseMetadata>
3854
+ <RequestId>e3cdc141-5d8e-49e3-ab80-00f1a7eadc0d</RequestId>
3855
+ </ResponseMetadata>
3856
+ </GetReportRequestCountResponse>
3857
+ http_version:
3858
+ recorded_at: Mon, 23 May 2016 13:12:11 GMT
3859
+ - request:
3860
+ method: post
3861
+ uri: https://mws-eu.amazonservices.com/
3862
+ body:
3863
+ encoding: UTF-8
3864
+ string: AWSAccessKeyId=FILTERED&Action=GetReportRequestCount&SellerId=FILTERED&SignatureMethod=HmacSHA256&SignatureVersion=2&Timestamp=2016-05-23T13%3A12%3A11Z&Version=2009-01-01&Signature=9WYtCpgD4ez3v1iwUJnICCBF77uDq%2B9UaqyzmLmMhN8%3D
3865
+ headers:
3866
+ User-Agent:
3867
+ - Jeff/1.5.1 (Language=Ruby; Hakans-MacBook.home)
3868
+ Content-Type:
3869
+ - application/x-www-form-urlencoded
3870
+ response:
3871
+ status:
3872
+ code: 200
3873
+ message:
3874
+ headers:
3875
+ Server:
3876
+ - Server
3877
+ Date:
3878
+ - Mon, 23 May 2016 13:12:11 GMT
3879
+ Content-Type:
3880
+ - text/xml
3881
+ Content-Length:
3882
+ - '331'
3883
+ Connection:
3884
+ - keep-alive
3885
+ x-mws-quota-max:
3886
+ - '80.0'
3887
+ x-mws-quota-remaining:
3888
+ - '80.0'
3889
+ x-mws-quota-resetsOn:
3890
+ - '2016-05-23T14:11:00.000Z'
3891
+ X-Amz-Date:
3892
+ - Mon, 23 May 2016 13:12:11 GMT
3893
+ x-amzn-Authorization:
3894
+ - AAA SignedHeaders=X-Amz-Date, identity=com.amazon.aaa.FrpAndromedaReportsPlugin.AndromedaControlService.amzn1.aaa.id.lwigtwr3h4inoeknjer76q4tl4.Default/1,
3895
+ Signed=true, Encrypted=false, Signature=q6q4jg7mSkspfBbpZPOmmA2fGW5lizXfxUCcunuxjd4=,
3896
+ Algorithm=HmacSHA256
3897
+ x-mws-request-id:
3898
+ - de3deaf2-9030-45cb-8335-4f55f9f3b173
3899
+ x-mws-timestamp:
3900
+ - '2016-05-23T13:12:11.585Z'
3901
+ x-mws-response-context:
3902
+ - HpZznGclOiO93sggYdewx/wZRZTmtiuJOJWO7n8udNNjfcKu9yT5qmBMQoq27eJ//MwJLWusGW6X
3903
+ n2UQKuihrQ==
3904
+ Vary:
3905
+ - Accept-Encoding,User-Agent
3906
+ body:
3907
+ encoding: UTF-8
3908
+ string: |
3909
+ <?xml version="1.0"?>
3910
+ <GetReportRequestCountResponse xmlns="http://mws.amazonaws.com/doc/2009-01-01/">
3911
+ <GetReportRequestCountResult>
3912
+ <Count>378</Count>
3913
+ </GetReportRequestCountResult>
3914
+ <ResponseMetadata>
3915
+ <RequestId>de3deaf2-9030-45cb-8335-4f55f9f3b173</RequestId>
3916
+ </ResponseMetadata>
3917
+ </GetReportRequestCountResponse>
3918
+ http_version:
3919
+ recorded_at: Mon, 23 May 2016 13:12:11 GMT
3920
+ - request:
3921
+ method: post
3922
+ uri: https://mws-eu.amazonservices.com/
3923
+ body:
3924
+ encoding: UTF-8
3925
+ string: AWSAccessKeyId=FILTERED&Action=GetReportRequestCount&SellerId=FILTERED&SignatureMethod=HmacSHA256&SignatureVersion=2&Timestamp=2016-05-23T13%3A12%3A11Z&Version=2009-01-01&Signature=1vgQUU9aZtl0ah6vN1WSov7%2FXl%2FGfCt2A6RyFbtbdE0%3D
3926
+ headers:
3927
+ User-Agent:
3928
+ - Jeff/1.5.1 (Language=Ruby; Hakans-MacBook.home)
3929
+ Content-Type:
3930
+ - application/x-www-form-urlencoded
3931
+ response:
3932
+ status:
3933
+ code: 200
3934
+ message:
3935
+ headers:
3936
+ Server:
3937
+ - Server
3938
+ Date:
3939
+ - Mon, 23 May 2016 13:12:11 GMT
3940
+ Content-Type:
3941
+ - text/xml
3942
+ Content-Length:
3943
+ - '331'
3944
+ Connection:
3945
+ - keep-alive
3946
+ x-mws-quota-max:
3947
+ - '80.0'
3948
+ x-mws-quota-remaining:
3949
+ - '80.0'
3950
+ x-mws-quota-resetsOn:
3951
+ - '2016-05-23T13:54:00.000Z'
3952
+ X-Amz-Date:
3953
+ - Mon, 23 May 2016 13:12:11 GMT
3954
+ x-amzn-Authorization:
3955
+ - AAA SignedHeaders=X-Amz-Date, identity=com.amazon.aaa.FrpAndromedaReportsPlugin.AndromedaControlService.amzn1.aaa.id.lwigtwr3h4inoeknjer76q4tl4.Default/1,
3956
+ Signed=true, Encrypted=false, Signature=0dtlBOlH7G02pGLiI0jyR24RYRGJw9vPsvsrDbzaqXk=,
3957
+ Algorithm=HmacSHA256
3958
+ x-mws-request-id:
3959
+ - 4f2693a5-f27f-40a2-88bc-356303b58f37
3960
+ x-mws-timestamp:
3961
+ - '2016-05-23T13:12:11.924Z'
3962
+ x-mws-response-context:
3963
+ - ibWmLBE8sQpKhB+patIGSwTIRxR47F1gjmkLt0vg6oJufmHQxLsqYzI+AJdDMHp6AMYSlbxlLJ1Q
3964
+ gB7ZE3gBQw==
3965
+ Vary:
3966
+ - Accept-Encoding,User-Agent
3967
+ body:
3968
+ encoding: UTF-8
3969
+ string: |
3970
+ <?xml version="1.0"?>
3971
+ <GetReportRequestCountResponse xmlns="http://mws.amazonaws.com/doc/2009-01-01/">
3972
+ <GetReportRequestCountResult>
3973
+ <Count>470</Count>
3974
+ </GetReportRequestCountResult>
3975
+ <ResponseMetadata>
3976
+ <RequestId>4f2693a5-f27f-40a2-88bc-356303b58f37</RequestId>
3977
+ </ResponseMetadata>
3978
+ </GetReportRequestCountResponse>
3979
+ http_version:
3980
+ recorded_at: Mon, 23 May 2016 13:12:12 GMT
3981
+ - request:
3982
+ method: post
3983
+ uri: https://mws-eu.amazonservices.com/
3984
+ body:
3985
+ encoding: UTF-8
3986
+ string: AWSAccessKeyId=FILTERED&Action=GetReportRequestCount&SellerId=FILTERED&SignatureMethod=HmacSHA256&SignatureVersion=2&Timestamp=2016-05-23T13%3A12%3A12Z&Version=2009-01-01&Signature=1K640Xyn6WUn4aJnzfVKC48AbxsvR30KGPMV8Obj7qQ%3D
3987
+ headers:
3988
+ User-Agent:
3989
+ - Jeff/1.5.1 (Language=Ruby; Hakans-MacBook.home)
3990
+ Content-Type:
3991
+ - application/x-www-form-urlencoded
3992
+ response:
3993
+ status:
3994
+ code: 200
3995
+ message:
3996
+ headers:
3997
+ Server:
3998
+ - Server
3999
+ Date:
4000
+ - Mon, 23 May 2016 13:12:12 GMT
4001
+ Content-Type:
4002
+ - text/xml
4003
+ Content-Length:
4004
+ - '331'
4005
+ Connection:
4006
+ - keep-alive
4007
+ x-mws-quota-max:
4008
+ - '80.0'
4009
+ x-mws-quota-remaining:
4010
+ - '80.0'
4011
+ x-mws-quota-resetsOn:
4012
+ - '2016-05-23T14:07:00.000Z'
4013
+ X-Amz-Date:
4014
+ - Mon, 23 May 2016 13:12:12 GMT
4015
+ x-amzn-Authorization:
4016
+ - AAA SignedHeaders=X-Amz-Date, identity=com.amazon.aaa.FrpAndromedaReportsPlugin.AndromedaControlService.amzn1.aaa.id.lwigtwr3h4inoeknjer76q4tl4.Default/1,
4017
+ Signed=true, Encrypted=false, Signature=l/T/crGTEGTOJQ2hfnUjJ0oKcVCzfs2IdJ4EYMKdx+o=,
4018
+ Algorithm=HmacSHA256
4019
+ x-mws-request-id:
4020
+ - a085df5d-c76f-4bdb-bdee-4b89cb8818aa
4021
+ x-mws-timestamp:
4022
+ - '2016-05-23T13:12:12.254Z'
4023
+ x-mws-response-context:
4024
+ - b0/N6tKy1o4rYHV2jGd3PVVdXzHeGs7rVpeu+IjzK7vIGpqy0J2cbV0qGHiRB2ewl+II4ub40RXa
4025
+ t4tjEi1JDA==
4026
+ Vary:
4027
+ - Accept-Encoding,User-Agent
4028
+ body:
4029
+ encoding: UTF-8
4030
+ string: |
4031
+ <?xml version="1.0"?>
4032
+ <GetReportRequestCountResponse xmlns="http://mws.amazonaws.com/doc/2009-01-01/">
4033
+ <GetReportRequestCountResult>
4034
+ <Count>398</Count>
4035
+ </GetReportRequestCountResult>
4036
+ <ResponseMetadata>
4037
+ <RequestId>a085df5d-c76f-4bdb-bdee-4b89cb8818aa</RequestId>
4038
+ </ResponseMetadata>
4039
+ </GetReportRequestCountResponse>
4040
+ http_version:
4041
+ recorded_at: Mon, 23 May 2016 13:12:12 GMT
4042
+ - request:
4043
+ method: post
4044
+ uri: https://mws-eu.amazonservices.com/
4045
+ body:
4046
+ encoding: UTF-8
4047
+ string: AWSAccessKeyId=FILTERED&Action=GetReportRequestCount&SellerId=FILTERED&SignatureMethod=HmacSHA256&SignatureVersion=2&Timestamp=2016-05-23T13%3A12%3A12Z&Version=2009-01-01&Signature=89F2eAY7OSkm6c1qvblNKuHXfhuJp6zytDfnVadPe6A%3D
4048
+ headers:
4049
+ User-Agent:
4050
+ - Jeff/1.5.1 (Language=Ruby; Hakans-MacBook.home)
4051
+ Content-Type:
4052
+ - application/x-www-form-urlencoded
4053
+ response:
4054
+ status:
4055
+ code: 200
4056
+ message:
4057
+ headers:
4058
+ Server:
4059
+ - Server
4060
+ Date:
4061
+ - Mon, 23 May 2016 13:12:12 GMT
4062
+ Content-Type:
4063
+ - text/xml
4064
+ Content-Length:
4065
+ - '331'
4066
+ Connection:
4067
+ - keep-alive
4068
+ x-mws-quota-max:
4069
+ - '80.0'
4070
+ x-mws-quota-remaining:
4071
+ - '80.0'
4072
+ x-mws-quota-resetsOn:
4073
+ - '2016-05-23T13:19:00.000Z'
4074
+ X-Amz-Date:
4075
+ - Mon, 23 May 2016 13:12:12 GMT
4076
+ x-amzn-Authorization:
4077
+ - AAA SignedHeaders=X-Amz-Date, identity=com.amazon.aaa.FrpAndromedaReportsPlugin.AndromedaControlService.amzn1.aaa.id.lwigtwr3h4inoeknjer76q4tl4.Default/1,
4078
+ Signed=true, Encrypted=false, Signature=INX6CIXqMeVEoZUwHywXqbDJFuZLkZNU+eAvkXWKGkU=,
4079
+ Algorithm=HmacSHA256
4080
+ x-mws-request-id:
4081
+ - 591aa955-a1b2-49d1-89c7-1e1dd620ef0e
4082
+ x-mws-timestamp:
4083
+ - '2016-05-23T13:12:12.675Z'
4084
+ x-mws-response-context:
4085
+ - FMNTS1rmlaWF8VPCuNUI5fxIlxrszPaimVO9jIRjMA281RYPyw9t0ExRMfCNzUnBvTXqvzjSqBBD
4086
+ yY8Y3Iv+UA==
4087
+ Vary:
4088
+ - Accept-Encoding,User-Agent
4089
+ body:
4090
+ encoding: UTF-8
4091
+ string: |
4092
+ <?xml version="1.0"?>
4093
+ <GetReportRequestCountResponse xmlns="http://mws.amazonaws.com/doc/2009-01-01/">
4094
+ <GetReportRequestCountResult>
4095
+ <Count>380</Count>
4096
+ </GetReportRequestCountResult>
4097
+ <ResponseMetadata>
4098
+ <RequestId>591aa955-a1b2-49d1-89c7-1e1dd620ef0e</RequestId>
4099
+ </ResponseMetadata>
4100
+ </GetReportRequestCountResponse>
4101
+ http_version:
4102
+ recorded_at: Mon, 23 May 2016 13:12:12 GMT
4103
+ - request:
4104
+ method: post
4105
+ uri: https://mws.amazonservices.com.mx/
4106
+ body:
4107
+ encoding: UTF-8
4108
+ string: AWSAccessKeyId=FILTERED&Action=GetReportScheduleList&SellerId=FILTERED&SignatureMethod=HmacSHA256&SignatureVersion=2&Timestamp=2016-05-23T13%3A12%3A12Z&Version=2009-01-01&Signature=Ao8EmvKNImZECstcBNPq4%2FRtFnX6ENdvXAh7HbBcH3E%3D
4109
+ headers:
4110
+ User-Agent:
4111
+ - Jeff/1.5.1 (Language=Ruby; Hakans-MacBook.home)
4112
+ Content-Type:
4113
+ - application/x-www-form-urlencoded
4114
+ response:
4115
+ status:
4116
+ code: 200
4117
+ message:
4118
+ headers:
4119
+ Server:
4120
+ - Server
4121
+ Date:
4122
+ - Mon, 23 May 2016 13:12:13 GMT
4123
+ Content-Type:
4124
+ - text/xml
4125
+ Content-Length:
4126
+ - '337'
4127
+ Connection:
4128
+ - keep-alive
4129
+ x-mws-quota-max:
4130
+ - '80.0'
4131
+ x-mws-quota-remaining:
4132
+ - '80.0'
4133
+ x-mws-quota-resetsOn:
4134
+ - '2016-05-23T13:15:00.000Z'
4135
+ X-Amz-Date:
4136
+ - Mon, 23 May 2016 13:12:13 GMT
4137
+ x-amzn-Authorization:
4138
+ - AAA SignedHeaders=X-Amz-Date, identity=com.amazon.aaa.FrpAndromedaReportsPlugin.AndromedaControlService.amzn1.aaa.id.qhz3ylg755gkejyk5sh44qm3wy.Default/1,
4139
+ Signed=true, Encrypted=false, Signature=E1IN0ITEbP9zZoZdJ3/tJdaduDBAOrXFIe/vOns5JrE=,
4140
+ Algorithm=HmacSHA256
4141
+ x-mws-request-id:
4142
+ - f3043791-5bd3-4aee-8111-b0bb9d4f1355
4143
+ x-mws-timestamp:
4144
+ - '2016-05-23T13:12:13.534Z'
4145
+ x-mws-response-context:
4146
+ - b6CSagPDywloMqxz2OdiV+9gRPu7eem8s2SeRIzPCJ6lyA3K4aMahEWA/W3FUfNYINTps/DS60i0
4147
+ K0TY+3TqBw==
4148
+ Vary:
4149
+ - Accept-Encoding,User-Agent
4150
+ body:
4151
+ encoding: UTF-8
4152
+ string: |
4153
+ <?xml version="1.0"?>
4154
+ <GetReportScheduleListResponse xmlns="http://mws.amazonaws.com/doc/2009-01-01/">
4155
+ <GetReportScheduleListResult>
4156
+ <HasNext>false</HasNext>
4157
+ </GetReportScheduleListResult>
4158
+ <ResponseMetadata>
4159
+ <RequestId>f3043791-5bd3-4aee-8111-b0bb9d4f1355</RequestId>
4160
+ </ResponseMetadata>
4161
+ </GetReportScheduleListResponse>
4162
+ http_version:
4163
+ recorded_at: Mon, 23 May 2016 13:12:13 GMT
4164
+ - request:
4165
+ method: post
4166
+ uri: https://mws-eu.amazonservices.com/
4167
+ body:
4168
+ encoding: UTF-8
4169
+ string: AWSAccessKeyId=FILTERED&Action=GetReportScheduleList&SellerId=FILTERED&SignatureMethod=HmacSHA256&SignatureVersion=2&Timestamp=2016-05-23T13%3A12%3A13Z&Version=2009-01-01&Signature=SbeVu%2Bv037gLqVqGZuQ8L3Zy2NJKqdMXzntuUlMgFNg%3D
4170
+ headers:
4171
+ User-Agent:
4172
+ - Jeff/1.5.1 (Language=Ruby; Hakans-MacBook.home)
4173
+ Content-Type:
4174
+ - application/x-www-form-urlencoded
4175
+ response:
4176
+ status:
4177
+ code: 200
4178
+ message:
4179
+ headers:
4180
+ Server:
4181
+ - Server
4182
+ Date:
4183
+ - Mon, 23 May 2016 13:12:13 GMT
4184
+ Content-Type:
4185
+ - text/xml
4186
+ Content-Length:
4187
+ - '337'
4188
+ Connection:
4189
+ - keep-alive
4190
+ x-mws-quota-max:
4191
+ - '80.0'
4192
+ x-mws-quota-remaining:
4193
+ - '80.0'
4194
+ x-mws-quota-resetsOn:
4195
+ - '2016-05-23T14:11:00.000Z'
4196
+ X-Amz-Date:
4197
+ - Mon, 23 May 2016 13:12:13 GMT
4198
+ x-amzn-Authorization:
4199
+ - AAA SignedHeaders=X-Amz-Date, identity=com.amazon.aaa.FrpAndromedaReportsPlugin.AndromedaControlService.amzn1.aaa.id.lwigtwr3h4inoeknjer76q4tl4.Default/1,
4200
+ Signed=true, Encrypted=false, Signature=wuKy0yaAdkMq8m/lhPgXBoxRqm+KB1cx72zmtnF1oik=,
4201
+ Algorithm=HmacSHA256
4202
+ x-mws-request-id:
4203
+ - 32ca5a70-f0e1-41c4-9d33-19ba1a642761
4204
+ x-mws-timestamp:
4205
+ - '2016-05-23T13:12:13.846Z'
4206
+ x-mws-response-context:
4207
+ - lXsgZ4z/r8aoNfWzELp4EMUv9RNi9BTOhLDjB2hxaAFNKCwG9L54WuFlyR9IHeIiIoQP4zjhSXLz
4208
+ paqdbFcGEw==
4209
+ Vary:
4210
+ - Accept-Encoding,User-Agent
4211
+ body:
4212
+ encoding: UTF-8
4213
+ string: |
4214
+ <?xml version="1.0"?>
4215
+ <GetReportScheduleListResponse xmlns="http://mws.amazonaws.com/doc/2009-01-01/">
4216
+ <GetReportScheduleListResult>
4217
+ <HasNext>false</HasNext>
4218
+ </GetReportScheduleListResult>
4219
+ <ResponseMetadata>
4220
+ <RequestId>32ca5a70-f0e1-41c4-9d33-19ba1a642761</RequestId>
4221
+ </ResponseMetadata>
4222
+ </GetReportScheduleListResponse>
4223
+ http_version:
4224
+ recorded_at: Mon, 23 May 2016 13:12:13 GMT
4225
+ - request:
4226
+ method: post
4227
+ uri: https://mws-eu.amazonservices.com/
4228
+ body:
4229
+ encoding: UTF-8
4230
+ string: AWSAccessKeyId=FILTERED&Action=GetReportScheduleList&SellerId=FILTERED&SignatureMethod=HmacSHA256&SignatureVersion=2&Timestamp=2016-05-23T13%3A12%3A13Z&Version=2009-01-01&Signature=0I%2B9jEyZjgUXTZuzjwPGbq3kFrAHH%2Fc37oUGIpf06HU%3D
4231
+ headers:
4232
+ User-Agent:
4233
+ - Jeff/1.5.1 (Language=Ruby; Hakans-MacBook.home)
4234
+ Content-Type:
4235
+ - application/x-www-form-urlencoded
4236
+ response:
4237
+ status:
4238
+ code: 200
4239
+ message:
4240
+ headers:
4241
+ Server:
4242
+ - Server
4243
+ Date:
4244
+ - Mon, 23 May 2016 13:12:14 GMT
4245
+ Content-Type:
4246
+ - text/xml
4247
+ Content-Length:
4248
+ - '537'
4249
+ Connection:
4250
+ - keep-alive
4251
+ x-mws-quota-max:
4252
+ - '80.0'
4253
+ x-mws-quota-remaining:
4254
+ - '80.0'
4255
+ x-mws-quota-resetsOn:
4256
+ - '2016-05-23T13:54:00.000Z'
4257
+ X-Amz-Date:
4258
+ - Mon, 23 May 2016 13:12:14 GMT
4259
+ x-amzn-Authorization:
4260
+ - AAA SignedHeaders=X-Amz-Date, identity=com.amazon.aaa.FrpAndromedaReportsPlugin.AndromedaControlService.amzn1.aaa.id.lwigtwr3h4inoeknjer76q4tl4.Default/1,
4261
+ Signed=true, Encrypted=false, Signature=JYhAZuHq7YxKdXvm2lEjCZotUS3p/XcgTGt0s3Q/F14=,
4262
+ Algorithm=HmacSHA256
4263
+ x-mws-request-id:
4264
+ - 633aaa05-1406-420f-9179-33822971bf1d
4265
+ x-mws-timestamp:
4266
+ - '2016-05-23T13:12:14.156Z'
4267
+ x-mws-response-context:
4268
+ - 5lTaA+R8yZ7ZZi75XyyEAHDhtgOieOaNPux2grukj1NGCpoqD4sW9mSooaOdNbKk33JzKjgWHL04
4269
+ 1ZxBnYTmYQ==
4270
+ Vary:
4271
+ - Accept-Encoding,User-Agent
4272
+ body:
4273
+ encoding: UTF-8
4274
+ string: |
4275
+ <?xml version="1.0"?>
4276
+ <GetReportScheduleListResponse xmlns="http://mws.amazonaws.com/doc/2009-01-01/">
4277
+ <GetReportScheduleListResult>
4278
+ <HasNext>false</HasNext>
4279
+ <ReportSchedule>
4280
+ <ReportType>_GET_FLAT_FILE_ORDERS_DATA_</ReportType>
4281
+ <Schedule>_1_DAY_</Schedule>
4282
+ <ScheduledDate>2016-05-23T22:35:07+00:00</ScheduledDate>
4283
+ </ReportSchedule>
4284
+ </GetReportScheduleListResult>
4285
+ <ResponseMetadata>
4286
+ <RequestId>633aaa05-1406-420f-9179-33822971bf1d</RequestId>
4287
+ </ResponseMetadata>
4288
+ </GetReportScheduleListResponse>
4289
+ http_version:
4290
+ recorded_at: Mon, 23 May 2016 13:12:14 GMT
4291
+ - request:
4292
+ method: post
4293
+ uri: https://mws-eu.amazonservices.com/
4294
+ body:
4295
+ encoding: UTF-8
4296
+ string: AWSAccessKeyId=FILTERED&Action=GetReportScheduleList&SellerId=FILTERED&SignatureMethod=HmacSHA256&SignatureVersion=2&Timestamp=2016-05-23T13%3A12%3A14Z&Version=2009-01-01&Signature=xmyr27BJx4r8848G213zs2l6YRhsJkUikg0dRJLJzac%3D
4297
+ headers:
4298
+ User-Agent:
4299
+ - Jeff/1.5.1 (Language=Ruby; Hakans-MacBook.home)
4300
+ Content-Type:
4301
+ - application/x-www-form-urlencoded
4302
+ response:
4303
+ status:
4304
+ code: 200
4305
+ message:
4306
+ headers:
4307
+ Server:
4308
+ - Server
4309
+ Date:
4310
+ - Mon, 23 May 2016 13:12:14 GMT
4311
+ Content-Type:
4312
+ - text/xml
4313
+ Content-Length:
4314
+ - '337'
4315
+ Connection:
4316
+ - keep-alive
4317
+ x-mws-quota-max:
4318
+ - '80.0'
4319
+ x-mws-quota-remaining:
4320
+ - '80.0'
4321
+ x-mws-quota-resetsOn:
4322
+ - '2016-05-23T14:07:00.000Z'
4323
+ X-Amz-Date:
4324
+ - Mon, 23 May 2016 13:12:14 GMT
4325
+ x-amzn-Authorization:
4326
+ - AAA SignedHeaders=X-Amz-Date, identity=com.amazon.aaa.FrpAndromedaReportsPlugin.AndromedaControlService.amzn1.aaa.id.lwigtwr3h4inoeknjer76q4tl4.Default/1,
4327
+ Signed=true, Encrypted=false, Signature=q4zA514rBgEBEPmbx+MrFV5YwpbH8XogttMH4c0qZT4=,
4328
+ Algorithm=HmacSHA256
4329
+ x-mws-request-id:
4330
+ - 1dff7288-711f-4415-8672-ebe51ae7dac5
4331
+ x-mws-timestamp:
4332
+ - '2016-05-23T13:12:14.489Z'
4333
+ x-mws-response-context:
4334
+ - bT8J9hjEoSE7fqR9BQBhF71qa9UPsRxl2nna3ugOqn8YhPe7pKNF1l5oVr2y/PrrlvWl1Vt9SJa+
4335
+ JYVw8HyVkA==
4336
+ Vary:
4337
+ - Accept-Encoding,User-Agent
4338
+ body:
4339
+ encoding: UTF-8
4340
+ string: |
4341
+ <?xml version="1.0"?>
4342
+ <GetReportScheduleListResponse xmlns="http://mws.amazonaws.com/doc/2009-01-01/">
4343
+ <GetReportScheduleListResult>
4344
+ <HasNext>false</HasNext>
4345
+ </GetReportScheduleListResult>
4346
+ <ResponseMetadata>
4347
+ <RequestId>1dff7288-711f-4415-8672-ebe51ae7dac5</RequestId>
4348
+ </ResponseMetadata>
4349
+ </GetReportScheduleListResponse>
4350
+ http_version:
4351
+ recorded_at: Mon, 23 May 2016 13:12:14 GMT
4352
+ - request:
4353
+ method: post
4354
+ uri: https://mws-eu.amazonservices.com/
4355
+ body:
4356
+ encoding: UTF-8
4357
+ string: AWSAccessKeyId=FILTERED&Action=GetReportScheduleList&SellerId=FILTERED&SignatureMethod=HmacSHA256&SignatureVersion=2&Timestamp=2016-05-23T13%3A12%3A14Z&Version=2009-01-01&Signature=OcSuJZ15RPRoxSKuT60J0Ytn%2Bmx%2FC4lngSXiGXlqEW8%3D
4358
+ headers:
4359
+ User-Agent:
4360
+ - Jeff/1.5.1 (Language=Ruby; Hakans-MacBook.home)
4361
+ Content-Type:
4362
+ - application/x-www-form-urlencoded
4363
+ response:
4364
+ status:
4365
+ code: 200
4366
+ message:
4367
+ headers:
4368
+ Server:
4369
+ - Server
4370
+ Date:
4371
+ - Mon, 23 May 2016 13:12:14 GMT
4372
+ Content-Type:
4373
+ - text/xml
4374
+ Content-Length:
4375
+ - '337'
4376
+ Connection:
4377
+ - keep-alive
4378
+ x-mws-quota-max:
4379
+ - '80.0'
4380
+ x-mws-quota-remaining:
4381
+ - '80.0'
4382
+ x-mws-quota-resetsOn:
4383
+ - '2016-05-23T13:19:00.000Z'
4384
+ X-Amz-Date:
4385
+ - Mon, 23 May 2016 13:12:14 GMT
4386
+ x-amzn-Authorization:
4387
+ - AAA SignedHeaders=X-Amz-Date, identity=com.amazon.aaa.FrpAndromedaReportsPlugin.AndromedaControlService.amzn1.aaa.id.lwigtwr3h4inoeknjer76q4tl4.Default/1,
4388
+ Signed=true, Encrypted=false, Signature=QBd9kKm/ULlmm8iF2qH+W1o46tMVqnE1KQA5FqrbjJQ=,
4389
+ Algorithm=HmacSHA256
4390
+ x-mws-request-id:
4391
+ - eeb7fb28-d96f-4dbf-bd05-89b5d9d6b4e7
4392
+ x-mws-timestamp:
4393
+ - '2016-05-23T13:12:14.787Z'
4394
+ x-mws-response-context:
4395
+ - 48XRAaA3byPxsYeTgMOL8LfHREIeXsqxbxWOi7UJOt19/dt0WjA8vLokssowuZ0ll00uJeTXVNiJ
4396
+ p9bWQ+3fTA==
4397
+ Vary:
4398
+ - Accept-Encoding,User-Agent
4399
+ body:
4400
+ encoding: UTF-8
4401
+ string: |
4402
+ <?xml version="1.0"?>
4403
+ <GetReportScheduleListResponse xmlns="http://mws.amazonaws.com/doc/2009-01-01/">
4404
+ <GetReportScheduleListResult>
4405
+ <HasNext>false</HasNext>
4406
+ </GetReportScheduleListResult>
4407
+ <ResponseMetadata>
4408
+ <RequestId>eeb7fb28-d96f-4dbf-bd05-89b5d9d6b4e7</RequestId>
4409
+ </ResponseMetadata>
4410
+ </GetReportScheduleListResponse>
4411
+ http_version:
4412
+ recorded_at: Mon, 23 May 2016 13:12:14 GMT
4413
+ - request:
4414
+ method: post
4415
+ uri: https://mws.amazonservices.com.mx/
4416
+ body:
4417
+ encoding: UTF-8
4418
+ string: AWSAccessKeyId=FILTERED&Action=GetReportList&MaxCount=1&SellerId=FILTERED&SignatureMethod=HmacSHA256&SignatureVersion=2&Timestamp=2016-05-23T13%3A12%3A15Z&Version=2009-01-01&Signature=SCE%2FtyAWMzJnx%2BXgsSFg5q3yVNaXtIfg1re8PeY3YqU%3D
4419
+ headers:
4420
+ User-Agent:
4421
+ - Jeff/1.5.1 (Language=Ruby; Hakans-MacBook.home)
4422
+ Content-Type:
4423
+ - application/x-www-form-urlencoded
4424
+ response:
4425
+ status:
4426
+ code: 200
4427
+ message:
4428
+ headers:
4429
+ Server:
4430
+ - Server
4431
+ Date:
4432
+ - Mon, 23 May 2016 13:12:16 GMT
4433
+ Content-Type:
4434
+ - text/xml
4435
+ Content-Length:
4436
+ - '1014'
4437
+ Connection:
4438
+ - keep-alive
4439
+ x-mws-quota-max:
4440
+ - '60.0'
4441
+ x-mws-quota-remaining:
4442
+ - '47.0'
4443
+ x-mws-quota-resetsOn:
4444
+ - '2016-05-23T13:15:00.000Z'
4445
+ X-Amz-Date:
4446
+ - Mon, 23 May 2016 13:12:16 GMT
4447
+ x-amzn-Authorization:
4448
+ - AAA SignedHeaders=X-Amz-Date, identity=com.amazon.aaa.FrpAndromedaReportsPlugin.AndromedaControlService.amzn1.aaa.id.qhz3ylg755gkejyk5sh44qm3wy.Default/1,
4449
+ Signed=true, Encrypted=false, Signature=KvQH+UdTQGso4LYngFi+PUUA9zO85gYA+AJTf9YNcjg=,
4450
+ Algorithm=HmacSHA256
4451
+ x-mws-request-id:
4452
+ - fbb79622-10bd-456c-bfc8-bb82bebe9a89
4453
+ x-mws-timestamp:
4454
+ - '2016-05-23T13:12:16.020Z'
4455
+ x-mws-response-context:
4456
+ - wNCHgHr9wgyhJtO178QTIUz+gaRpN6c5Dbkz78gfaKMUZxiCZFKe56CtBS76YnHz2Dg7EoM8O6Um
4457
+ EEitfChM7w==
4458
+ Vary:
4459
+ - Accept-Encoding,User-Agent
4460
+ body:
4461
+ encoding: UTF-8
4462
+ string: |
4463
+ <?xml version="1.0"?>
4464
+ <GetReportListResponse xmlns="http://mws.amazonaws.com/doc/2009-01-01/">
4465
+ <GetReportListResult>
4466
+ <HasNext>true</HasNext>
4467
+ <NextToken>QMa5B9BZyS32jpZedg0wbepZIBgCTJgshK/YASogYaWxx6MvCou13oF1Syur1fIzOR+0z2Xfr4VxrBy2GCH8wYU2srRfd4qkopPiIM9Vyd/4A17ZM+5pblFfPxSmu8Itfe7gzD8LrU5X6XnweM2rz7neK+NCWVPtVwrHjELkHcJRMdAjeo1d90wuPLxFSWjwrFhvd4Ov2VRetoY4qbaMvgM3Ak2EcoTpiz6IlERWn587+3otyJBmL72uxcK3/8wei8mMIb1Kiaf8pZBcqpFyeEkOKeDcSp+IUIxDA5rqESPRZOCySkQHr26u5ERa/Kf1y58U6a6RwngQ4HZcXAniC1PSUw4hkErhCnGI8DZfD3J21tAA8VzUQwKyokXTc+Ci0GqbEbznxvA=</NextToken>
4468
+ <ReportInfo>
4469
+ <ReportType>FeedSummaryReport</ReportType>
4470
+ <Acknowledged>false</Acknowledged>
4471
+ <ReportId>1927138670016944</ReportId>
4472
+ <AvailableDate>2016-05-23T13:01:13+00:00</AvailableDate>
4473
+ <ReportRequestId>249256016944</ReportRequestId>
4474
+ </ReportInfo>
4475
+ </GetReportListResult>
4476
+ <ResponseMetadata>
4477
+ <RequestId>fbb79622-10bd-456c-bfc8-bb82bebe9a89</RequestId>
4478
+ </ResponseMetadata>
4479
+ </GetReportListResponse>
4480
+ http_version:
4481
+ recorded_at: Mon, 23 May 2016 13:12:16 GMT
4482
+ - request:
4483
+ method: post
4484
+ uri: https://mws.amazonservices.com.mx/
4485
+ body:
4486
+ encoding: UTF-8
4487
+ string: AWSAccessKeyId=FILTERED&Action=GetReport&ReportId=1927138670016944&SellerId=FILTERED&SignatureMethod=HmacSHA256&SignatureVersion=2&Timestamp=2016-05-23T13%3A12%3A16Z&Version=2009-01-01&Signature=6649bB%2BhEUvcxtaaaLF2ZpvIyreuYTnQAOKMZ5Izlco%3D
4488
+ headers:
4489
+ User-Agent:
4490
+ - Jeff/1.5.1 (Language=Ruby; Hakans-MacBook.home)
4491
+ Content-Type:
4492
+ - application/x-www-form-urlencoded
4493
+ response:
4494
+ status:
4495
+ code: 200
4496
+ message:
4497
+ headers:
4498
+ Server:
4499
+ - Server
4500
+ Date:
4501
+ - Mon, 23 May 2016 13:12:17 GMT
4502
+ Content-Type:
4503
+ - text/plain
4504
+ Content-Length:
4505
+ - '20009'
4506
+ Connection:
4507
+ - keep-alive
4508
+ x-mws-quota-max:
4509
+ - '60.0'
4510
+ x-mws-quota-remaining:
4511
+ - '56.0'
4512
+ x-mws-quota-resetsOn:
4513
+ - '2016-05-23T13:15:00.000Z'
4514
+ Content-MD5:
4515
+ - 2c/wAfwYRzui+Ae7oFnwrw==
4516
+ x-mws-response-context:
4517
+ - Ue26FZemdM8jfmnadOaHNX6rryd/kDellCzRuBESxCxR7jc9RAndglyJlo+xpHfppwlwUpc2cKLp
4518
+ oiwgVapIE3KRoVI5Yi+X, ZLaxDLSWBYr14aavEn27dvnEfqlMykDPBRohpqnoEXB50l4rhvK8+8+rhMJMbXfWR79BULGYD+4O
4519
+ c+tXNgOomA==
4520
+ x-amz-request-id:
4521
+ - f0ae61ea-ec86-4479-89d3-23e44038aa7b
4522
+ x-mws-request-id:
4523
+ - f0ae61ea-ec86-4479-89d3-23e44038aa7b
4524
+ x-mws-timestamp:
4525
+ - '2016-05-23T13:12:16.788Z'
4526
+ Vary:
4527
+ - Accept-Encoding,User-Agent
4528
+ body:
4529
+ encoding: UTF-8
4530
+ string: "Feed Processing Summary:\n\tNumber of records processed\t\t6289\n\tNumber
4531
+ of records successful\t\t6159\n\noriginal-record-number\tsku\terror-code\terror-type\terror-message\n1009\t9780937276167-1\t95021\tError\tThe
4532
+ value in the \"maximum-seller-allowed-price\" (9999.99) field must be greater
4533
+ than \"price\" (26730.86).\n11\t9789074822114-1\t95021\tError\tThe value in
4534
+ the \"maximum-seller-allowed-price\" (9999.99) field must be greater than
4535
+ \"price\" (12540.28).\n1122\t9780906155035-1\t95021\tError\tThe value in the
4536
+ \"maximum-seller-allowed-price\" (9999.99) field must be greater than \"price\"
4537
+ (57618.38).\n1134\t9780898452396-1\t95021\tError\tThe value in the \"maximum-seller-allowed-price\"
4538
+ (9999.99) field must be greater than \"price\" (13901.61).\n1150\t9780896762541-1\t95021\tError\tThe
4539
+ value in the \"maximum-seller-allowed-price\" (9999.99) field must be greater
4540
+ than \"price\" (15512.82).\n1232\t9780886829650-1\t95021\tError\tThe value
4541
+ in the \"maximum-seller-allowed-price\" (9999.99) field must be greater than
4542
+ \"price\" (39372.44).\n1256\t9780882716442-1\t95021\tError\tThe value in the
4543
+ \"maximum-seller-allowed-price\" (9999.99) field must be greater than \"price\"
4544
+ (14392.92).\n1289\t9780879695569-1\t95021\tError\tThe value in the \"maximum-seller-allowed-price\"
4545
+ (9999.99) field must be greater than \"price\" (25740.91).\n1390\t9780873066792-1\t95021\tError\tThe
4546
+ value in the \"maximum-seller-allowed-price\" (9999.99) field must be greater
4547
+ than \"price\" (34984.04).\n1407\t9780871480187-1\t95021\tError\tThe value
4548
+ in the \"maximum-seller-allowed-price\" (9999.99) field must be greater than
4549
+ \"price\" (39334.24).\n1479\t9780857684103-1\t95021\tError\tThe value in the
4550
+ \"maximum-seller-allowed-price\" (9999.99) field must be greater than \"price\"
4551
+ (31548.39).\n1492\t9780853032465-1\t95021\tError\tThe value in the \"maximum-seller-allowed-price\"
4552
+ (9999.99) field must be greater than \"price\" (18825.45).\n1494\t9780852887219-1\t95021\tError\tThe
4553
+ value in the \"maximum-seller-allowed-price\" (9999.99) field must be greater
4554
+ than \"price\" (11198.44).\n1496\t9780852559062-1\t95021\tError\tThe value
4555
+ in the \"maximum-seller-allowed-price\" (9999.99) field must be greater than
4556
+ \"price\" (57272.36).\n1532\t9780847692903-1\t95021\tError\tThe value in the
4557
+ \"maximum-seller-allowed-price\" (9999.99) field must be greater than \"price\"
4558
+ (14826.97).\n1574\t9780838757215-1\t95021\tError\tThe value in the \"maximum-seller-allowed-price\"
4559
+ (9999.99) field must be greater than \"price\" (13089.10).\n1575\t9780838755969-1\t95021\tError\tThe
4560
+ value in the \"maximum-seller-allowed-price\" (9999.99) field must be greater
4561
+ than \"price\" (24622.03).\n1577\t9780838723807-1\t95021\tError\tThe value
4562
+ in the \"maximum-seller-allowed-price\" (9999.99) field must be greater than
4563
+ \"price\" (23237.90).\n1578\t9780838717554-1\t95021\tError\tThe value in the
4564
+ \"maximum-seller-allowed-price\" (9999.99) field must be greater than \"price\"
4565
+ (11135.95).\n1581\t9780838582633-1\t95021\tError\tThe value in the \"maximum-seller-allowed-price\"
4566
+ (9999.99) field must be greater than \"price\" (40468.93).\n1597\t9780836842135-1\t95021\tError\tThe
4567
+ value in the \"maximum-seller-allowed-price\" (9999.99) field must be greater
4568
+ than \"price\" (12607.40).\n1611\t9780834196544-1\t95021\tError\tThe value
4569
+ in the \"maximum-seller-allowed-price\" (9999.99) field must be greater than
4570
+ \"price\" (12775.23).\n1612\t9780834173569-1\t95021\tError\tThe value in the
4571
+ \"maximum-seller-allowed-price\" (9999.99) field must be greater than \"price\"
4572
+ (44729.47).\n1613\t9780834122901-1\t95021\tError\tThe value in the \"maximum-seller-allowed-price\"
4573
+ (9999.99) field must be greater than \"price\" (26752.25).\n1615\t9780834110991-1\t95021\tError\tThe
4574
+ value in the \"maximum-seller-allowed-price\" (9999.99) field must be greater
4575
+ than \"price\" (20457.78).\n1627\t9780830751280-1\t95021\tError\tThe value
4576
+ in the \"maximum-seller-allowed-price\" (9999.99) field must be greater than
4577
+ \"price\" (26796.83).\n1641\t9780829736083-1\t95021\tError\tThe value in the
4578
+ \"maximum-seller-allowed-price\" (9999.99) field must be greater than \"price\"
4579
+ (18149.18).\n1652\t9780826409362-1\t95021\tError\tThe value in the \"maximum-seller-allowed-price\"
4580
+ (9999.99) field must be greater than \"price\" (11829.47).\n1657\t9780826160416-1\t13013\tError\tThis
4581
+ SKU does not exist in the Amazon.com catalog. Your inventory data was not
4582
+ processed. For reasons why, and help fixing this, see http://sellercentral.amazon.mx/gp/errorcode/13013\n1657\t9780826160416-1\t13013\tError\tThis
4583
+ SKU does not exist in your Amazon inventory so we could not process this record.
4584
+ To correct this error for future feeds, add the SKU to your Amazon account.
4585
+ For more information, see http://sellercentral.amazon.mx/gp/errorcode/13013.\n1657\t9780826160416-1\t13013\tError\tThis
4586
+ SKU does not exist in your Amazon inventory so we could not process this record.
4587
+ To correct this error for future feeds, add the SKU to your Amazon account.
4588
+ For more information, see http://sellercentral.amazon.mx/gp/errorcode/13013.\n1726\t9780822578086-1\t95021\tError\tThe
4589
+ value in the \"maximum-seller-allowed-price\" (9999.99) field must be greater
4590
+ than \"price\" (12657.22).\n1733\t9780822532200-1\t95021\tError\tThe value
4591
+ in the \"maximum-seller-allowed-price\" (9999.99) field must be greater than
4592
+ \"price\" (12431.75).\n1778\t9780821220771-1\t95021\tError\tThe value in the
4593
+ \"maximum-seller-allowed-price\" (9999.99) field must be greater than \"price\"
4594
+ (12316.24).\n1801\t9780817311766-1\t95021\tError\tThe value in the \"maximum-seller-allowed-price\"
4595
+ (9999.99) field must be greater than \"price\" (16088.93).\n1815\t9780816614011-1\t95021\tError\tThe
4596
+ value in the \"maximum-seller-allowed-price\" (9999.99) field must be greater
4597
+ than \"price\" (21109.66).\n1839\t9780815137153-1\t95021\tError\tThe value
4598
+ in the \"maximum-seller-allowed-price\" (9999.99) field must be greater than
4599
+ \"price\" (26796.83).\n1846\t9780814642337-1\t95021\tError\tThe value in the
4600
+ \"maximum-seller-allowed-price\" (9999.99) field must be greater than \"price\"
4601
+ (37679.10).\n1853\t9780814431825-1\t95021\tError\tThe value in the \"maximum-seller-allowed-price\"
4602
+ (9999.99) field must be greater than \"price\" (47151.33).\n187\t9781842151624-1\t95021\tError\tThe
4603
+ value in the \"maximum-seller-allowed-price\" (9999.99) field must be greater
4604
+ than \"price\" (26901.50).\n1923\t9780812238105-1\t95021\tError\tThe value
4605
+ in the \"maximum-seller-allowed-price\" (9999.99) field must be greater than
4606
+ \"price\" (12670.88).\n1986\t9780810957282-1\t95021\tError\tThe value in the
4607
+ \"maximum-seller-allowed-price\" (9999.99) field must be greater than \"price\"
4608
+ (21161.41).\n2028\t9780810357068-1\t13013\tError\tThis SKU does not exist
4609
+ in the Amazon.com catalog. Your inventory data was not processed. For reasons
4610
+ why, and help fixing this, see http://sellercentral.amazon.mx/gp/errorcode/13013\n2028\t9780810357068-1\t13013\tError\tThis
4611
+ SKU does not exist in your Amazon inventory so we could not process this record.
4612
+ To correct this error for future feeds, add the SKU to your Amazon account.
4613
+ For more information, see http://sellercentral.amazon.mx/gp/errorcode/13013.\n2028\t9780810357068-1\t13013\tError\tThis
4614
+ SKU does not exist in your Amazon inventory so we could not process this record.
4615
+ To correct this error for future feeds, add the SKU to your Amazon account.
4616
+ For more information, see http://sellercentral.amazon.mx/gp/errorcode/13013.\n2030\t9780810344259-1\t95021\tError\tThe
4617
+ value in the \"maximum-seller-allowed-price\" (9999.99) field must be greater
4618
+ than \"price\" (10686.43).\n2067\t9780807737323-1\t95021\tError\tThe value
4619
+ in the \"maximum-seller-allowed-price\" (9999.99) field must be greater than
4620
+ \"price\" (15548.42).\n2118\t9780806397283-1\t95021\tError\tThe value in the
4621
+ \"maximum-seller-allowed-price\" (9999.99) field must be greater than \"price\"
4622
+ (26796.83).\n2119\t9780806352800-1\t95021\tError\tThe value in the \"maximum-seller-allowed-price\"
4623
+ (9999.99) field must be greater than \"price\" (10525.78).\n215\t9781608865383-1\t95021\tError\tThe
4624
+ value in the \"maximum-seller-allowed-price\" (9999.99) field must be greater
4625
+ than \"price\" (19785.42).\n2218\t9780803627291-1\t95021\tError\tThe value
4626
+ in the \"maximum-seller-allowed-price\" (9999.99) field must be greater than
4627
+ \"price\" (20227.90).\n2225\t9780803237438-1\t95021\tError\tThe value in the
4628
+ \"maximum-seller-allowed-price\" (9999.99) field must be greater than \"price\"
4629
+ (24804.67).\n2298\t9780800637231-1\t95021\tError\tThe value in the \"maximum-seller-allowed-price\"
4630
+ (9999.99) field must be greater than \"price\" (41526.89).\n2304\t9780794524302-1\t95021\tError\tThe
4631
+ value in the \"maximum-seller-allowed-price\" (9999.99) field must be greater
4632
+ than \"price\" (22547.67).\n2341\t9780791466476-1\t95021\tError\tThe value
4633
+ in the \"maximum-seller-allowed-price\" (9999.99) field must be greater than
4634
+ \"price\" (15853.74).\n2366\t9780789493088-1\t95021\tError\tThe value in the
4635
+ \"maximum-seller-allowed-price\" (9999.99) field must be greater than \"price\"
4636
+ (44618.80).\n2397\t9780789023964-1\t95021\tError\tThe value in the \"maximum-seller-allowed-price\"
4637
+ (9999.99) field must be greater than \"price\" (12849.22).\n2415\t9780787650087-1\t95021\tError\tThe
4638
+ value in the \"maximum-seller-allowed-price\" (9999.99) field must be greater
4639
+ than \"price\" (21307.77).\n2472\t9780786615964-1\t95021\tError\tThe value
4640
+ in the \"maximum-seller-allowed-price\" (9999.99) field must be greater than
4641
+ \"price\" (23176.15).\n2490\t9780786221660-1\t95021\tError\tThe value in the
4642
+ \"maximum-seller-allowed-price\" (9999.99) field must be greater than \"price\"
4643
+ (50999.91).\n2491\t9780786214433-1\t95021\tError\tThe value in the \"maximum-seller-allowed-price\"
4644
+ (9999.99) field must be greater than \"price\" (11507.99).\n2506\t9780785820680-1\t95021\tError\tThe
4645
+ value in the \"maximum-seller-allowed-price\" (9999.99) field must be greater
4646
+ than \"price\" (12159.50).\n2527\t9780785247562-1\t95021\tError\tThe value
4647
+ in the \"maximum-seller-allowed-price\" (9999.99) field must be greater than
4648
+ \"price\" (20835.18).\n2542\t9780783885582-1\t95021\tError\tThe value in the
4649
+ \"maximum-seller-allowed-price\" (9999.99) field must be greater than \"price\"
4650
+ (40436.38).\n2543\t9780783883755-1\t13013\tError\tThis SKU does not exist
4651
+ in the Amazon.com catalog. Your inventory data was not processed. For reasons
4652
+ why, and help fixing this, see http://sellercentral.amazon.mx/gp/errorcode/13013\n2543\t9780783883755-1\t13013\tError\tThis
4653
+ SKU does not exist in your Amazon inventory so we could not process this record.
4654
+ To correct this error for future feeds, add the SKU to your Amazon account.
4655
+ For more information, see http://sellercentral.amazon.mx/gp/errorcode/13013.\n2543\t9780783883755-1\t13013\tError\tThis
4656
+ SKU does not exist in your Amazon inventory so we could not process this record.
4657
+ To correct this error for future feeds, add the SKU to your Amazon account.
4658
+ For more information, see http://sellercentral.amazon.mx/gp/errorcode/13013.\n2546\t9780783814254-1\t95021\tError\tThe
4659
+ value in the \"maximum-seller-allowed-price\" (9999.99) field must be greater
4660
+ than \"price\" (16451.55).\n2582\t9780769644721-1\t95021\tError\tThe value
4661
+ in the \"maximum-seller-allowed-price\" (9999.99) field must be greater than
4662
+ \"price\" (39331.72).\n2681\t9780763531560-1\t95021\tError\tThe value in the
4663
+ \"maximum-seller-allowed-price\" (9999.99) field must be greater than \"price\"
4664
+ (13615.84).\n2761\t9780759675896-1\t95021\tError\tThe value in the \"maximum-seller-allowed-price\"
4665
+ (9999.99) field must be greater than \"price\" (19403.70).\n2777\t9780757901690-1\t95021\tError\tThe
4666
+ value in the \"maximum-seller-allowed-price\" (9999.99) field must be greater
4667
+ than \"price\" (14434.09).\n2791\t9780756669560-1\t95021\tError\tThe value
4668
+ in the \"maximum-seller-allowed-price\" (9999.99) field must be greater than
4669
+ \"price\" (35376.20).\n2794\t9780756658564-1\t95021\tError\tThe value in the
4670
+ \"maximum-seller-allowed-price\" (9999.99) field must be greater than \"price\"
4671
+ (40637.99).\n2837\t9780753452851-1\t95021\tError\tThe value in the \"maximum-seller-allowed-price\"
4672
+ (9999.99) field must be greater than \"price\" (37531.85).\n2856\t9780750908801-1\t95021\tError\tThe
4673
+ value in the \"maximum-seller-allowed-price\" (9999.99) field must be greater
4674
+ than \"price\" (61487.97).\n2970\t9780738733692-1\t95021\tError\tThe value
4675
+ in the \"maximum-seller-allowed-price\" (9999.99) field must be greater than
4676
+ \"price\" (20843.98).\n2994\t9780736685559-1\t95021\tError\tThe value in the
4677
+ \"maximum-seller-allowed-price\" (9999.99) field must be greater than \"price\"
4678
+ (11374.53).\n3055\t9780723249726-1\t95021\tError\tThe value in the \"maximum-seller-allowed-price\"
4679
+ (9999.99) field must be greater than \"price\" (31251.12).\n3075\t9780718816582-1\t95021\tError\tThe
4680
+ value in the \"maximum-seller-allowed-price\" (9999.99) field must be greater
4681
+ than \"price\" (46828.20).\n3118\t9780711036505-1\t95021\tError\tThe value
4682
+ in the \"maximum-seller-allowed-price\" (9999.99) field must be greater than
4683
+ \"price\" (26796.83).\n3123\t9780708947449-1\t95021\tError\tThe value in the
4684
+ \"maximum-seller-allowed-price\" (9999.99) field must be greater than \"price\"
4685
+ (21486.92).\n3181\t9780689855658-1\t95021\tError\tThe value in the \"maximum-seller-allowed-price\"
4686
+ (9999.99) field must be greater than \"price\" (24331.21).\n3184\t9780689846359-1\t95021\tError\tThe
4687
+ value in the \"maximum-seller-allowed-price\" (9999.99) field must be greater
4688
+ than \"price\" (12123.15).\n3296\t9780684149066-1\t95021\tError\tThe value
4689
+ in the \"maximum-seller-allowed-price\" (9999.99) field must be greater than
4690
+ \"price\" (23305.10).\n345\t9781587521119-1\t95021\tError\tThe value in the
4691
+ \"maximum-seller-allowed-price\" (9999.99) field must be greater than \"price\"
4692
+ (40190.93).\n3719\t9780553486155-1\t95021\tError\tThe value in the \"maximum-seller-allowed-price\"
4693
+ (9999.99) field must be greater than \"price\" (11961.62).\n3901\t9780521314541-1\t95021\tError\tThe
4694
+ value in the \"maximum-seller-allowed-price\" (9999.99) field must be greater
4695
+ than \"price\" (10138.81).\n4151\t9780470627808-1\t95021\tError\tThe value
4696
+ in the \"maximum-seller-allowed-price\" (9999.99) field must be greater than
4697
+ \"price\" (22529.32).\n4215\t9780460871822-1\t95021\tError\tThe value in the
4698
+ \"maximum-seller-allowed-price\" (9999.99) field must be greater than \"price\"
4699
+ (12400.29).\n4350\t9780440418054-1\t95021\tError\tThe value in the \"maximum-seller-allowed-price\"
4700
+ (9999.99) field must be greater than \"price\" (13866.10).\n4384\t9780439671781-1\t95021\tError\tThe
4701
+ value in the \"maximum-seller-allowed-price\" (9999.99) field must be greater
4702
+ than \"price\" (10471.65).\n4397\t9780439442459-1\t95021\tError\tThe value
4703
+ in the \"maximum-seller-allowed-price\" (9999.99) field must be greater than
4704
+ \"price\" (10172.52).\n4472\t9780416278408-1\t95021\tError\tThe value in the
4705
+ \"maximum-seller-allowed-price\" (9999.99) field must be greater than \"price\"
4706
+ (11055.28).\n4479\t9780415480963-1\t95021\tError\tThe value in the \"maximum-seller-allowed-price\"
4707
+ (9999.99) field must be greater than \"price\" (15967.71).\n4507\t9780415078917-1\t95021\tError\tThe
4708
+ value in the \"maximum-seller-allowed-price\" (9999.99) field must be greater
4709
+ than \"price\" (15070.26).\n4620\t9780394938479-1\t95021\tError\tThe value
4710
+ in the \"maximum-seller-allowed-price\" (9999.99) field must be greater than
4711
+ \"price\" (12740.70).\n4771\t9780385900829-1\t95021\tError\tThe value in the
4712
+ \"maximum-seller-allowed-price\" (9999.99) field must be greater than \"price\"
4713
+ (13246.42).\n4894\t9780380777860-1\t95021\tError\tThe value in the \"maximum-seller-allowed-price\"
4714
+ (9999.99) field must be greater than \"price\" (11959.07).\n5122\t9780340884898-1\t95021\tError\tThe
4715
+ value in the \"maximum-seller-allowed-price\" (9999.99) field must be greater
4716
+ than \"price\" (28462.35).\n5169\t9780324072778-1\t95021\tError\tThe value
4717
+ in the \"maximum-seller-allowed-price\" (9999.99) field must be greater than
4718
+ \"price\" (21437.52).\n5181\t9780323010771-1\t95021\tError\tThe value in the
4719
+ \"maximum-seller-allowed-price\" (9999.99) field must be greater than \"price\"
4720
+ (13458.09).\n5260\t9780316358637-1\t95021\tError\tThe value in the \"maximum-seller-allowed-price\"
4721
+ (9999.99) field must be greater than \"price\" (13330.81).\n5404\t9780312123857-1\t95021\tError\tThe
4722
+ value in the \"maximum-seller-allowed-price\" (9999.99) field must be greater
4723
+ than \"price\" (26796.83).\n5429\t9780310986355-1\t95021\tError\tThe value
4724
+ in the \"maximum-seller-allowed-price\" (9999.99) field must be greater than
4725
+ \"price\" (18200.26).\n5431\t9780310717065-1\t95021\tError\tThe value in the
4726
+ \"maximum-seller-allowed-price\" (9999.99) field must be greater than \"price\"
4727
+ (12936.16).\n5650\t9780199561025-1\t95021\tError\tThe value in the \"maximum-seller-allowed-price\"
4728
+ (9999.99) field must be greater than \"price\" (25727.07).\n576\t9781556704642-1\t95021\tError\tThe
4729
+ value in the \"maximum-seller-allowed-price\" (9999.99) field must be greater
4730
+ than \"price\" (11175.80).\n5762\t9780141047461-1\t95021\tError\tThe value
4731
+ in the \"maximum-seller-allowed-price\" (9999.99) field must be greater than
4732
+ \"price\" (14749.41).\n5850\t9780132599221-1\t95021\tError\tThe value in the
4733
+ \"maximum-seller-allowed-price\" (9999.99) field must be greater than \"price\"
4734
+ (13737.38).\n6284\t9780005990872-1\t95021\tError\tThe value in the \"maximum-seller-allowed-price\"
4735
+ (9999.99) field must be greater than \"price\" (25566.36).\n648\t9781439128640-1\t13013\tError\tThis
4736
+ SKU does not exist in the Amazon.com catalog. Your inventory data was not
4737
+ processed. For reasons why, and help fixing this, see http://sellercentral.amazon.mx/gp/errorcode/13013\n655\t9781438832340-1\t95021\tError\tThe
4738
+ value in the \"maximum-seller-allowed-price\" (9999.99) field must be greater
4739
+ than \"price\" (39316.07).\n7\t9789584103017-1\t95021\tError\tThe value in
4740
+ the \"maximum-seller-allowed-price\" (9999.99) field must be greater than
4741
+ \"price\" (13592.73).\n796\t9781111114121-1\t95021\tError\tThe value in the
4742
+ \"maximum-seller-allowed-price\" (9999.99) field must be greater than \"price\"
4743
+ (12405.50).\n798\t9780986674105-1\t95021\tError\tThe value in the \"maximum-seller-allowed-price\"
4744
+ (9999.99) field must be greater than \"price\" (11039.08).\n8\t9789583005787-1\t95021\tError\tThe
4745
+ value in the \"maximum-seller-allowed-price\" (9999.99) field must be greater
4746
+ than \"price\" (19765.15).\n800\t9780985614676-1\t95021\tError\tThe value
4747
+ in the \"maximum-seller-allowed-price\" (9999.99) field must be greater than
4748
+ \"price\" (15854.23).\n802\t9780985023942-1\t95021\tError\tThe value in the
4749
+ \"maximum-seller-allowed-price\" (9999.99) field must be greater than \"price\"
4750
+ (26796.83).\n805\t9780984228478-1\t95021\tError\tThe value in the \"maximum-seller-allowed-price\"
4751
+ (9999.99) field must be greater than \"price\" (49121.98).\n806\t9780984123377-1\t95021\tError\tThe
4752
+ value in the \"maximum-seller-allowed-price\" (9999.99) field must be greater
4753
+ than \"price\" (21437.52).\n807\t9780983313427-1\t95021\tError\tThe value
4754
+ in the \"maximum-seller-allowed-price\" (9999.99) field must be greater than
4755
+ \"price\" (19229.90).\n810\t9780982706312-1\t95021\tError\tThe value in the
4756
+ \"maximum-seller-allowed-price\" (9999.99) field must be greater than \"price\"
4757
+ (32474.24).\n811\t9780982521731-1\t95021\tError\tThe value in the \"maximum-seller-allowed-price\"
4758
+ (9999.99) field must be greater than \"price\" (18577.52).\n813\t9780982058732-1\t95021\tError\tThe
4759
+ value in the \"maximum-seller-allowed-price\" (9999.99) field must be greater
4760
+ than \"price\" (12835.34).\n817\t9780981576213-1\t95021\tError\tThe value
4761
+ in the \"maximum-seller-allowed-price\" (9999.99) field must be greater than
4762
+ \"price\" (22901.33).\n818\t9780981470504-1\t95021\tError\tThe value in the
4763
+ \"maximum-seller-allowed-price\" (9999.99) field must be greater than \"price\"
4764
+ (40810.13).\n822\t9780980131444-1\t95021\tError\tThe value in the \"maximum-seller-allowed-price\"
4765
+ (9999.99) field must be greater than \"price\" (60472.41).\n834\t9780977022816-1\t95021\tError\tThe
4766
+ value in the \"maximum-seller-allowed-price\" (9999.99) field must be greater
4767
+ than \"price\" (42438.71).\n846\t9780974582924-1\t95021\tError\tThe value
4768
+ in the \"maximum-seller-allowed-price\" (9999.99) field must be greater than
4769
+ \"price\" (58728.48).\n850\t9780972881944-1\t95021\tError\tThe value in the
4770
+ \"maximum-seller-allowed-price\" (9999.99) field must be greater than \"price\"
4771
+ (47596.89).\n877\t9780967963396-1\t95021\tError\tThe value in the \"maximum-seller-allowed-price\"
4772
+ (9999.99) field must be greater than \"price\" (54582.99).\n956\t9780954574819-1\t95021\tError\tThe
4773
+ value in the \"maximum-seller-allowed-price\" (9999.99) field must be greater
4774
+ than \"price\" (58205.65).\n958\t9780954157012-1\t95021\tError\tThe value
4775
+ in the \"maximum-seller-allowed-price\" (9999.99) field must be greater than
4776
+ \"price\" (38446.01).\n962\t9780946062362-1\t95021\tError\tThe value in the
4777
+ \"maximum-seller-allowed-price\" (9999.99) field must be greater than \"price\"
4778
+ (10192.66).\n999\t9780939193653-1\t95021\tError\tThe value in the \"maximum-seller-allowed-price\"
4779
+ (9999.99) field must be greater than \"price\" (26796.83).\n"
4780
+ http_version:
4781
+ recorded_at: Mon, 23 May 2016 13:12:17 GMT
4782
+ - request:
4783
+ method: post
4784
+ uri: https://mws-eu.amazonservices.com/
4785
+ body:
4786
+ encoding: UTF-8
4787
+ string: AWSAccessKeyId=FILTERED&Action=GetReportList&MaxCount=1&SellerId=FILTERED&SignatureMethod=HmacSHA256&SignatureVersion=2&Timestamp=2016-05-23T13%3A12%3A17Z&Version=2009-01-01&Signature=qqeckyUxjEWf5LJBFDPsfRnu%2BbeduCp48%2Bmm42AfLgg%3D
4788
+ headers:
4789
+ User-Agent:
4790
+ - Jeff/1.5.1 (Language=Ruby; Hakans-MacBook.home)
4791
+ Content-Type:
4792
+ - application/x-www-form-urlencoded
4793
+ response:
4794
+ status:
4795
+ code: 200
4796
+ message:
4797
+ headers:
4798
+ Server:
4799
+ - Server
4800
+ Date:
4801
+ - Mon, 23 May 2016 13:12:17 GMT
4802
+ Content-Type:
4803
+ - text/xml
4804
+ Content-Length:
4805
+ - '1014'
4806
+ Connection:
4807
+ - keep-alive
4808
+ x-mws-quota-max:
4809
+ - '60.0'
4810
+ x-mws-quota-remaining:
4811
+ - '60.0'
4812
+ x-mws-quota-resetsOn:
4813
+ - '2016-05-23T14:11:00.000Z'
4814
+ X-Amz-Date:
4815
+ - Mon, 23 May 2016 13:12:17 GMT
4816
+ x-amzn-Authorization:
4817
+ - AAA SignedHeaders=X-Amz-Date, identity=com.amazon.aaa.FrpAndromedaReportsPlugin.AndromedaControlService.amzn1.aaa.id.lwigtwr3h4inoeknjer76q4tl4.Default/1,
4818
+ Signed=true, Encrypted=false, Signature=e54GK8QIex6sbr0pPHa69Nq70zzvIbuFWHTS//MnOUU=,
4819
+ Algorithm=HmacSHA256
4820
+ x-mws-request-id:
4821
+ - 9d0d7ff7-ff7d-4614-864b-bd7349d57fa3
4822
+ x-mws-timestamp:
4823
+ - '2016-05-23T13:12:17.706Z'
4824
+ x-mws-response-context:
4825
+ - r2uchj7CJVKtwkbG+DIa2kXF/fHCJ5p7xVNJXqtqBToHjveEHmDlmtGyVVZesKUq80PPxxUY9q3T
4826
+ /dIXiiENKw==
4827
+ Vary:
4828
+ - Accept-Encoding,User-Agent
4829
+ body:
4830
+ encoding: UTF-8
4831
+ string: |
4832
+ <?xml version="1.0"?>
4833
+ <GetReportListResponse xmlns="http://mws.amazonaws.com/doc/2009-01-01/">
4834
+ <GetReportListResult>
4835
+ <HasNext>true</HasNext>
4836
+ <NextToken>ZERFjsgcqxv2jpZedg0wbepZIBgCTJgsrTpFFIE5TeUaHQdZF8vKcIf4NVhOLwdm/OjFwGA5itbPkQhI8bR2NJ+sWKsX64SrLfDKuAR0uXcUX/uWQlokd6yroeeYd18RkVBXTZ+3pcKDxzX3jZL5cqyKPUWM6vqZWmKGBg29h6qd5GFoD4Lx3te1pshJhSCtC89S0En2hbUBHlRHKbK4OxuMfUBryqJ4f9I+H6BHAXpt0BB0MHiSG+ajXKEUfPVFsTgfBqfpJg+DpbBsfUBFwvbAARbiT99VM8GWFzV6ZPofwyDQ7G4IGV6BjS2jCN8sPWFN/AOE4rQMH5Q/11fsCW5JqTstVGb7nVET+8K8Oiqtdqi4JXEZJZTJlvX1B3aSz2Y051TPxxk=</NextToken>
4837
+ <ReportInfo>
4838
+ <ReportType>FeedSummaryReport</ReportType>
4839
+ <Acknowledged>false</Acknowledged>
4840
+ <ReportId>2376406515016944</ReportId>
4841
+ <ReportRequestId>192325016944</ReportRequestId>
4842
+ <AvailableDate>2016-05-23T13:09:31+00:00</AvailableDate>
4843
+ </ReportInfo>
4844
+ </GetReportListResult>
4845
+ <ResponseMetadata>
4846
+ <RequestId>9d0d7ff7-ff7d-4614-864b-bd7349d57fa3</RequestId>
4847
+ </ResponseMetadata>
4848
+ </GetReportListResponse>
4849
+ http_version:
4850
+ recorded_at: Mon, 23 May 2016 13:12:17 GMT
4851
+ - request:
4852
+ method: post
4853
+ uri: https://mws-eu.amazonservices.com/
4854
+ body:
4855
+ encoding: UTF-8
4856
+ string: AWSAccessKeyId=FILTERED&Action=GetReport&ReportId=2376406515016944&SellerId=FILTERED&SignatureMethod=HmacSHA256&SignatureVersion=2&Timestamp=2016-05-23T13%3A12%3A17Z&Version=2009-01-01&Signature=iD7DQvPQsi35eFFAZUpQW674noWQ2foSJ7woKvs8ZmY%3D
4857
+ headers:
4858
+ User-Agent:
4859
+ - Jeff/1.5.1 (Language=Ruby; Hakans-MacBook.home)
4860
+ Content-Type:
4861
+ - application/x-www-form-urlencoded
4862
+ response:
4863
+ status:
4864
+ code: 200
4865
+ message:
4866
+ headers:
4867
+ Server:
4868
+ - Server
4869
+ Date:
4870
+ - Mon, 23 May 2016 13:12:18 GMT
4871
+ Content-Type:
4872
+ - text/plain
4873
+ Content-Length:
4874
+ - '99'
4875
+ Connection:
4876
+ - keep-alive
4877
+ x-mws-quota-max:
4878
+ - '60.0'
4879
+ x-mws-quota-remaining:
4880
+ - '60.0'
4881
+ x-mws-quota-resetsOn:
4882
+ - '2016-05-23T14:11:00.000Z'
4883
+ Content-MD5:
4884
+ - HTkrCo3VkpRGhPNGX+RiHQ==
4885
+ x-mws-response-context:
4886
+ - y+2fs5QE2PgrBq3ESWk6cnLWN932yvQk5WfLEj64hjAgOlSjHFsq2q8uRZeAEhdiDhQszZ3pLrxB
4887
+ lgFIOKtqEVGZrdc7a/G3, xy+9vQFeLqCri/nXd/etlV/YzVsC/mZHAjyNVNBKHmyBtQL9IxOrUHzMEWnJ460KMLloRXgJX6wG
4888
+ EQO6RU8Ypw==
4889
+ x-amz-request-id:
4890
+ - 3fd549a2-ec9a-41f7-8b5e-399f5c43f024
4891
+ x-mws-request-id:
4892
+ - 3fd549a2-ec9a-41f7-8b5e-399f5c43f024
4893
+ x-mws-timestamp:
4894
+ - '2016-05-23T13:12:18.041Z'
4895
+ Vary:
4896
+ - Accept-Encoding,User-Agent
4897
+ body:
4898
+ encoding: UTF-8
4899
+ string: "Feed Processing Summary:\n\tNumber of records processed\t\t28016\n\tNumber
4900
+ of records successful\t\t28016\n\n"
4901
+ http_version:
4902
+ recorded_at: Mon, 23 May 2016 13:12:18 GMT
4903
+ - request:
4904
+ method: post
4905
+ uri: https://mws-eu.amazonservices.com/
4906
+ body:
4907
+ encoding: UTF-8
4908
+ string: AWSAccessKeyId=FILTERED&Action=GetReportList&MaxCount=1&SellerId=FILTERED&SignatureMethod=HmacSHA256&SignatureVersion=2&Timestamp=2016-05-23T13%3A12%3A18Z&Version=2009-01-01&Signature=GTASer4Yu%2FSZ1UpYLSo7SCRbg1d1C97a88YyrA2KCAk%3D
4909
+ headers:
4910
+ User-Agent:
4911
+ - Jeff/1.5.1 (Language=Ruby; Hakans-MacBook.home)
4912
+ Content-Type:
4913
+ - application/x-www-form-urlencoded
4914
+ response:
4915
+ status:
4916
+ code: 200
4917
+ message:
4918
+ headers:
4919
+ Server:
4920
+ - Server
4921
+ Date:
4922
+ - Mon, 23 May 2016 13:12:18 GMT
4923
+ Content-Type:
4924
+ - text/xml
4925
+ Content-Length:
4926
+ - '1013'
4927
+ Connection:
4928
+ - keep-alive
4929
+ x-mws-quota-max:
4930
+ - '60.0'
4931
+ x-mws-quota-remaining:
4932
+ - '60.0'
4933
+ x-mws-quota-resetsOn:
4934
+ - '2016-05-23T13:54:00.000Z'
4935
+ X-Amz-Date:
4936
+ - Mon, 23 May 2016 13:12:18 GMT
4937
+ x-amzn-Authorization:
4938
+ - AAA SignedHeaders=X-Amz-Date, identity=com.amazon.aaa.FrpAndromedaReportsPlugin.AndromedaControlService.amzn1.aaa.id.lwigtwr3h4inoeknjer76q4tl4.Default/1,
4939
+ Signed=true, Encrypted=false, Signature=gLi6NHzLM5wfMRBoKyHYenyBRGd3NXk0Pr4VW9mXiJs=,
4940
+ Algorithm=HmacSHA256
4941
+ x-mws-request-id:
4942
+ - 2d6c02a7-3244-44f5-8533-ca83f04b5d11
4943
+ x-mws-timestamp:
4944
+ - '2016-05-23T13:12:18.730Z'
4945
+ x-mws-response-context:
4946
+ - 4ex2Vo4t3FKVeTGQvMlwOz/fyVYx6iREm2kbqC424wxGhSqmQJvDpLV2L9lmP7IbE+RMS6uX750F
4947
+ N3QHflWVhA==
4948
+ Vary:
4949
+ - Accept-Encoding,User-Agent
4950
+ body:
4951
+ encoding: UTF-8
4952
+ string: |
4953
+ <?xml version="1.0"?>
4954
+ <GetReportListResponse xmlns="http://mws.amazonaws.com/doc/2009-01-01/">
4955
+ <GetReportListResult>
4956
+ <HasNext>true</HasNext>
4957
+ <NextToken>mggqOCuJvML2jpZedg0wbepZIBgCTJgsS+FksejuIGGcJxxZ1yZGtPoQYIPfFtQnOR+0z2Xfr4VxrBy2GCH8wVt/sr26+w0Z4FiI6+pvv4COTAogATulneXiKLd+8P7TYu5QSGU1MydcAJFlssXv1u/kOhYW3BlFEsqGJJJsu89DjPVev4qIpssygbmzE6XBeRmqkTxWuHZeEKMyI6kvBR4dBBJER8F2gVYkkYP9LejsmDarIpxuW2ge8i+vZkaoxeMEh7/AhYbe+8OuSIAKJe3RdmZkWp3OuGyOPxh7quHF0NZVrRvHfdws7qmVp9U6OeyjIfEek5MFKj5huKyirYCgVshfsNWa+dzX3WEBMOpR90YnuQ/h9uDe6ALJLS7VUlKyUbphOXA=</NextToken>
4958
+ <ReportInfo>
4959
+ <ReportType>FeedSummaryReport</ReportType>
4960
+ <Acknowledged>false</Acknowledged>
4961
+ <ReportId>2377032732016944</ReportId>
4962
+ <ReportRequestId>83301016944</ReportRequestId>
4963
+ <AvailableDate>2016-05-23T12:57:06+00:00</AvailableDate>
4964
+ </ReportInfo>
4965
+ </GetReportListResult>
4966
+ <ResponseMetadata>
4967
+ <RequestId>2d6c02a7-3244-44f5-8533-ca83f04b5d11</RequestId>
4968
+ </ResponseMetadata>
4969
+ </GetReportListResponse>
4970
+ http_version:
4971
+ recorded_at: Mon, 23 May 2016 13:12:18 GMT
4972
+ - request:
4973
+ method: post
4974
+ uri: https://mws-eu.amazonservices.com/
4975
+ body:
4976
+ encoding: UTF-8
4977
+ string: AWSAccessKeyId=FILTERED&Action=GetReport&ReportId=2377032732016944&SellerId=FILTERED&SignatureMethod=HmacSHA256&SignatureVersion=2&Timestamp=2016-05-23T13%3A12%3A18Z&Version=2009-01-01&Signature=mwsG4STZ%2Fvfu7LXoWmWzeZue8I%2B9pC6jpZKMEQ5f3hM%3D
4978
+ headers:
4979
+ User-Agent:
4980
+ - Jeff/1.5.1 (Language=Ruby; Hakans-MacBook.home)
4981
+ Content-Type:
4982
+ - application/x-www-form-urlencoded
4983
+ response:
4984
+ status:
4985
+ code: 200
4986
+ message:
4987
+ headers:
4988
+ Server:
4989
+ - Server
4990
+ Date:
4991
+ - Mon, 23 May 2016 13:12:19 GMT
4992
+ Content-Type:
4993
+ - text/plain
4994
+ Content-Length:
4995
+ - '22925'
4996
+ Connection:
4997
+ - keep-alive
4998
+ x-mws-quota-max:
4999
+ - '60.0'
5000
+ x-mws-quota-remaining:
5001
+ - '60.0'
5002
+ x-mws-quota-resetsOn:
5003
+ - '2016-05-23T13:54:00.000Z'
5004
+ Content-MD5:
5005
+ - Dp4nkJVNrB3vtGFySfOT3A==
5006
+ x-mws-response-context:
5007
+ - unQNJp/yyvC0TEs0xmQ8hZtuVtI9D3y/O4XmfINKXQngFC1Q4UqOk4QXzXhM2w0QPpR2dZ++uwu0
5008
+ s5M7iKyCM/dzXYhMvY3a, uNULZvPMmBVLylJ73MccAZWRrGU1QtSBWLXwsl1moHfZEFWqsc7BRjY4PJ27Dnr5EyZ5o3DGLBXX
5009
+ zm3m8vzpQA==
5010
+ x-amz-request-id:
5011
+ - c71f0d38-2052-4187-a5e7-3b13597124ed
5012
+ x-mws-request-id:
5013
+ - c71f0d38-2052-4187-a5e7-3b13597124ed
5014
+ x-mws-timestamp:
5015
+ - '2016-05-23T13:12:19.033Z'
5016
+ Vary:
5017
+ - Accept-Encoding,User-Agent
5018
+ body:
5019
+ encoding: UTF-8
5020
+ string: "Feed Processing Summary:\n\tNumber of records processed\t\t50000\n\tNumber
5021
+ of records successful\t\t49963\n\noriginal-record-number\tsku\terror-code\terror-type\terror-message\n10091\t9781599059082-2\t13013\tError\tThis
5022
+ SKU does not exist in your Amazon inventory so we could not process this record.
5023
+ To correct this error for future feeds, add the SKU to your Amazon account.
5024
+ For more information, see http://sellercentral.amazon.it/gp/errorcode/13013.\n10091\t9781599059082-2\t13013\tError\tThis
5025
+ SKU does not exist in your Amazon inventory so we could not process this record.
5026
+ To correct this error for future feeds, add the SKU to your Amazon account.
5027
+ For more information, see http://sellercentral.amazon.it/gp/errorcode/13013.\n10668\t9781591960843-2\t13013\tError\tThis
5028
+ SKU does not exist in the Amazon.com catalog. Your inventory data was not
5029
+ processed. For reasons why, and help fixing this, see http://sellercentral.amazon.it/gp/errorcode/13013\n10668\t9781591960843-2\t13013\tError\tThis
5030
+ SKU does not exist in your Amazon inventory so we could not process this record.
5031
+ To correct this error for future feeds, add the SKU to your Amazon account.
5032
+ For more information, see http://sellercentral.amazon.it/gp/errorcode/13013.\n10668\t9781591960843-2\t13013\tError\tThis
5033
+ SKU does not exist in your Amazon inventory so we could not process this record.
5034
+ To correct this error for future feeds, add the SKU to your Amazon account.
5035
+ For more information, see http://sellercentral.amazon.it/gp/errorcode/13013.\n10961\t9781587590658-4\t13013\tError\tThis
5036
+ SKU does not exist in your Amazon inventory so we could not process this record.
5037
+ To correct this error for future feeds, add the SKU to your Amazon account.
5038
+ For more information, see http://sellercentral.amazon.it/gp/errorcode/13013.\n10961\t9781587590658-4\t13013\tError\tThis
5039
+ SKU does not exist in your Amazon inventory so we could not process this record.
5040
+ To correct this error for future feeds, add the SKU to your Amazon account.
5041
+ For more information, see http://sellercentral.amazon.it/gp/errorcode/13013.\n10992\t9781587170348-2\t13013\tError\tThis
5042
+ SKU does not exist in the Amazon.com catalog. Your inventory data was not
5043
+ processed. For reasons why, and help fixing this, see http://sellercentral.amazon.it/gp/errorcode/13013\n10992\t9781587170348-2\t13013\tError\tThis
5044
+ SKU does not exist in your Amazon inventory so we could not process this record.
5045
+ To correct this error for future feeds, add the SKU to your Amazon account.
5046
+ For more information, see http://sellercentral.amazon.it/gp/errorcode/13013.\n10992\t9781587170348-2\t13013\tError\tThis
5047
+ SKU does not exist in your Amazon inventory so we could not process this record.
5048
+ To correct this error for future feeds, add the SKU to your Amazon account.
5049
+ For more information, see http://sellercentral.amazon.it/gp/errorcode/13013.\n11410\t9781578263738-2\t13013\tError\tThis
5050
+ SKU does not exist in your Amazon inventory so we could not process this record.
5051
+ To correct this error for future feeds, add the SKU to your Amazon account.
5052
+ For more information, see http://sellercentral.amazon.it/gp/errorcode/13013.\n11410\t9781578263738-2\t13013\tError\tThis
5053
+ SKU does not exist in your Amazon inventory so we could not process this record.
5054
+ To correct this error for future feeds, add the SKU to your Amazon account.
5055
+ For more information, see http://sellercentral.amazon.it/gp/errorcode/13013.\n1537\t9788171679133-1\t13013\tError\tThis
5056
+ SKU does not exist in your Amazon inventory so we could not process this record.
5057
+ To correct this error for future feeds, add the SKU to your Amazon account.
5058
+ For more information, see http://sellercentral.amazon.it/gp/errorcode/13013.\n1537\t9788171679133-1\t13013\tError\tThis
5059
+ SKU does not exist in the Amazon.com catalog. Your inventory data was not
5060
+ processed. For reasons why, and help fixing this, see http://sellercentral.amazon.it/gp/errorcode/13013\n1537\t9788171679133-1\t13013\tError\tThis
5061
+ SKU does not exist in your Amazon inventory so we could not process this record.
5062
+ To correct this error for future feeds, add the SKU to your Amazon account.
5063
+ For more information, see http://sellercentral.amazon.it/gp/errorcode/13013.\n1548\t9788170801429-1\t13013\tError\tThis
5064
+ SKU does not exist in your Amazon inventory so we could not process this record.
5065
+ To correct this error for future feeds, add the SKU to your Amazon account.
5066
+ For more information, see http://sellercentral.amazon.it/gp/errorcode/13013.\n1548\t9788170801429-1\t13013\tError\tThis
5067
+ SKU does not exist in your Amazon inventory so we could not process this record.
5068
+ To correct this error for future feeds, add the SKU to your Amazon account.
5069
+ For more information, see http://sellercentral.amazon.it/gp/errorcode/13013.\n1599\t9788120619197-2\t13013\tError\tThis
5070
+ SKU does not exist in your Amazon inventory so we could not process this record.
5071
+ To correct this error for future feeds, add the SKU to your Amazon account.
5072
+ For more information, see http://sellercentral.amazon.it/gp/errorcode/13013.\n1599\t9788120619197-2\t13013\tError\tThis
5073
+ SKU does not exist in your Amazon inventory so we could not process this record.
5074
+ To correct this error for future feeds, add the SKU to your Amazon account.
5075
+ For more information, see http://sellercentral.amazon.it/gp/errorcode/13013.\n17029\t9780974690896-4\t13013\tError\tThis
5076
+ SKU does not exist in your Amazon inventory so we could not process this record.
5077
+ To correct this error for future feeds, add the SKU to your Amazon account.
5078
+ For more information, see http://sellercentral.amazon.it/gp/errorcode/13013.\n17029\t9780974690896-4\t13013\tError\tThis
5079
+ SKU does not exist in your Amazon inventory so we could not process this record.
5080
+ To correct this error for future feeds, add the SKU to your Amazon account.
5081
+ For more information, see http://sellercentral.amazon.it/gp/errorcode/13013.\n17571\t9780967201511-2\t13013\tError\tThis
5082
+ SKU does not exist in your Amazon inventory so we could not process this record.
5083
+ To correct this error for future feeds, add the SKU to your Amazon account.
5084
+ For more information, see http://sellercentral.amazon.it/gp/errorcode/13013.\n17571\t9780967201511-2\t13013\tError\tThis
5085
+ SKU does not exist in your Amazon inventory so we could not process this record.
5086
+ To correct this error for future feeds, add the SKU to your Amazon account.
5087
+ For more information, see http://sellercentral.amazon.it/gp/errorcode/13013.\n18034\t9780963268402-2\t13013\tError\tThis
5088
+ SKU does not exist in the Amazon.com catalog. Your inventory data was not
5089
+ processed. For reasons why, and help fixing this, see http://sellercentral.amazon.it/gp/errorcode/13013\n18034\t9780963268402-2\t13013\tError\tThis
5090
+ SKU does not exist in your Amazon inventory so we could not process this record.
5091
+ To correct this error for future feeds, add the SKU to your Amazon account.
5092
+ For more information, see http://sellercentral.amazon.it/gp/errorcode/13013.\n18034\t9780963268402-2\t13013\tError\tThis
5093
+ SKU does not exist in your Amazon inventory so we could not process this record.
5094
+ To correct this error for future feeds, add the SKU to your Amazon account.
5095
+ For more information, see http://sellercentral.amazon.it/gp/errorcode/13013.\n18477\t9780948329142-4\t13013\tError\tThis
5096
+ SKU does not exist in your Amazon inventory so we could not process this record.
5097
+ To correct this error for future feeds, add the SKU to your Amazon account.
5098
+ For more information, see http://sellercentral.amazon.it/gp/errorcode/13013.\n18477\t9780948329142-4\t13013\tError\tThis
5099
+ SKU does not exist in your Amazon inventory so we could not process this record.
5100
+ To correct this error for future feeds, add the SKU to your Amazon account.
5101
+ For more information, see http://sellercentral.amazon.it/gp/errorcode/13013.\n19565\t9780929563244-4\t13013\tError\tThis
5102
+ SKU does not exist in your Amazon inventory so we could not process this record.
5103
+ To correct this error for future feeds, add the SKU to your Amazon account.
5104
+ For more information, see http://sellercentral.amazon.it/gp/errorcode/13013.\n19565\t9780929563244-4\t13013\tError\tThis
5105
+ SKU does not exist in your Amazon inventory so we could not process this record.
5106
+ To correct this error for future feeds, add the SKU to your Amazon account.
5107
+ For more information, see http://sellercentral.amazon.it/gp/errorcode/13013.\n2108\t9783642093531-2\t13013\tError\tThis
5108
+ SKU does not exist in your Amazon inventory so we could not process this record.
5109
+ To correct this error for future feeds, add the SKU to your Amazon account.
5110
+ For more information, see http://sellercentral.amazon.it/gp/errorcode/13013.\n2108\t9783642093531-2\t13013\tError\tThis
5111
+ SKU does not exist in your Amazon inventory so we could not process this record.
5112
+ To correct this error for future feeds, add the SKU to your Amazon account.
5113
+ For more information, see http://sellercentral.amazon.it/gp/errorcode/13013.\n23726\t9780871162083-3\t13013\tError\tThis
5114
+ SKU does not exist in your Amazon inventory so we could not process this record.
5115
+ To correct this error for future feeds, add the SKU to your Amazon account.
5116
+ For more information, see http://sellercentral.amazon.it/gp/errorcode/13013.\n23726\t9780871162083-3\t13013\tError\tThis
5117
+ SKU does not exist in your Amazon inventory so we could not process this record.
5118
+ To correct this error for future feeds, add the SKU to your Amazon account.
5119
+ For more information, see http://sellercentral.amazon.it/gp/errorcode/13013.\n26874\t9780822526766-2\t13013\tError\tThis
5120
+ SKU does not exist in your Amazon inventory so we could not process this record.
5121
+ To correct this error for future feeds, add the SKU to your Amazon account.
5122
+ For more information, see http://sellercentral.amazon.it/gp/errorcode/13013.\n26874\t9780822526766-2\t13013\tError\tThis
5123
+ SKU does not exist in your Amazon inventory so we could not process this record.
5124
+ To correct this error for future feeds, add the SKU to your Amazon account.
5125
+ For more information, see http://sellercentral.amazon.it/gp/errorcode/13013.\n26874\t9780822526766-2\t13013\tError\tThis
5126
+ SKU does not exist in the Amazon.com catalog. Your inventory data was not
5127
+ processed. For reasons why, and help fixing this, see http://sellercentral.amazon.it/gp/errorcode/13013\n28916\t9780807835517-2\t13013\tError\tThis
5128
+ SKU does not exist in the Amazon.com catalog. Your inventory data was not
5129
+ processed. For reasons why, and help fixing this, see http://sellercentral.amazon.it/gp/errorcode/13013\n28916\t9780807835517-2\t13013\tError\tThis
5130
+ SKU does not exist in your Amazon inventory so we could not process this record.
5131
+ To correct this error for future feeds, add the SKU to your Amazon account.
5132
+ For more information, see http://sellercentral.amazon.it/gp/errorcode/13013.\n28916\t9780807835517-2\t13013\tError\tThis
5133
+ SKU does not exist in your Amazon inventory so we could not process this record.
5134
+ To correct this error for future feeds, add the SKU to your Amazon account.
5135
+ For more information, see http://sellercentral.amazon.it/gp/errorcode/13013.\n3046\t9781933337456-1\t13013\tError\tThis
5136
+ SKU does not exist in your Amazon inventory so we could not process this record.
5137
+ To correct this error for future feeds, add the SKU to your Amazon account.
5138
+ For more information, see http://sellercentral.amazon.it/gp/errorcode/13013.\n3046\t9781933337456-1\t13013\tError\tThis
5139
+ SKU does not exist in your Amazon inventory so we could not process this record.
5140
+ To correct this error for future feeds, add the SKU to your Amazon account.
5141
+ For more information, see http://sellercentral.amazon.it/gp/errorcode/13013.\n3189\t9781932195200-2\t13013\tError\tThis
5142
+ SKU does not exist in your Amazon inventory so we could not process this record.
5143
+ To correct this error for future feeds, add the SKU to your Amazon account.
5144
+ For more information, see http://sellercentral.amazon.it/gp/errorcode/13013.\n3189\t9781932195200-2\t13013\tError\tThis
5145
+ SKU does not exist in the Amazon.com catalog. Your inventory data was not
5146
+ processed. For reasons why, and help fixing this, see http://sellercentral.amazon.it/gp/errorcode/13013\n3189\t9781932195200-2\t13013\tError\tThis
5147
+ SKU does not exist in your Amazon inventory so we could not process this record.
5148
+ To correct this error for future feeds, add the SKU to your Amazon account.
5149
+ For more information, see http://sellercentral.amazon.it/gp/errorcode/13013.\n33980\t9780744501612-2\t13013\tError\tThis
5150
+ SKU does not exist in your Amazon inventory so we could not process this record.
5151
+ To correct this error for future feeds, add the SKU to your Amazon account.
5152
+ For more information, see http://sellercentral.amazon.it/gp/errorcode/13013.\n33980\t9780744501612-2\t13013\tError\tThis
5153
+ SKU does not exist in your Amazon inventory so we could not process this record.
5154
+ To correct this error for future feeds, add the SKU to your Amazon account.
5155
+ For more information, see http://sellercentral.amazon.it/gp/errorcode/13013.\n4210\t9781904541776-1\t13013\tError\tThis
5156
+ SKU does not exist in your Amazon inventory so we could not process this record.
5157
+ To correct this error for future feeds, add the SKU to your Amazon account.
5158
+ For more information, see http://sellercentral.amazon.it/gp/errorcode/13013.\n4210\t9781904541776-1\t13013\tError\tThis
5159
+ SKU does not exist in your Amazon inventory so we could not process this record.
5160
+ To correct this error for future feeds, add the SKU to your Amazon account.
5161
+ For more information, see http://sellercentral.amazon.it/gp/errorcode/13013.\n42656\t9780434130054-3\t13013\tError\tThis
5162
+ SKU does not exist in the Amazon.com catalog. Your inventory data was not
5163
+ processed. For reasons why, and help fixing this, see http://sellercentral.amazon.it/gp/errorcode/13013\n42656\t9780434130054-3\t13013\tError\tThis
5164
+ SKU does not exist in your Amazon inventory so we could not process this record.
5165
+ To correct this error for future feeds, add the SKU to your Amazon account.
5166
+ For more information, see http://sellercentral.amazon.it/gp/errorcode/13013.\n42656\t9780434130054-3\t13013\tError\tThis
5167
+ SKU does not exist in your Amazon inventory so we could not process this record.
5168
+ To correct this error for future feeds, add the SKU to your Amazon account.
5169
+ For more information, see http://sellercentral.amazon.it/gp/errorcode/13013.\n44377\t9780376029508-3\t13013\tError\tThis
5170
+ SKU does not exist in your Amazon inventory so we could not process this record.
5171
+ To correct this error for future feeds, add the SKU to your Amazon account.
5172
+ For more information, see http://sellercentral.amazon.it/gp/errorcode/13013.\n44377\t9780376029508-3\t13013\tError\tThis
5173
+ SKU does not exist in your Amazon inventory so we could not process this record.
5174
+ To correct this error for future feeds, add the SKU to your Amazon account.
5175
+ For more information, see http://sellercentral.amazon.it/gp/errorcode/13013.\n4660\t9781899908011-1\t13013\tError\tThis
5176
+ SKU does not exist in your Amazon inventory so we could not process this record.
5177
+ To correct this error for future feeds, add the SKU to your Amazon account.
5178
+ For more information, see http://sellercentral.amazon.it/gp/errorcode/13013.\n4660\t9781899908011-1\t13013\tError\tThis
5179
+ SKU does not exist in your Amazon inventory so we could not process this record.
5180
+ To correct this error for future feeds, add the SKU to your Amazon account.
5181
+ For more information, see http://sellercentral.amazon.it/gp/errorcode/13013.\n47058\t9780198751854-2\t13013\tError\tThis
5182
+ SKU does not exist in the Amazon.com catalog. Your inventory data was not
5183
+ processed. For reasons why, and help fixing this, see http://sellercentral.amazon.it/gp/errorcode/13013\n47058\t9780198751854-2\t13013\tError\tThis
5184
+ SKU does not exist in your Amazon inventory so we could not process this record.
5185
+ To correct this error for future feeds, add the SKU to your Amazon account.
5186
+ For more information, see http://sellercentral.amazon.it/gp/errorcode/13013.\n47058\t9780198751854-2\t13013\tError\tThis
5187
+ SKU does not exist in your Amazon inventory so we could not process this record.
5188
+ To correct this error for future feeds, add the SKU to your Amazon account.
5189
+ For more information, see http://sellercentral.amazon.it/gp/errorcode/13013.\n48075\t9780072499100-2\t13013\tError\tThis
5190
+ SKU does not exist in your Amazon inventory so we could not process this record.
5191
+ To correct this error for future feeds, add the SKU to your Amazon account.
5192
+ For more information, see http://sellercentral.amazon.it/gp/errorcode/13013.\n48075\t9780072499100-2\t13013\tError\tThis
5193
+ SKU does not exist in your Amazon inventory so we could not process this record.
5194
+ To correct this error for future feeds, add the SKU to your Amazon account.
5195
+ For more information, see http://sellercentral.amazon.it/gp/errorcode/13013.\n48880\t9780060129804-4\t13013\tError\tThis
5196
+ SKU does not exist in your Amazon inventory so we could not process this record.
5197
+ To correct this error for future feeds, add the SKU to your Amazon account.
5198
+ For more information, see http://sellercentral.amazon.it/gp/errorcode/13013.\n48880\t9780060129804-4\t13013\tError\tThis
5199
+ SKU does not exist in your Amazon inventory so we could not process this record.
5200
+ To correct this error for future feeds, add the SKU to your Amazon account.
5201
+ For more information, see http://sellercentral.amazon.it/gp/errorcode/13013.\n5501\t9781889892023-4\t13013\tError\tThis
5202
+ SKU does not exist in the Amazon.com catalog. Your inventory data was not
5203
+ processed. For reasons why, and help fixing this, see http://sellercentral.amazon.it/gp/errorcode/13013\n5501\t9781889892023-4\t13013\tError\tThis
5204
+ SKU does not exist in your Amazon inventory so we could not process this record.
5205
+ To correct this error for future feeds, add the SKU to your Amazon account.
5206
+ For more information, see http://sellercentral.amazon.it/gp/errorcode/13013.\n5501\t9781889892023-4\t13013\tError\tThis
5207
+ SKU does not exist in your Amazon inventory so we could not process this record.
5208
+ To correct this error for future feeds, add the SKU to your Amazon account.
5209
+ For more information, see http://sellercentral.amazon.it/gp/errorcode/13013.\n6232\t9781881830931-2\t13013\tError\tThis
5210
+ SKU does not exist in the Amazon.com catalog. Your inventory data was not
5211
+ processed. For reasons why, and help fixing this, see http://sellercentral.amazon.it/gp/errorcode/13013\n6232\t9781881830931-2\t13013\tError\tThis
5212
+ SKU does not exist in your Amazon inventory so we could not process this record.
5213
+ To correct this error for future feeds, add the SKU to your Amazon account.
5214
+ For more information, see http://sellercentral.amazon.it/gp/errorcode/13013.\n6232\t9781881830931-2\t13013\tError\tThis
5215
+ SKU does not exist in your Amazon inventory so we could not process this record.
5216
+ To correct this error for future feeds, add the SKU to your Amazon account.
5217
+ For more information, see http://sellercentral.amazon.it/gp/errorcode/13013.\n7860\t9781857611175-2\t13013\tError\tThis
5218
+ SKU does not exist in your Amazon inventory so we could not process this record.
5219
+ To correct this error for future feeds, add the SKU to your Amazon account.
5220
+ For more information, see http://sellercentral.amazon.it/gp/errorcode/13013.\n7860\t9781857611175-2\t13013\tError\tThis
5221
+ SKU does not exist in your Amazon inventory so we could not process this record.
5222
+ To correct this error for future feeds, add the SKU to your Amazon account.
5223
+ For more information, see http://sellercentral.amazon.it/gp/errorcode/13013.\n8109\t9781853452628-1\t13013\tError\tThis
5224
+ SKU does not exist in your Amazon inventory so we could not process this record.
5225
+ To correct this error for future feeds, add the SKU to your Amazon account.
5226
+ For more information, see http://sellercentral.amazon.it/gp/errorcode/13013.\n8109\t9781853452628-1\t13013\tError\tThis
5227
+ SKU does not exist in your Amazon inventory so we could not process this record.
5228
+ To correct this error for future feeds, add the SKU to your Amazon account.
5229
+ For more information, see http://sellercentral.amazon.it/gp/errorcode/13013.\n8135\t9781853023958-4\t13013\tError\tThis
5230
+ SKU does not exist in your Amazon inventory so we could not process this record.
5231
+ To correct this error for future feeds, add the SKU to your Amazon account.
5232
+ For more information, see http://sellercentral.amazon.it/gp/errorcode/13013.\n8135\t9781853023958-4\t13013\tError\tThis
5233
+ SKU does not exist in your Amazon inventory so we could not process this record.
5234
+ To correct this error for future feeds, add the SKU to your Amazon account.
5235
+ For more information, see http://sellercentral.amazon.it/gp/errorcode/13013.\n8670\t9781843624356-4\t13013\tError\tThis
5236
+ SKU does not exist in your Amazon inventory so we could not process this record.
5237
+ To correct this error for future feeds, add the SKU to your Amazon account.
5238
+ For more information, see http://sellercentral.amazon.it/gp/errorcode/13013.\n8670\t9781843624356-4\t13013\tError\tThis
5239
+ SKU does not exist in your Amazon inventory so we could not process this record.
5240
+ To correct this error for future feeds, add the SKU to your Amazon account.
5241
+ For more information, see http://sellercentral.amazon.it/gp/errorcode/13013.\n8825\t9781841729855-1\t13013\tError\tThis
5242
+ SKU does not exist in your Amazon inventory so we could not process this record.
5243
+ To correct this error for future feeds, add the SKU to your Amazon account.
5244
+ For more information, see http://sellercentral.amazon.it/gp/errorcode/13013.\n8825\t9781841729855-1\t13013\tError\tThis
5245
+ SKU does not exist in your Amazon inventory so we could not process this record.
5246
+ To correct this error for future feeds, add the SKU to your Amazon account.
5247
+ For more information, see http://sellercentral.amazon.it/gp/errorcode/13013.\n936\t9788741846811-2\t13013\tError\tThis
5248
+ SKU does not exist in your Amazon inventory so we could not process this record.
5249
+ To correct this error for future feeds, add the SKU to your Amazon account.
5250
+ For more information, see http://sellercentral.amazon.it/gp/errorcode/13013.\n936\t9788741846811-2\t13013\tError\tThis
5251
+ SKU does not exist in your Amazon inventory so we could not process this record.
5252
+ To correct this error for future feeds, add the SKU to your Amazon account.
5253
+ For more information, see http://sellercentral.amazon.it/gp/errorcode/13013.\n9395\t9781611491005-4\t13013\tError\tThis
5254
+ SKU does not exist in the Amazon.com catalog. Your inventory data was not
5255
+ processed. For reasons why, and help fixing this, see http://sellercentral.amazon.it/gp/errorcode/13013\n9395\t9781611491005-4\t13013\tError\tThis
5256
+ SKU does not exist in your Amazon inventory so we could not process this record.
5257
+ To correct this error for future feeds, add the SKU to your Amazon account.
5258
+ For more information, see http://sellercentral.amazon.it/gp/errorcode/13013.\n9395\t9781611491005-4\t13013\tError\tThis
5259
+ SKU does not exist in your Amazon inventory so we could not process this record.
5260
+ To correct this error for future feeds, add the SKU to your Amazon account.
5261
+ For more information, see http://sellercentral.amazon.it/gp/errorcode/13013.\n9753\t9781604422696-2\t13013\tError\tThis
5262
+ SKU does not exist in your Amazon inventory so we could not process this record.
5263
+ To correct this error for future feeds, add the SKU to your Amazon account.
5264
+ For more information, see http://sellercentral.amazon.it/gp/errorcode/13013.\n9753\t9781604422696-2\t13013\tError\tThis
5265
+ SKU does not exist in your Amazon inventory so we could not process this record.
5266
+ To correct this error for future feeds, add the SKU to your Amazon account.
5267
+ For more information, see http://sellercentral.amazon.it/gp/errorcode/13013.\n"
5268
+ http_version:
5269
+ recorded_at: Mon, 23 May 2016 13:12:19 GMT
5270
+ - request:
5271
+ method: post
5272
+ uri: https://mws-eu.amazonservices.com/
5273
+ body:
5274
+ encoding: UTF-8
5275
+ string: AWSAccessKeyId=FILTERED&Action=GetReportList&MaxCount=1&SellerId=FILTERED&SignatureMethod=HmacSHA256&SignatureVersion=2&Timestamp=2016-05-23T13%3A12%3A19Z&Version=2009-01-01&Signature=aSsZgCFMZcjtwfLLmNbOAUOsQYeLgGDleQocQazPSP8%3D
5276
+ headers:
5277
+ User-Agent:
5278
+ - Jeff/1.5.1 (Language=Ruby; Hakans-MacBook.home)
5279
+ Content-Type:
5280
+ - application/x-www-form-urlencoded
5281
+ response:
5282
+ status:
5283
+ code: 200
5284
+ message:
5285
+ headers:
5286
+ Server:
5287
+ - Server
5288
+ Date:
5289
+ - Mon, 23 May 2016 13:12:19 GMT
5290
+ Content-Type:
5291
+ - text/xml
5292
+ Content-Length:
5293
+ - '1014'
5294
+ Connection:
5295
+ - keep-alive
5296
+ x-mws-quota-max:
5297
+ - '60.0'
5298
+ x-mws-quota-remaining:
5299
+ - '59.0'
5300
+ x-mws-quota-resetsOn:
5301
+ - '2016-05-23T14:07:00.000Z'
5302
+ X-Amz-Date:
5303
+ - Mon, 23 May 2016 13:12:19 GMT
5304
+ x-amzn-Authorization:
5305
+ - AAA SignedHeaders=X-Amz-Date, identity=com.amazon.aaa.FrpAndromedaReportsPlugin.AndromedaControlService.amzn1.aaa.id.lwigtwr3h4inoeknjer76q4tl4.Default/1,
5306
+ Signed=true, Encrypted=false, Signature=CINmya8lZQ/1HjYCDSgFagiG5MSr6OQaWDhFnGnJGyY=,
5307
+ Algorithm=HmacSHA256
5308
+ x-mws-request-id:
5309
+ - 6fc588a1-7b71-4f09-809c-87ae9ee4c0c0
5310
+ x-mws-timestamp:
5311
+ - '2016-05-23T13:12:19.446Z'
5312
+ x-mws-response-context:
5313
+ - F8uplH1mr6LUvjmxUr81VMn7SfvW93P/jNGwvRnzFVcM9SmGP/HrET+C0oLTOdNaBiMieGX/fz8k
5314
+ W/bb/d+e4A==
5315
+ Vary:
5316
+ - Accept-Encoding,User-Agent
5317
+ body:
5318
+ encoding: UTF-8
5319
+ string: |
5320
+ <?xml version="1.0"?>
5321
+ <GetReportListResponse xmlns="http://mws.amazonaws.com/doc/2009-01-01/">
5322
+ <GetReportListResult>
5323
+ <HasNext>true</HasNext>
5324
+ <NextToken>rOo5bokzJvX2jpZedg0wbepZIBgCTJgsxpTd3WvIyKddH9c+NUy3uFbCh8Xr5sSBofL4Nf3l8PpxrBy2GCH8wTyk/6D1oxqF4wOxE2imXmnOoFrwkhea70Zipi0t9v/u8mr68X8Nt/bkLYQnTz+OktwyKqNzEuLjpC/2qugYk3PZs+HUy2ma1bq8xqAchQNKA0tvHL0/qpQJB3E4kjSqi/G02Bv+wHa8U9F3pU5vAspRj2pk/tU8ciYzT7Fqo7sr+1uWKJOV+9JvBtidSr2rKemq0Ukzulb3UIxDA5rqESPRZOCySkQHr+YwXrgcGMN99L05XFmqJBX4rwMDpIwrplPSUw4hkErhCnGI8DZfD3Ili924katTAu3kNXtkeBy80GqbEbznxvA=</NextToken>
5325
+ <ReportInfo>
5326
+ <ReportType>FeedSummaryReport</ReportType>
5327
+ <Acknowledged>false</Acknowledged>
5328
+ <ReportId>2379251671016944</ReportId>
5329
+ <ReportRequestId>216685016944</ReportRequestId>
5330
+ <AvailableDate>2016-05-23T13:01:45+00:00</AvailableDate>
5331
+ </ReportInfo>
5332
+ </GetReportListResult>
5333
+ <ResponseMetadata>
5334
+ <RequestId>6fc588a1-7b71-4f09-809c-87ae9ee4c0c0</RequestId>
5335
+ </ResponseMetadata>
5336
+ </GetReportListResponse>
5337
+ http_version:
5338
+ recorded_at: Mon, 23 May 2016 13:12:19 GMT
5339
+ - request:
5340
+ method: post
5341
+ uri: https://mws-eu.amazonservices.com/
5342
+ body:
5343
+ encoding: UTF-8
5344
+ string: AWSAccessKeyId=FILTERED&Action=GetReport&ReportId=2379251671016944&SellerId=FILTERED&SignatureMethod=HmacSHA256&SignatureVersion=2&Timestamp=2016-05-23T13%3A12%3A19Z&Version=2009-01-01&Signature=HtsB799H1dbM%2BhqEmqyE2BFmV4%2FaGWmOQhD9jV%2BOj2c%3D
5345
+ headers:
5346
+ User-Agent:
5347
+ - Jeff/1.5.1 (Language=Ruby; Hakans-MacBook.home)
5348
+ Content-Type:
5349
+ - application/x-www-form-urlencoded
5350
+ response:
5351
+ status:
5352
+ code: 200
5353
+ message:
5354
+ headers:
5355
+ Server:
5356
+ - Server
5357
+ Date:
5358
+ - Mon, 23 May 2016 13:12:19 GMT
5359
+ Content-Type:
5360
+ - text/xml
5361
+ Content-Length:
5362
+ - '893'
5363
+ Connection:
5364
+ - keep-alive
5365
+ x-mws-quota-max:
5366
+ - '60.0'
5367
+ x-mws-quota-remaining:
5368
+ - '59.0'
5369
+ x-mws-quota-resetsOn:
5370
+ - '2016-05-23T14:07:00.000Z'
5371
+ Content-MD5:
5372
+ - t1B6J5n9cqeaxJeCLbBhnA==
5373
+ x-mws-response-context:
5374
+ - geJlqvVJ4LfwJYTkbTrf/fFt6ZwX62xsE4aAWSDkeK7TALYAIKBUtCKFJQHNxSMI58WieQFb53k=,
5375
+ cfmuZjCu4F8iJQa0nKHETjvnCfAVDCAkt/Us5XzHjlsIROVZ0G6zeLPb5hhIJiCCX83im4tq9GN4
5376
+ 34itm7iJzA==
5377
+ x-amz-request-id:
5378
+ - 0b2d6c1f-c393-4c84-9c7f-23730ba5ffe3
5379
+ x-mws-request-id:
5380
+ - 0b2d6c1f-c393-4c84-9c7f-23730ba5ffe3
5381
+ x-mws-timestamp:
5382
+ - '2016-05-23T13:12:19.761Z'
5383
+ Vary:
5384
+ - Accept-Encoding,User-Agent
5385
+ body:
5386
+ encoding: UTF-8
5387
+ string: "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<AmazonEnvelope xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\"
5388
+ xsi:noNamespaceSchemaLocation=\"amzn-envelope.xsd\">\n\t<Header>\n\t\t<DocumentVersion>3.00</DocumentVersion>\n\t\t<MerchantIdentifier>M_FULHAMBOOK_7327352</MerchantIdentifier>\n\t</Header>\n\t<MessageType>ProcessingReport</MessageType>\n\t<Message>\n\t\t<MessageID>1</MessageID>\n\t\t<ProcessingReport>\n\t\t\t<ProcessingReportType>OrderAcknowledgement</ProcessingReportType>\n\t\t\t<DocumentTransactionID>216685016944</DocumentTransactionID>\n\t\t\t<Summary
5389
+ MarketplaceName=\"All\">\n\t\t\t<StatusCode>Complete</StatusCode>\n\t\t\t<ProcessingSummary>\n\t\t\t\t<MessagesProcessed>5</MessagesProcessed>\n\t\t\t\t<MessagesSuccessful>5</MessagesSuccessful>\n\t\t\t\t<MessagesWithError>0</MessagesWithError>\n\t\t\t\t<MessagesWithWarning>0</MessagesWithWarning>\n\t\t\t</ProcessingSummary>\n\t\t\t</Summary>\n\t\t</ProcessingReport>\n\t</Message>\n</AmazonEnvelope>"
5390
+ http_version:
5391
+ recorded_at: Mon, 23 May 2016 13:12:19 GMT
5392
+ - request:
5393
+ method: post
5394
+ uri: https://mws-eu.amazonservices.com/
5395
+ body:
5396
+ encoding: UTF-8
5397
+ string: AWSAccessKeyId=FILTERED&Action=GetReportList&MaxCount=1&SellerId=FILTERED&SignatureMethod=HmacSHA256&SignatureVersion=2&Timestamp=2016-05-23T13%3A12%3A19Z&Version=2009-01-01&Signature=nu74%2FZWQRDIPiLLrrKiQ3wxzM6lp%2BRRQ93OhJgAktFE%3D
5398
+ headers:
5399
+ User-Agent:
5400
+ - Jeff/1.5.1 (Language=Ruby; Hakans-MacBook.home)
5401
+ Content-Type:
5402
+ - application/x-www-form-urlencoded
5403
+ response:
5404
+ status:
5405
+ code: 200
5406
+ message:
5407
+ headers:
5408
+ Server:
5409
+ - Server
5410
+ Date:
5411
+ - Mon, 23 May 2016 13:12:20 GMT
5412
+ Content-Type:
5413
+ - text/xml
5414
+ Content-Length:
5415
+ - '1014'
5416
+ Connection:
5417
+ - keep-alive
5418
+ x-mws-quota-max:
5419
+ - '60.0'
5420
+ x-mws-quota-remaining:
5421
+ - '49.0'
5422
+ x-mws-quota-resetsOn:
5423
+ - '2016-05-23T13:19:00.000Z'
5424
+ X-Amz-Date:
5425
+ - Mon, 23 May 2016 13:12:20 GMT
5426
+ x-amzn-Authorization:
5427
+ - AAA SignedHeaders=X-Amz-Date, identity=com.amazon.aaa.FrpAndromedaReportsPlugin.AndromedaControlService.amzn1.aaa.id.lwigtwr3h4inoeknjer76q4tl4.Default/1,
5428
+ Signed=true, Encrypted=false, Signature=Ctf3j8TRexb2caxqtPk3ud1BuXaJK8MtcIdblnAtO1o=,
5429
+ Algorithm=HmacSHA256
5430
+ x-mws-request-id:
5431
+ - b946fcee-a2d5-4af5-a510-a6b44322a5e7
5432
+ x-mws-timestamp:
5433
+ - '2016-05-23T13:12:20.150Z'
5434
+ x-mws-response-context:
5435
+ - 7fQ22ikjDzkFQse9GWi/DL9OAc15MIWzo+b0kY+iI3tpSmzfLgKRMyj4ig+REGUX3j56X4jtmFsZ
5436
+ fI1V0sXeGA==
5437
+ Vary:
5438
+ - Accept-Encoding,User-Agent
5439
+ body:
5440
+ encoding: UTF-8
5441
+ string: |
5442
+ <?xml version="1.0"?>
5443
+ <GetReportListResponse xmlns="http://mws.amazonaws.com/doc/2009-01-01/">
5444
+ <GetReportListResult>
5445
+ <HasNext>true</HasNext>
5446
+ <NextToken>EHiy3jP3J7f2jpZedg0wbepZIBgCTJgsCl5W1WC3tfuSl+CyBpq2sSzMeruejFtK/OjFwGA5itbPkQhI8bR2NJzLDOE0urqOwElqkSn7uVq0oNIveJr1H2ve4ShNG63rVCVsr5AbjQw1OmtPFf5UhiLtPCR5jbyVrToAsYN83sFmu9hm7DasIP56WMbynWobHg38h2XXMZtDXrCb5TJ+fGBPyacuM2WSZxbju4F4Q1dW27lduqlT+Q49DeheG38WjIDW5o/AwzPm0apvw6MSH6ndwQKSVnulvegHSGhS+fgMSBy2UKgpzfZLoRpSLZAyiO0dvxWAHgF0ULm+SXd8T3ILWoU6ipGVc5qs5FgSO+q10MAE2AeX2y3lVPVUdemVl7LC7zcJSzo=</NextToken>
5447
+ <ReportInfo>
5448
+ <ReportType>FeedSummaryReport</ReportType>
5449
+ <Acknowledged>false</Acknowledged>
5450
+ <ReportId>2377891857016944</ReportId>
5451
+ <ReportRequestId>209235016944</ReportRequestId>
5452
+ <AvailableDate>2016-05-23T13:11:04+00:00</AvailableDate>
5453
+ </ReportInfo>
5454
+ </GetReportListResult>
5455
+ <ResponseMetadata>
5456
+ <RequestId>b946fcee-a2d5-4af5-a510-a6b44322a5e7</RequestId>
5457
+ </ResponseMetadata>
5458
+ </GetReportListResponse>
5459
+ http_version:
5460
+ recorded_at: Mon, 23 May 2016 13:12:20 GMT
5461
+ - request:
5462
+ method: post
5463
+ uri: https://mws-eu.amazonservices.com/
5464
+ body:
5465
+ encoding: UTF-8
5466
+ string: AWSAccessKeyId=FILTERED&Action=GetReport&ReportId=2377891857016944&SellerId=FILTERED&SignatureMethod=HmacSHA256&SignatureVersion=2&Timestamp=2016-05-23T13%3A12%3A20Z&Version=2009-01-01&Signature=onkqCzG3yLGeQMo3G1yndmtYkWT%2BUNRr9G8zrOVt5MI%3D
5467
+ headers:
5468
+ User-Agent:
5469
+ - Jeff/1.5.1 (Language=Ruby; Hakans-MacBook.home)
5470
+ Content-Type:
5471
+ - application/x-www-form-urlencoded
5472
+ response:
5473
+ status:
5474
+ code: 200
5475
+ message:
5476
+ headers:
5477
+ Server:
5478
+ - Server
5479
+ Date:
5480
+ - Mon, 23 May 2016 13:12:20 GMT
5481
+ Content-Type:
5482
+ - text/plain
5483
+ Content-Length:
5484
+ - '925'
5485
+ Connection:
5486
+ - keep-alive
5487
+ x-mws-quota-max:
5488
+ - '60.0'
5489
+ x-mws-quota-remaining:
5490
+ - '55.0'
5491
+ x-mws-quota-resetsOn:
5492
+ - '2016-05-23T13:19:00.000Z'
5493
+ Content-MD5:
5494
+ - XMOuI41WcYKVxaEb8Cx03Q==
5495
+ x-mws-response-context:
5496
+ - unQNJp/yyvC0TEs0xmQ8hZtuVtI9D3y/O4XmfINKXQngFC1Q4UqOk4QXzXhM2w0QPpR2dZ++uwu0
5497
+ s5M7iKyCM/dzXYhMvY3a, ONHMjedf7gomYnqQfmPbXMAAXSRWeamEYKwySg4ev4Gtt4mVf5AkgJXXgpXxpC/30zmVE9+ooh5+
5498
+ e0lcPXxhng==
5499
+ x-amz-request-id:
5500
+ - 7dd20979-c34e-4cba-8ac1-bbe0be120295
5501
+ x-mws-request-id:
5502
+ - 7dd20979-c34e-4cba-8ac1-bbe0be120295
5503
+ x-mws-timestamp:
5504
+ - '2016-05-23T13:12:20.457Z'
5505
+ Vary:
5506
+ - Accept-Encoding,User-Agent
5507
+ body:
5508
+ encoding: UTF-8
5509
+ string: "Feed Processing Summary:\n\tNumber of records processed\t\t24754\n\tNumber
5510
+ of records successful\t\t24753\n\noriginal-record-number\tsku\terror-code\terror-type\terror-message\n24525\t9780060935344-1\t13013\tError\tThis
5511
+ SKU does not exist in your Amazon inventory so we could not process this record.
5512
+ To correct this error for future feeds, add the SKU to your Amazon account.
5513
+ For more information, see http://sellercentral.amazon.de/gp/errorcode/13013.\n24525\t9780060935344-1\t13013\tError\tThis
5514
+ SKU does not exist in the Amazon.com catalog. Your inventory data was not
5515
+ processed. For reasons why, and help fixing this, see http://sellercentral.amazon.de/gp/errorcode/13013\n24525\t9780060935344-1\t13013\tError\tThis
5516
+ SKU does not exist in your Amazon inventory so we could not process this record.
5517
+ To correct this error for future feeds, add the SKU to your Amazon account.
5518
+ For more information, see http://sellercentral.amazon.de/gp/errorcode/13013.\n"
5519
+ http_version:
5520
+ recorded_at: Mon, 23 May 2016 13:12:20 GMT
5521
+ - request:
5522
+ method: post
5523
+ uri: https://mws.amazonservices.com.mx/
5524
+ body:
5525
+ encoding: UTF-8
5526
+ string: AWSAccessKeyId=FILTERED&Action=GetReportList&SellerId=FILTERED&SignatureMethod=HmacSHA256&SignatureVersion=2&Timestamp=2016-05-23T13%3A12%3A20Z&Version=2009-01-01&Signature=qPftPe3Z8s1bKg9ffXirqXeNuakcWX0bgEJBumWIWts%3D
5527
+ headers:
5528
+ User-Agent:
5529
+ - Jeff/1.5.1 (Language=Ruby; Hakans-MacBook.home)
5530
+ Content-Type:
5531
+ - application/x-www-form-urlencoded
5532
+ response:
5533
+ status:
5534
+ code: 200
5535
+ message:
5536
+ headers:
5537
+ Server:
5538
+ - Server
5539
+ Date:
5540
+ - Mon, 23 May 2016 13:12:21 GMT
5541
+ Content-Type:
5542
+ - text/xml
5543
+ Content-Length:
5544
+ - '3588'
5545
+ Connection:
5546
+ - keep-alive
5547
+ x-mws-quota-max:
5548
+ - '60.0'
5549
+ x-mws-quota-remaining:
5550
+ - '47.0'
5551
+ x-mws-quota-resetsOn:
5552
+ - '2016-05-23T13:15:00.000Z'
5553
+ X-Amz-Date:
5554
+ - Mon, 23 May 2016 13:12:21 GMT
5555
+ Vary:
5556
+ - Accept-Encoding,User-Agent
5557
+ x-amzn-Authorization:
5558
+ - AAA SignedHeaders=X-Amz-Date, identity=com.amazon.aaa.FrpAndromedaReportsPlugin.AndromedaControlService.amzn1.aaa.id.qhz3ylg755gkejyk5sh44qm3wy.Default/1,
5559
+ Signed=true, Encrypted=false, Signature=8RrJltjPkapO+gNhnyrDzqmiJKH+TH4rDEiXCJxdsP0=,
5560
+ Algorithm=HmacSHA256
5561
+ x-mws-request-id:
5562
+ - 3e815604-a24d-4e9e-a9a3-228e85f54b9c
5563
+ x-mws-timestamp:
5564
+ - '2016-05-23T13:12:21.493Z'
5565
+ x-mws-response-context:
5566
+ - VUD73mN93ctXu9glHzDRwBtOpv39rL+KwLFlYu7EBcl9HrCKd7gn0x3+q3WpzYRFpHMOScG9qJPH
5567
+ 8qnbdc1ybg==
5568
+ body:
5569
+ encoding: UTF-8
5570
+ string: |
5571
+ <?xml version="1.0"?>
5572
+ <GetReportListResponse xmlns="http://mws.amazonaws.com/doc/2009-01-01/">
5573
+ <GetReportListResult>
5574
+ <HasNext>true</HasNext>
5575
+ <NextToken>j9lM5H35gp72jpZedg0wbVuY6vtoszFE8pdfou91ugE0ksTt3MzLMYs31ArU5ZFGICyhlLgHd4gqVtOYt5i3YQCkAfctBrE574KnS56yoqGtsH5UVNXBoJZR7mVJL1wXhE2TwF5kggAPZwZZyRR/bNO2D7C2AWIEdpywvsWR4fwPpnzws36KsPOFsSl6sjyej/Opu4UNNvRetoY4qbaMvnj1V8Hh4DhgTDdilOBpKRuTMu79SYH3fhSapAU85zzscAK7i8Wz67O4Kp27+mFe7DjzgHapHC2WnMwnBsE+SSkYTKxcykNdDfLpy3hzJGh50ElcW88FHFfEr1Le45Fwhy/2j8HfamxgA2khKAWRg9ykm9sK9eWLBTsTibBtrVxGEs7vRum+6i0=</NextToken>
5576
+ <ReportInfo>
5577
+ <ReportType>FeedSummaryReport</ReportType>
5578
+ <Acknowledged>false</Acknowledged>
5579
+ <ReportId>1927138670016944</ReportId>
5580
+ <AvailableDate>2016-05-23T13:01:13+00:00</AvailableDate>
5581
+ <ReportRequestId>249256016944</ReportRequestId>
5582
+ </ReportInfo>
5583
+ <ReportInfo>
5584
+ <ReportType>FeedSummaryReport</ReportType>
5585
+ <Acknowledged>false</Acknowledged>
5586
+ <ReportId>1929996405016944</ReportId>
5587
+ <AvailableDate>2016-05-23T12:42:52+00:00</AvailableDate>
5588
+ <ReportRequestId>249255016944</ReportRequestId>
5589
+ </ReportInfo>
5590
+ <ReportInfo>
5591
+ <ReportType>FeedSummaryReport</ReportType>
5592
+ <Acknowledged>false</Acknowledged>
5593
+ <ReportId>1929169196016944</ReportId>
5594
+ <AvailableDate>2016-05-23T12:35:28+00:00</AvailableDate>
5595
+ <ReportRequestId>249254016944</ReportRequestId>
5596
+ </ReportInfo>
5597
+ <ReportInfo>
5598
+ <ReportType>FeedSummaryReport</ReportType>
5599
+ <Acknowledged>false</Acknowledged>
5600
+ <ReportId>1926984520016944</ReportId>
5601
+ <AvailableDate>2016-05-23T12:26:14+00:00</AvailableDate>
5602
+ <ReportRequestId>249253016944</ReportRequestId>
5603
+ </ReportInfo>
5604
+ <ReportInfo>
5605
+ <ReportType>FeedSummaryReport</ReportType>
5606
+ <Acknowledged>false</Acknowledged>
5607
+ <ReportId>1927795452016944</ReportId>
5608
+ <AvailableDate>2016-05-23T12:05:23+00:00</AvailableDate>
5609
+ <ReportRequestId>249251016944</ReportRequestId>
5610
+ </ReportInfo>
5611
+ <ReportInfo>
5612
+ <ReportType>FeedSummaryReport</ReportType>
5613
+ <Acknowledged>false</Acknowledged>
5614
+ <ReportId>1926708778016944</ReportId>
5615
+ <AvailableDate>2016-05-23T11:50:03+00:00</AvailableDate>
5616
+ <ReportRequestId>249250016944</ReportRequestId>
5617
+ </ReportInfo>
5618
+ <ReportInfo>
5619
+ <ReportType>FeedSummaryReport</ReportType>
5620
+ <Acknowledged>false</Acknowledged>
5621
+ <ReportId>1927501699016944</ReportId>
5622
+ <AvailableDate>2016-05-23T11:31:54+00:00</AvailableDate>
5623
+ <ReportRequestId>249249016944</ReportRequestId>
5624
+ </ReportInfo>
5625
+ <ReportInfo>
5626
+ <ReportType>FeedSummaryReport</ReportType>
5627
+ <Acknowledged>false</Acknowledged>
5628
+ <ReportId>1926757497016944</ReportId>
5629
+ <AvailableDate>2016-05-23T11:13:45+00:00</AvailableDate>
5630
+ <ReportRequestId>249248016944</ReportRequestId>
5631
+ </ReportInfo>
5632
+ <ReportInfo>
5633
+ <ReportType>FeedSummaryReport</ReportType>
5634
+ <Acknowledged>false</Acknowledged>
5635
+ <ReportId>1925399511016944</ReportId>
5636
+ <AvailableDate>2016-05-23T11:00:12+00:00</AvailableDate>
5637
+ <ReportRequestId>249247016944</ReportRequestId>
5638
+ </ReportInfo>
5639
+ <ReportInfo>
5640
+ <ReportType>FeedSummaryReport</ReportType>
5641
+ <Acknowledged>false</Acknowledged>
5642
+ <ReportId>1927072299016944</ReportId>
5643
+ <AvailableDate>2016-05-23T10:51:00+00:00</AvailableDate>
5644
+ <ReportRequestId>249246016944</ReportRequestId>
5645
+ </ReportInfo>
5646
+ </GetReportListResult>
5647
+ <ResponseMetadata>
5648
+ <RequestId>3e815604-a24d-4e9e-a9a3-228e85f54b9c</RequestId>
5649
+ </ResponseMetadata>
5650
+ </GetReportListResponse>
5651
+ http_version:
5652
+ recorded_at: Mon, 23 May 2016 13:12:21 GMT
5653
+ - request:
5654
+ method: post
5655
+ uri: https://mws-eu.amazonservices.com/
5656
+ body:
5657
+ encoding: UTF-8
5658
+ string: AWSAccessKeyId=FILTERED&Action=GetReportList&SellerId=FILTERED&SignatureMethod=HmacSHA256&SignatureVersion=2&Timestamp=2016-05-23T13%3A12%3A21Z&Version=2009-01-01&Signature=u35R8cM%2FkUlIvhEMSixhymcjKEISvbUWBI2JxWjGCUM%3D
5659
+ headers:
5660
+ User-Agent:
5661
+ - Jeff/1.5.1 (Language=Ruby; Hakans-MacBook.home)
5662
+ Content-Type:
5663
+ - application/x-www-form-urlencoded
5664
+ response:
5665
+ status:
5666
+ code: 200
5667
+ message:
5668
+ headers:
5669
+ Server:
5670
+ - Server
5671
+ Date:
5672
+ - Mon, 23 May 2016 13:12:21 GMT
5673
+ Content-Type:
5674
+ - text/xml
5675
+ Content-Length:
5676
+ - '3588'
5677
+ Connection:
5678
+ - keep-alive
5679
+ x-mws-quota-max:
5680
+ - '60.0'
5681
+ x-mws-quota-remaining:
5682
+ - '60.0'
5683
+ x-mws-quota-resetsOn:
5684
+ - '2016-05-23T14:11:00.000Z'
5685
+ X-Amz-Date:
5686
+ - Mon, 23 May 2016 13:12:21 GMT
5687
+ Vary:
5688
+ - Accept-Encoding,User-Agent
5689
+ x-amzn-Authorization:
5690
+ - AAA SignedHeaders=X-Amz-Date, identity=com.amazon.aaa.FrpAndromedaReportsPlugin.AndromedaControlService.amzn1.aaa.id.lwigtwr3h4inoeknjer76q4tl4.Default/1,
5691
+ Signed=true, Encrypted=false, Signature=TdQXmaifWz7UE/KoEYExUA9uOkq34Z9UizMvqQrJasc=,
5692
+ Algorithm=HmacSHA256
5693
+ x-mws-request-id:
5694
+ - a2bf1182-88b6-44ec-89a4-8f92c5356cd1
5695
+ x-mws-timestamp:
5696
+ - '2016-05-23T13:12:21.919Z'
5697
+ x-mws-response-context:
5698
+ - RcgkBgOJ6szuf8hPC5UnYl90bHGhQLgoGshYfPFDuAfEAtve0z9kFQpTOD+z2YcXz4Ahrt6Mi3Ka
5699
+ dCSRiZuUeg==
5700
+ body:
5701
+ encoding: UTF-8
5702
+ string: |
5703
+ <?xml version="1.0"?>
5704
+ <GetReportListResponse xmlns="http://mws.amazonaws.com/doc/2009-01-01/">
5705
+ <GetReportListResult>
5706
+ <HasNext>true</HasNext>
5707
+ <NextToken>S2DKZFU+EyD2jpZedg0wbVuY6vtoszFEn70mtuoHKqYdZNKlofyZfYIFITIu5IxjGUy5CXwdXMZxrBy2GCH8wTESLWVLLI2FpwDR9+JYLUiGhvU9G+F6DMKfWUSLY99k1HeJDv/T06fkP+qpS0k0Wa7k/2NP5qLMVwrHjELkHcJRMdAjeo1d90wuPLxFSWjwrFhvd4Ov2VRetoY4qbaMvgM3Ak2EcoTpiz6IlERWn587+3otyJBmLxJDmPaRCDp/UU4mvVdmwFGfoyFlj0AMH5hwyZyGMDR6g1OENQAiQctR7j06zskhzEnRsy8GZTby0+8kP7M7iNKRod7TWEcQ2eF1UQfIp6oAsdQsy6YY2fVM9xu5+9f2h5QbwzSxp79//hl2lYe6g7M=</NextToken>
5708
+ <ReportInfo>
5709
+ <ReportType>FeedSummaryReport</ReportType>
5710
+ <Acknowledged>false</Acknowledged>
5711
+ <ReportId>2376406515016944</ReportId>
5712
+ <ReportRequestId>192325016944</ReportRequestId>
5713
+ <AvailableDate>2016-05-23T13:09:31+00:00</AvailableDate>
5714
+ </ReportInfo>
5715
+ <ReportInfo>
5716
+ <ReportType>FeedSummaryReport</ReportType>
5717
+ <Acknowledged>false</Acknowledged>
5718
+ <ReportId>2375658590016944</ReportId>
5719
+ <ReportRequestId>192324016944</ReportRequestId>
5720
+ <AvailableDate>2016-05-23T12:56:32+00:00</AvailableDate>
5721
+ </ReportInfo>
5722
+ <ReportInfo>
5723
+ <ReportType>FeedSummaryReport</ReportType>
5724
+ <Acknowledged>false</Acknowledged>
5725
+ <ReportId>2376361201016944</ReportId>
5726
+ <ReportRequestId>192323016944</ReportRequestId>
5727
+ <AvailableDate>2016-05-23T12:41:15+00:00</AvailableDate>
5728
+ </ReportInfo>
5729
+ <ReportInfo>
5730
+ <ReportType>FeedSummaryReport</ReportType>
5731
+ <Acknowledged>false</Acknowledged>
5732
+ <ReportId>2378866146016944</ReportId>
5733
+ <ReportRequestId>192322016944</ReportRequestId>
5734
+ <AvailableDate>2016-05-23T12:39:57+00:00</AvailableDate>
5735
+ </ReportInfo>
5736
+ <ReportInfo>
5737
+ <ReportType>FeedSummaryReport</ReportType>
5738
+ <Acknowledged>false</Acknowledged>
5739
+ <ReportId>2376058109016944</ReportId>
5740
+ <ReportRequestId>192321016944</ReportRequestId>
5741
+ <AvailableDate>2016-05-23T12:32:06+00:00</AvailableDate>
5742
+ </ReportInfo>
5743
+ <ReportInfo>
5744
+ <ReportType>FeedSummaryReport</ReportType>
5745
+ <Acknowledged>false</Acknowledged>
5746
+ <ReportId>2376386108016944</ReportId>
5747
+ <ReportRequestId>192320016944</ReportRequestId>
5748
+ <AvailableDate>2016-05-23T12:17:24+00:00</AvailableDate>
5749
+ </ReportInfo>
5750
+ <ReportInfo>
5751
+ <ReportType>FeedSummaryReport</ReportType>
5752
+ <Acknowledged>false</Acknowledged>
5753
+ <ReportId>2377060234016944</ReportId>
5754
+ <ReportRequestId>192319016944</ReportRequestId>
5755
+ <AvailableDate>2016-05-23T12:02:58+00:00</AvailableDate>
5756
+ </ReportInfo>
5757
+ <ReportInfo>
5758
+ <ReportType>FeedSummaryReport</ReportType>
5759
+ <Acknowledged>false</Acknowledged>
5760
+ <ReportId>2376449511016944</ReportId>
5761
+ <ReportRequestId>192318016944</ReportRequestId>
5762
+ <AvailableDate>2016-05-23T12:02:00+00:00</AvailableDate>
5763
+ </ReportInfo>
5764
+ <ReportInfo>
5765
+ <ReportType>FeedSummaryReport</ReportType>
5766
+ <Acknowledged>false</Acknowledged>
5767
+ <ReportId>2373649099016944</ReportId>
5768
+ <ReportRequestId>192317016944</ReportRequestId>
5769
+ <AvailableDate>2016-05-23T12:01:18+00:00</AvailableDate>
5770
+ </ReportInfo>
5771
+ <ReportInfo>
5772
+ <ReportType>FeedSummaryReport</ReportType>
5773
+ <Acknowledged>false</Acknowledged>
5774
+ <ReportId>2374559977016944</ReportId>
5775
+ <ReportRequestId>192315016944</ReportRequestId>
5776
+ <AvailableDate>2016-05-23T12:00:56+00:00</AvailableDate>
5777
+ </ReportInfo>
5778
+ </GetReportListResult>
5779
+ <ResponseMetadata>
5780
+ <RequestId>a2bf1182-88b6-44ec-89a4-8f92c5356cd1</RequestId>
5781
+ </ResponseMetadata>
5782
+ </GetReportListResponse>
5783
+ http_version:
5784
+ recorded_at: Mon, 23 May 2016 13:12:22 GMT
5785
+ - request:
5786
+ method: post
5787
+ uri: https://mws-eu.amazonservices.com/
5788
+ body:
5789
+ encoding: UTF-8
5790
+ string: AWSAccessKeyId=FILTERED&Action=GetReportList&SellerId=FILTERED&SignatureMethod=HmacSHA256&SignatureVersion=2&Timestamp=2016-05-23T13%3A12%3A22Z&Version=2009-01-01&Signature=c7v7AXxpo4BSbDgu70JaWhkGG9FFBlHh%2BxnFKq97KLY%3D
5791
+ headers:
5792
+ User-Agent:
5793
+ - Jeff/1.5.1 (Language=Ruby; Hakans-MacBook.home)
5794
+ Content-Type:
5795
+ - application/x-www-form-urlencoded
5796
+ response:
5797
+ status:
5798
+ code: 200
5799
+ message:
5800
+ headers:
5801
+ Server:
5802
+ - Server
5803
+ Date:
5804
+ - Mon, 23 May 2016 13:12:22 GMT
5805
+ Content-Type:
5806
+ - text/xml
5807
+ Content-Length:
5808
+ - '3587'
5809
+ Connection:
5810
+ - keep-alive
5811
+ x-mws-quota-max:
5812
+ - '60.0'
5813
+ x-mws-quota-remaining:
5814
+ - '59.0'
5815
+ x-mws-quota-resetsOn:
5816
+ - '2016-05-23T13:54:00.000Z'
5817
+ X-Amz-Date:
5818
+ - Mon, 23 May 2016 13:12:22 GMT
5819
+ Vary:
5820
+ - Accept-Encoding,User-Agent
5821
+ x-amzn-Authorization:
5822
+ - AAA SignedHeaders=X-Amz-Date, identity=com.amazon.aaa.FrpAndromedaReportsPlugin.AndromedaControlService.amzn1.aaa.id.lwigtwr3h4inoeknjer76q4tl4.Default/1,
5823
+ Signed=true, Encrypted=false, Signature=kiMQbwcICEz2qEB4rFoS1HDkV/egzb1ZX2FFlcOQeRA=,
5824
+ Algorithm=HmacSHA256
5825
+ x-mws-request-id:
5826
+ - ef23a8b2-23c6-45c0-b32c-2492b4f4a1a7
5827
+ x-mws-timestamp:
5828
+ - '2016-05-23T13:12:22.242Z'
5829
+ x-mws-response-context:
5830
+ - XoA8CIlL8DTD5q5A5ePWh+0hotLBVz9i0pIJDB4Nztt5A9b/4l0jqkyR/lvwT3/rGsVyJf/Uy0NY
5831
+ G4f9HQv1Aw==
5832
+ body:
5833
+ encoding: UTF-8
5834
+ string: |
5835
+ <?xml version="1.0"?>
5836
+ <GetReportListResponse xmlns="http://mws.amazonaws.com/doc/2009-01-01/">
5837
+ <GetReportListResult>
5838
+ <HasNext>true</HasNext>
5839
+ <NextToken>gAUurmMTPMf2jpZedg0wbVuY6vtoszFEBZG8sdXkcOBQiI0GLledHoNYk2PySqd4ICyhlLgHd4hT171PgPvOgOr84bdi5E0XcwCJuH9jiTiYTJQWNpbTGIkzlpdFebhObR4HfXYwI4VQibQhPAi+1EFHqUbM63WKPxuuVZAjoAG5Hd34Twm1igafEPREmauvQPEfQK/OReJ9wNJ/XIY3rAvjRfjTJJa5YKoSylcR8gttj983g7esDtNYMBQR50cn0bdA278gN+mfjf2GW4gXcbUMaYdHiz/2J5zSS6le1iKZnryS3mXsFYmNn0fFQAwI5nlaUK4grxeRmgm6w7+QLOMEDoXRsC9Pzz/MoGcYKy6JKaS0tKR4gLEKw746qNUclL4ilGPKYN4=</NextToken>
5840
+ <ReportInfo>
5841
+ <ReportType>FeedSummaryReport</ReportType>
5842
+ <Acknowledged>false</Acknowledged>
5843
+ <ReportId>2377032732016944</ReportId>
5844
+ <ReportRequestId>83301016944</ReportRequestId>
5845
+ <AvailableDate>2016-05-23T12:57:06+00:00</AvailableDate>
5846
+ </ReportInfo>
5847
+ <ReportInfo>
5848
+ <ReportType>FeedSummaryReport</ReportType>
5849
+ <Acknowledged>false</Acknowledged>
5850
+ <ReportId>2376742424016944</ReportId>
5851
+ <ReportRequestId>83300016944</ReportRequestId>
5852
+ <AvailableDate>2016-05-23T12:42:25+00:00</AvailableDate>
5853
+ </ReportInfo>
5854
+ <ReportInfo>
5855
+ <ReportType>FeedSummaryReport</ReportType>
5856
+ <Acknowledged>false</Acknowledged>
5857
+ <ReportId>2376882974016944</ReportId>
5858
+ <ReportRequestId>83299016944</ReportRequestId>
5859
+ <AvailableDate>2016-05-23T12:30:45+00:00</AvailableDate>
5860
+ </ReportInfo>
5861
+ <ReportInfo>
5862
+ <ReportType>FeedSummaryReport</ReportType>
5863
+ <Acknowledged>false</Acknowledged>
5864
+ <ReportId>2377613656016944</ReportId>
5865
+ <ReportRequestId>83298016944</ReportRequestId>
5866
+ <AvailableDate>2016-05-23T12:01:58+00:00</AvailableDate>
5867
+ </ReportInfo>
5868
+ <ReportInfo>
5869
+ <ReportType>FeedSummaryReport</ReportType>
5870
+ <Acknowledged>false</Acknowledged>
5871
+ <ReportId>2379148267016944</ReportId>
5872
+ <ReportRequestId>83296016944</ReportRequestId>
5873
+ <AvailableDate>2016-05-23T12:01:35+00:00</AvailableDate>
5874
+ </ReportInfo>
5875
+ <ReportInfo>
5876
+ <ReportType>_GET_SELLER_FEEDBACK_DATA_</ReportType>
5877
+ <Acknowledged>false</Acknowledged>
5878
+ <ReportId>2374985555016944</ReportId>
5879
+ <ReportRequestId>83297016944</ReportRequestId>
5880
+ <AvailableDate>2016-05-23T12:00:31+00:00</AvailableDate>
5881
+ </ReportInfo>
5882
+ <ReportInfo>
5883
+ <ReportType>FeedSummaryReport</ReportType>
5884
+ <Acknowledged>false</Acknowledged>
5885
+ <ReportId>2375409173016944</ReportId>
5886
+ <ReportRequestId>83295016944</ReportRequestId>
5887
+ <AvailableDate>2016-05-23T11:26:13+00:00</AvailableDate>
5888
+ </ReportInfo>
5889
+ <ReportInfo>
5890
+ <ReportType>FeedSummaryReport</ReportType>
5891
+ <Acknowledged>false</Acknowledged>
5892
+ <ReportId>2376686756016944</ReportId>
5893
+ <ReportRequestId>83294016944</ReportRequestId>
5894
+ <AvailableDate>2016-05-23T10:54:45+00:00</AvailableDate>
5895
+ </ReportInfo>
5896
+ <ReportInfo>
5897
+ <ReportType>FeedSummaryReport</ReportType>
5898
+ <Acknowledged>false</Acknowledged>
5899
+ <ReportId>2379897706016944</ReportId>
5900
+ <ReportRequestId>83293016944</ReportRequestId>
5901
+ <AvailableDate>2016-05-23T10:30:18+00:00</AvailableDate>
5902
+ </ReportInfo>
5903
+ <ReportInfo>
5904
+ <ReportType>FeedSummaryReport</ReportType>
5905
+ <Acknowledged>false</Acknowledged>
5906
+ <ReportId>2376782187016944</ReportId>
5907
+ <ReportRequestId>83292016944</ReportRequestId>
5908
+ <AvailableDate>2016-05-23T09:53:42+00:00</AvailableDate>
5909
+ </ReportInfo>
5910
+ </GetReportListResult>
5911
+ <ResponseMetadata>
5912
+ <RequestId>ef23a8b2-23c6-45c0-b32c-2492b4f4a1a7</RequestId>
5913
+ </ResponseMetadata>
5914
+ </GetReportListResponse>
5915
+ http_version:
5916
+ recorded_at: Mon, 23 May 2016 13:12:22 GMT
5917
+ - request:
5918
+ method: post
5919
+ uri: https://mws-eu.amazonservices.com/
5920
+ body:
5921
+ encoding: UTF-8
5922
+ string: AWSAccessKeyId=FILTERED&Action=GetReportList&SellerId=FILTERED&SignatureMethod=HmacSHA256&SignatureVersion=2&Timestamp=2016-05-23T13%3A12%3A22Z&Version=2009-01-01&Signature=O9A4kthPH5Q%2F%2BZpl6Fm014zh33uqk6TtEoQtjm%2FSkqc%3D
5923
+ headers:
5924
+ User-Agent:
5925
+ - Jeff/1.5.1 (Language=Ruby; Hakans-MacBook.home)
5926
+ Content-Type:
5927
+ - application/x-www-form-urlencoded
5928
+ response:
5929
+ status:
5930
+ code: 200
5931
+ message:
5932
+ headers:
5933
+ Server:
5934
+ - Server
5935
+ Date:
5936
+ - Mon, 23 May 2016 13:12:22 GMT
5937
+ Content-Type:
5938
+ - text/xml
5939
+ Content-Length:
5940
+ - '3597'
5941
+ Connection:
5942
+ - keep-alive
5943
+ x-mws-quota-max:
5944
+ - '60.0'
5945
+ x-mws-quota-remaining:
5946
+ - '59.0'
5947
+ x-mws-quota-resetsOn:
5948
+ - '2016-05-23T14:07:00.000Z'
5949
+ X-Amz-Date:
5950
+ - Mon, 23 May 2016 13:12:22 GMT
5951
+ Vary:
5952
+ - Accept-Encoding,User-Agent
5953
+ x-amzn-Authorization:
5954
+ - AAA SignedHeaders=X-Amz-Date, identity=com.amazon.aaa.FrpAndromedaReportsPlugin.AndromedaControlService.amzn1.aaa.id.lwigtwr3h4inoeknjer76q4tl4.Default/1,
5955
+ Signed=true, Encrypted=false, Signature=GwV2kSiC1ThJPRH4JHXokVXwK3bKtFAEnm8jGqoQmzw=,
5956
+ Algorithm=HmacSHA256
5957
+ x-mws-request-id:
5958
+ - 6c71c110-eaac-4c77-b24d-4cf48d3b6ebc
5959
+ x-mws-timestamp:
5960
+ - '2016-05-23T13:12:22.726Z'
5961
+ x-mws-response-context:
5962
+ - pcyZ3G7tztrajN2Uma+N0jTHCq6YnekhH1VA7XBOOxjj7he85j24nvRwYh+vtMeJJk36VU/ZF7ed
5963
+ xdr095hD1w==
5964
+ body:
5965
+ encoding: UTF-8
5966
+ string: |
5967
+ <?xml version="1.0"?>
5968
+ <GetReportListResponse xmlns="http://mws.amazonaws.com/doc/2009-01-01/">
5969
+ <GetReportListResult>
5970
+ <HasNext>true</HasNext>
5971
+ <NextToken>6yT2KWV4bNT2jpZedg0wbVuY6vtoszFEkjuVE65+y3QDHCtdbbrSQvZOdotU7UfcICyhlLgHd4hT171PgPvOgP+kE7ipgeEsOQsHn/TCE6SsaHpNyBSNyBBRJT3CH8qLLHKArWKEtcHx+Pf/if87sFtl/aN/Y7XkdpywvsWR4fwPpnzws36KsPOFsSl6sjyej/Opu4UNNvRetoY4qbaMvnj1V8Hh4DhgTDdilOBpKRuTMu79SYH3fhSapAU85zzsDkEjKOF6+6bcPTcSqVStqo7WqwAmk7uLWZjF74HHL2QIk22gy6ZGLBhi+FegRRNBur4tRnCF8zAG5kBLtgfp9h5zIM+C3aYbq87oyLmx1tWqRUlqqp6ep3j5y9lIEFJncI5ixVjyvwY=</NextToken>
5972
+ <ReportInfo>
5973
+ <ReportType>FeedSummaryReport</ReportType>
5974
+ <Acknowledged>false</Acknowledged>
5975
+ <ReportId>2379251671016944</ReportId>
5976
+ <ReportRequestId>216685016944</ReportRequestId>
5977
+ <AvailableDate>2016-05-23T13:01:45+00:00</AvailableDate>
5978
+ </ReportInfo>
5979
+ <ReportInfo>
5980
+ <ReportType>FeedSummaryReport</ReportType>
5981
+ <Acknowledged>false</Acknowledged>
5982
+ <ReportId>2378243397016944</ReportId>
5983
+ <ReportRequestId>216684016944</ReportRequestId>
5984
+ <AvailableDate>2016-05-23T13:01:24+00:00</AvailableDate>
5985
+ </ReportInfo>
5986
+ <ReportInfo>
5987
+ <ReportType>FeedSummaryReport</ReportType>
5988
+ <Acknowledged>false</Acknowledged>
5989
+ <ReportId>2378002157016944</ReportId>
5990
+ <ReportRequestId>216682016944</ReportRequestId>
5991
+ <AvailableDate>2016-05-23T12:53:05+00:00</AvailableDate>
5992
+ </ReportInfo>
5993
+ <ReportInfo>
5994
+ <ReportType>FeedSummaryReport</ReportType>
5995
+ <Acknowledged>false</Acknowledged>
5996
+ <ReportId>2377691233016944</ReportId>
5997
+ <ReportRequestId>216680016944</ReportRequestId>
5998
+ <AvailableDate>2016-05-23T12:42:15+00:00</AvailableDate>
5999
+ </ReportInfo>
6000
+ <ReportInfo>
6001
+ <ReportType>FeedSummaryReport</ReportType>
6002
+ <Acknowledged>false</Acknowledged>
6003
+ <ReportId>2382691579016944</ReportId>
6004
+ <ReportRequestId>216679016944</ReportRequestId>
6005
+ <AvailableDate>2016-05-23T12:31:49+00:00</AvailableDate>
6006
+ </ReportInfo>
6007
+ <ReportInfo>
6008
+ <ReportType>FeedSummaryReport</ReportType>
6009
+ <Acknowledged>false</Acknowledged>
6010
+ <ReportId>2377386348016944</ReportId>
6011
+ <ReportRequestId>216678016944</ReportRequestId>
6012
+ <AvailableDate>2016-05-23T12:18:18+00:00</AvailableDate>
6013
+ </ReportInfo>
6014
+ <ReportInfo>
6015
+ <ReportType>FeedSummaryReport</ReportType>
6016
+ <Acknowledged>false</Acknowledged>
6017
+ <ReportId>2377183616016944</ReportId>
6018
+ <ReportRequestId>216677016944</ReportRequestId>
6019
+ <AvailableDate>2016-05-23T12:02:18+00:00</AvailableDate>
6020
+ </ReportInfo>
6021
+ <ReportInfo>
6022
+ <ReportType>FeedSummaryReport</ReportType>
6023
+ <Acknowledged>false</Acknowledged>
6024
+ <ReportId>2379532597016944</ReportId>
6025
+ <ReportRequestId>216675016944</ReportRequestId>
6026
+ <AvailableDate>2016-05-23T12:02:03+00:00</AvailableDate>
6027
+ </ReportInfo>
6028
+ <ReportInfo>
6029
+ <ReportType>_GET_SELLER_FEEDBACK_DATA_</ReportType>
6030
+ <Acknowledged>false</Acknowledged>
6031
+ <ReportId>2374953056016944</ReportId>
6032
+ <ReportRequestId>216676016944</ReportRequestId>
6033
+ <AvailableDate>2016-05-23T12:00:37+00:00</AvailableDate>
6034
+ </ReportInfo>
6035
+ <ReportInfo>
6036
+ <ReportType>FeedSummaryReport</ReportType>
6037
+ <Acknowledged>false</Acknowledged>
6038
+ <ReportId>2378500508016944</ReportId>
6039
+ <ReportRequestId>216674016944</ReportRequestId>
6040
+ <AvailableDate>2016-05-23T11:44:56+00:00</AvailableDate>
6041
+ </ReportInfo>
6042
+ </GetReportListResult>
6043
+ <ResponseMetadata>
6044
+ <RequestId>6c71c110-eaac-4c77-b24d-4cf48d3b6ebc</RequestId>
6045
+ </ResponseMetadata>
6046
+ </GetReportListResponse>
6047
+ http_version:
6048
+ recorded_at: Mon, 23 May 2016 13:12:22 GMT
6049
+ - request:
6050
+ method: post
6051
+ uri: https://mws-eu.amazonservices.com/
6052
+ body:
6053
+ encoding: UTF-8
6054
+ string: AWSAccessKeyId=FILTERED&Action=GetReportList&SellerId=FILTERED&SignatureMethod=HmacSHA256&SignatureVersion=2&Timestamp=2016-05-23T13%3A12%3A22Z&Version=2009-01-01&Signature=tLrWhkPvTm2NAS8IpgmxIIq7dthHwTFlqedMWPRlBVA%3D
6055
+ headers:
6056
+ User-Agent:
6057
+ - Jeff/1.5.1 (Language=Ruby; Hakans-MacBook.home)
6058
+ Content-Type:
6059
+ - application/x-www-form-urlencoded
6060
+ response:
6061
+ status:
6062
+ code: 200
6063
+ message:
6064
+ headers:
6065
+ Server:
6066
+ - Server
6067
+ Date:
6068
+ - Mon, 23 May 2016 13:12:23 GMT
6069
+ Content-Type:
6070
+ - text/xml
6071
+ Content-Length:
6072
+ - '3597'
6073
+ Connection:
6074
+ - keep-alive
6075
+ x-mws-quota-max:
6076
+ - '60.0'
6077
+ x-mws-quota-remaining:
6078
+ - '49.0'
6079
+ x-mws-quota-resetsOn:
6080
+ - '2016-05-23T13:19:00.000Z'
6081
+ X-Amz-Date:
6082
+ - Mon, 23 May 2016 13:12:23 GMT
6083
+ Vary:
6084
+ - Accept-Encoding,User-Agent
6085
+ x-amzn-Authorization:
6086
+ - AAA SignedHeaders=X-Amz-Date, identity=com.amazon.aaa.FrpAndromedaReportsPlugin.AndromedaControlService.amzn1.aaa.id.lwigtwr3h4inoeknjer76q4tl4.Default/1,
6087
+ Signed=true, Encrypted=false, Signature=dzbejHV345uQwvrwt5c/7F+reswTlmAFusc3/OjCpIQ=,
6088
+ Algorithm=HmacSHA256
6089
+ x-mws-request-id:
6090
+ - 2a6a9711-abdc-487c-b847-e7f1225084fb
6091
+ x-mws-timestamp:
6092
+ - '2016-05-23T13:12:23.050Z'
6093
+ x-mws-response-context:
6094
+ - aZ0rOMGlRCHDDVPPmGFgGjFJQNLehwSxOhMttZgZBUYkllILw2B1GN8fTbJrwO3u2iRexrklyRjZ
6095
+ gfPQ+yDQWA==
6096
+ body:
6097
+ encoding: UTF-8
6098
+ string: |
6099
+ <?xml version="1.0"?>
6100
+ <GetReportListResponse xmlns="http://mws.amazonaws.com/doc/2009-01-01/">
6101
+ <GetReportListResult>
6102
+ <HasNext>true</HasNext>
6103
+ <NextToken>3VxSLaMHuvf2jpZedg0wbVuY6vtoszFEn49F+ytER18LQ0oPYBFYErudlxL/J7sKGUy5CXwdXMZxrBy2GCH8wVQad0yTxJkofkR0/51S5ZF/iahWYdKTmXpvyhuIAWgLUwBL2m/YDrmpKLOyUNyZW16JqbeA4OQuEsqGJJJsu89DjPVev4qIpssygbmzE6XBeRmqkTxWuHZeEKMyI6kvBR4dBBJER8F2gVYkkYP9LejsmDarIpxuW2ge8i+vZkao6vEE5VL+4kebgA4EVUbDkGSmzJCn+xRNSaBDgJjw6AxKvgTKt21HEZxLjF4mGF3zAJTjBKej3mJZNsf2xUa8jH/lFdRhGnetMUKaAxSsvLOlFBsEMRv8kxu2MkjuolqUdnFn6En+Ugc=</NextToken>
6104
+ <ReportInfo>
6105
+ <ReportType>FeedSummaryReport</ReportType>
6106
+ <Acknowledged>false</Acknowledged>
6107
+ <ReportId>2377891857016944</ReportId>
6108
+ <ReportRequestId>209235016944</ReportRequestId>
6109
+ <AvailableDate>2016-05-23T13:11:04+00:00</AvailableDate>
6110
+ </ReportInfo>
6111
+ <ReportInfo>
6112
+ <ReportType>FeedSummaryReport</ReportType>
6113
+ <Acknowledged>false</Acknowledged>
6114
+ <ReportId>2378283426016944</ReportId>
6115
+ <ReportRequestId>209234016944</ReportRequestId>
6116
+ <AvailableDate>2016-05-23T12:56:11+00:00</AvailableDate>
6117
+ </ReportInfo>
6118
+ <ReportInfo>
6119
+ <ReportType>FeedSummaryReport</ReportType>
6120
+ <Acknowledged>false</Acknowledged>
6121
+ <ReportId>2377161235016944</ReportId>
6122
+ <ReportRequestId>209232016944</ReportRequestId>
6123
+ <AvailableDate>2016-05-23T12:46:12+00:00</AvailableDate>
6124
+ </ReportInfo>
6125
+ <ReportInfo>
6126
+ <ReportType>FeedSummaryReport</ReportType>
6127
+ <Acknowledged>false</Acknowledged>
6128
+ <ReportId>2377830554016944</ReportId>
6129
+ <ReportRequestId>209233016944</ReportRequestId>
6130
+ <AvailableDate>2016-05-23T12:42:34+00:00</AvailableDate>
6131
+ </ReportInfo>
6132
+ <ReportInfo>
6133
+ <ReportType>FeedSummaryReport</ReportType>
6134
+ <Acknowledged>false</Acknowledged>
6135
+ <ReportId>2375096937016944</ReportId>
6136
+ <ReportRequestId>209231016944</ReportRequestId>
6137
+ <AvailableDate>2016-05-23T12:32:51+00:00</AvailableDate>
6138
+ </ReportInfo>
6139
+ <ReportInfo>
6140
+ <ReportType>FeedSummaryReport</ReportType>
6141
+ <Acknowledged>false</Acknowledged>
6142
+ <ReportId>2376462299016944</ReportId>
6143
+ <ReportRequestId>209230016944</ReportRequestId>
6144
+ <AvailableDate>2016-05-23T12:20:41+00:00</AvailableDate>
6145
+ </ReportInfo>
6146
+ <ReportInfo>
6147
+ <ReportType>FeedSummaryReport</ReportType>
6148
+ <Acknowledged>false</Acknowledged>
6149
+ <ReportId>2378140696016944</ReportId>
6150
+ <ReportRequestId>209229016944</ReportRequestId>
6151
+ <AvailableDate>2016-05-23T12:02:19+00:00</AvailableDate>
6152
+ </ReportInfo>
6153
+ <ReportInfo>
6154
+ <ReportType>FeedSummaryReport</ReportType>
6155
+ <Acknowledged>false</Acknowledged>
6156
+ <ReportId>2376512189016944</ReportId>
6157
+ <ReportRequestId>209227016944</ReportRequestId>
6158
+ <AvailableDate>2016-05-23T12:02:04+00:00</AvailableDate>
6159
+ </ReportInfo>
6160
+ <ReportInfo>
6161
+ <ReportType>_GET_SELLER_FEEDBACK_DATA_</ReportType>
6162
+ <Acknowledged>false</Acknowledged>
6163
+ <ReportId>2377219275016944</ReportId>
6164
+ <ReportRequestId>209228016944</ReportRequestId>
6165
+ <AvailableDate>2016-05-23T12:00:34+00:00</AvailableDate>
6166
+ </ReportInfo>
6167
+ <ReportInfo>
6168
+ <ReportType>FeedSummaryReport</ReportType>
6169
+ <Acknowledged>false</Acknowledged>
6170
+ <ReportId>2377950610016944</ReportId>
6171
+ <ReportRequestId>209226016944</ReportRequestId>
6172
+ <AvailableDate>2016-05-23T11:45:38+00:00</AvailableDate>
6173
+ </ReportInfo>
6174
+ </GetReportListResult>
6175
+ <ResponseMetadata>
6176
+ <RequestId>2a6a9711-abdc-487c-b847-e7f1225084fb</RequestId>
6177
+ </ResponseMetadata>
6178
+ </GetReportListResponse>
6179
+ http_version:
6180
+ recorded_at: Mon, 23 May 2016 13:12:23 GMT
6181
+ - request:
6182
+ method: post
6183
+ uri: https://mws.amazonservices.com.mx/
6184
+ body:
6185
+ encoding: UTF-8
6186
+ string: AWSAccessKeyId=FILTERED&Action=GetReportCount&SellerId=FILTERED&SignatureMethod=HmacSHA256&SignatureVersion=2&Timestamp=2016-05-23T13%3A12%3A23Z&Version=2009-01-01&Signature=SFgdxU3Jqdhk8FS3EG14WKvaz9e39SxSaJVpLg1WIII%3D
6187
+ headers:
6188
+ User-Agent:
6189
+ - Jeff/1.5.1 (Language=Ruby; Hakans-MacBook.home)
6190
+ Content-Type:
6191
+ - application/x-www-form-urlencoded
6192
+ response:
6193
+ status:
6194
+ code: 200
6195
+ message:
6196
+ headers:
6197
+ Server:
6198
+ - Server
6199
+ Date:
6200
+ - Mon, 23 May 2016 13:12:24 GMT
6201
+ Content-Type:
6202
+ - text/xml
6203
+ Content-Length:
6204
+ - '305'
6205
+ Connection:
6206
+ - keep-alive
6207
+ x-mws-quota-max:
6208
+ - '80.0'
6209
+ x-mws-quota-remaining:
6210
+ - '80.0'
6211
+ x-mws-quota-resetsOn:
6212
+ - '2016-05-23T13:15:00.000Z'
6213
+ X-Amz-Date:
6214
+ - Mon, 23 May 2016 13:12:24 GMT
6215
+ x-amzn-Authorization:
6216
+ - AAA SignedHeaders=X-Amz-Date, identity=com.amazon.aaa.FrpAndromedaReportsPlugin.AndromedaControlService.amzn1.aaa.id.qhz3ylg755gkejyk5sh44qm3wy.Default/1,
6217
+ Signed=true, Encrypted=false, Signature=6krUCA/6kd9AqhZ2bpH3Fgw+rY9ikVdu/lEzzus6kvs=,
6218
+ Algorithm=HmacSHA256
6219
+ x-mws-request-id:
6220
+ - 134f68fe-1d4d-4945-96cb-0887d31f68cd
6221
+ x-mws-timestamp:
6222
+ - '2016-05-23T13:12:24.036Z'
6223
+ x-mws-response-context:
6224
+ - ckBfzKcMj/K33RpE37l6HysGOdp39K6172/UxRSpAjX6XGM4RRH9QrzOWur4xLQhA9KoUOO/ccMh
6225
+ lBCeDtRaVA==
6226
+ Vary:
6227
+ - Accept-Encoding,User-Agent
6228
+ body:
6229
+ encoding: UTF-8
6230
+ string: |
6231
+ <?xml version="1.0"?>
6232
+ <GetReportCountResponse xmlns="http://mws.amazonaws.com/doc/2009-01-01/">
6233
+ <GetReportCountResult>
6234
+ <Count>55883</Count>
6235
+ </GetReportCountResult>
6236
+ <ResponseMetadata>
6237
+ <RequestId>134f68fe-1d4d-4945-96cb-0887d31f68cd</RequestId>
6238
+ </ResponseMetadata>
6239
+ </GetReportCountResponse>
6240
+ http_version:
6241
+ recorded_at: Mon, 23 May 2016 13:12:24 GMT
6242
+ - request:
6243
+ method: post
6244
+ uri: https://mws-eu.amazonservices.com/
6245
+ body:
6246
+ encoding: UTF-8
6247
+ string: AWSAccessKeyId=FILTERED&Action=GetReportCount&SellerId=FILTERED&SignatureMethod=HmacSHA256&SignatureVersion=2&Timestamp=2016-05-23T13%3A12%3A24Z&Version=2009-01-01&Signature=LZKnEYZ9MMKdqSU1qrh3kd8s7pEvw5yan9ZNzA0ktBc%3D
6248
+ headers:
6249
+ User-Agent:
6250
+ - Jeff/1.5.1 (Language=Ruby; Hakans-MacBook.home)
6251
+ Content-Type:
6252
+ - application/x-www-form-urlencoded
6253
+ response:
6254
+ status:
6255
+ code: 200
6256
+ message:
6257
+ headers:
6258
+ Server:
6259
+ - Server
6260
+ Date:
6261
+ - Mon, 23 May 2016 13:12:24 GMT
6262
+ Content-Type:
6263
+ - text/xml
6264
+ Content-Length:
6265
+ - '305'
6266
+ Connection:
6267
+ - keep-alive
6268
+ x-mws-quota-max:
6269
+ - '80.0'
6270
+ x-mws-quota-remaining:
6271
+ - '80.0'
6272
+ x-mws-quota-resetsOn:
6273
+ - '2016-05-23T14:11:00.000Z'
6274
+ X-Amz-Date:
6275
+ - Mon, 23 May 2016 13:12:24 GMT
6276
+ x-amzn-Authorization:
6277
+ - AAA SignedHeaders=X-Amz-Date, identity=com.amazon.aaa.FrpAndromedaReportsPlugin.AndromedaControlService.amzn1.aaa.id.lwigtwr3h4inoeknjer76q4tl4.Default/1,
6278
+ Signed=true, Encrypted=false, Signature=emUyxOK+NonJqzZtthpWTriwXdOwchKLFf/0B7lXomU=,
6279
+ Algorithm=HmacSHA256
6280
+ x-mws-request-id:
6281
+ - 82fd24d6-0bd0-4fff-98e9-f23cf65aea4e
6282
+ x-mws-timestamp:
6283
+ - '2016-05-23T13:12:24.380Z'
6284
+ x-mws-response-context:
6285
+ - 1bSGEFVnVJ3XjhAyJEQ8aYJpkj1GlUV53tE3Ydkl7kdm5Q73Uw436d+Zdur4zW25j9dcgypykJzR
6286
+ HflZUx4Heg==
6287
+ Vary:
6288
+ - Accept-Encoding,User-Agent
6289
+ body:
6290
+ encoding: UTF-8
6291
+ string: |
6292
+ <?xml version="1.0"?>
6293
+ <GetReportCountResponse xmlns="http://mws.amazonaws.com/doc/2009-01-01/">
6294
+ <GetReportCountResult>
6295
+ <Count>24315</Count>
6296
+ </GetReportCountResult>
6297
+ <ResponseMetadata>
6298
+ <RequestId>82fd24d6-0bd0-4fff-98e9-f23cf65aea4e</RequestId>
6299
+ </ResponseMetadata>
6300
+ </GetReportCountResponse>
6301
+ http_version:
6302
+ recorded_at: Mon, 23 May 2016 13:12:24 GMT
6303
+ - request:
6304
+ method: post
6305
+ uri: https://mws-eu.amazonservices.com/
6306
+ body:
6307
+ encoding: UTF-8
6308
+ string: AWSAccessKeyId=FILTERED&Action=GetReportCount&SellerId=FILTERED&SignatureMethod=HmacSHA256&SignatureVersion=2&Timestamp=2016-05-23T13%3A12%3A24Z&Version=2009-01-01&Signature=mkVL8YTw52q%2F5m4Foxojz5lD0zd1k6OBWFx9rdtZ0Bo%3D
6309
+ headers:
6310
+ User-Agent:
6311
+ - Jeff/1.5.1 (Language=Ruby; Hakans-MacBook.home)
6312
+ Content-Type:
6313
+ - application/x-www-form-urlencoded
6314
+ response:
6315
+ status:
6316
+ code: 200
6317
+ message:
6318
+ headers:
6319
+ Server:
6320
+ - Server
6321
+ Date:
6322
+ - Mon, 23 May 2016 13:12:24 GMT
6323
+ Content-Type:
6324
+ - text/xml
6325
+ Content-Length:
6326
+ - '304'
6327
+ Connection:
6328
+ - keep-alive
6329
+ x-mws-quota-max:
6330
+ - '80.0'
6331
+ x-mws-quota-remaining:
6332
+ - '80.0'
6333
+ x-mws-quota-resetsOn:
6334
+ - '2016-05-23T13:54:00.000Z'
6335
+ X-Amz-Date:
6336
+ - Mon, 23 May 2016 13:12:24 GMT
6337
+ x-amzn-Authorization:
6338
+ - AAA SignedHeaders=X-Amz-Date, identity=com.amazon.aaa.FrpAndromedaReportsPlugin.AndromedaControlService.amzn1.aaa.id.lwigtwr3h4inoeknjer76q4tl4.Default/1,
6339
+ Signed=true, Encrypted=false, Signature=VYu1vCA8mBk8zKweqVhyEsLtNCICxDOt/n96kuQBD28=,
6340
+ Algorithm=HmacSHA256
6341
+ x-mws-request-id:
6342
+ - 0410b1a2-68f3-4166-95e9-24f46609730d
6343
+ x-mws-timestamp:
6344
+ - '2016-05-23T13:12:24.791Z'
6345
+ x-mws-response-context:
6346
+ - 1PN2DC68LCpnbTDU0ykSHH/cGdZiK64HKkmcUlbtZwRr7TXq7tF45PMpyMmyQ4jfkMvA0o7My4i+
6347
+ foBjW7J67Q==
6348
+ Vary:
6349
+ - Accept-Encoding,User-Agent
6350
+ body:
6351
+ encoding: UTF-8
6352
+ string: |
6353
+ <?xml version="1.0"?>
6354
+ <GetReportCountResponse xmlns="http://mws.amazonaws.com/doc/2009-01-01/">
6355
+ <GetReportCountResult>
6356
+ <Count>8325</Count>
6357
+ </GetReportCountResult>
6358
+ <ResponseMetadata>
6359
+ <RequestId>0410b1a2-68f3-4166-95e9-24f46609730d</RequestId>
6360
+ </ResponseMetadata>
6361
+ </GetReportCountResponse>
6362
+ http_version:
6363
+ recorded_at: Mon, 23 May 2016 13:12:24 GMT
6364
+ - request:
6365
+ method: post
6366
+ uri: https://mws-eu.amazonservices.com/
6367
+ body:
6368
+ encoding: UTF-8
6369
+ string: AWSAccessKeyId=FILTERED&Action=GetReportCount&SellerId=FILTERED&SignatureMethod=HmacSHA256&SignatureVersion=2&Timestamp=2016-05-23T13%3A12%3A24Z&Version=2009-01-01&Signature=llTZdjtn9n2JppCQS3%2FoRzFrm%2F5G15KzKzKIFcQ68d8%3D
6370
+ headers:
6371
+ User-Agent:
6372
+ - Jeff/1.5.1 (Language=Ruby; Hakans-MacBook.home)
6373
+ Content-Type:
6374
+ - application/x-www-form-urlencoded
6375
+ response:
6376
+ status:
6377
+ code: 200
6378
+ message:
6379
+ headers:
6380
+ Server:
6381
+ - Server
6382
+ Date:
6383
+ - Mon, 23 May 2016 13:12:25 GMT
6384
+ Content-Type:
6385
+ - text/xml
6386
+ Content-Length:
6387
+ - '305'
6388
+ Connection:
6389
+ - keep-alive
6390
+ x-mws-quota-max:
6391
+ - '80.0'
6392
+ x-mws-quota-remaining:
6393
+ - '80.0'
6394
+ x-mws-quota-resetsOn:
6395
+ - '2016-05-23T14:07:00.000Z'
6396
+ X-Amz-Date:
6397
+ - Mon, 23 May 2016 13:12:25 GMT
6398
+ x-amzn-Authorization:
6399
+ - AAA SignedHeaders=X-Amz-Date, identity=com.amazon.aaa.FrpAndromedaReportsPlugin.AndromedaControlService.amzn1.aaa.id.lwigtwr3h4inoeknjer76q4tl4.Default/1,
6400
+ Signed=true, Encrypted=false, Signature=fbe5Fpl1Amc15FuXSBSOuegH4F7HLiGp6Jc0XOekqOM=,
6401
+ Algorithm=HmacSHA256
6402
+ x-mws-request-id:
6403
+ - 367e9e04-3156-4d14-9a44-7b71b951e1fa
6404
+ x-mws-timestamp:
6405
+ - '2016-05-23T13:12:25.067Z'
6406
+ x-mws-response-context:
6407
+ - zW8jYH6U5NL7eAenX4SvI0VO+gR/YSJ/3yqf4dd2vw4SgTaTluxRsdXXYlYYNqYjLS4DmY0cY1A5
6408
+ RHW+2m5+pg==
6409
+ Vary:
6410
+ - Accept-Encoding,User-Agent
6411
+ body:
6412
+ encoding: UTF-8
6413
+ string: |
6414
+ <?xml version="1.0"?>
6415
+ <GetReportCountResponse xmlns="http://mws.amazonaws.com/doc/2009-01-01/">
6416
+ <GetReportCountResult>
6417
+ <Count>28672</Count>
6418
+ </GetReportCountResult>
6419
+ <ResponseMetadata>
6420
+ <RequestId>367e9e04-3156-4d14-9a44-7b71b951e1fa</RequestId>
6421
+ </ResponseMetadata>
6422
+ </GetReportCountResponse>
6423
+ http_version:
6424
+ recorded_at: Mon, 23 May 2016 13:12:25 GMT
6425
+ - request:
6426
+ method: post
6427
+ uri: https://mws-eu.amazonservices.com/
6428
+ body:
6429
+ encoding: UTF-8
6430
+ string: AWSAccessKeyId=FILTERED&Action=GetReportCount&SellerId=FILTERED&SignatureMethod=HmacSHA256&SignatureVersion=2&Timestamp=2016-05-23T13%3A12%3A25Z&Version=2009-01-01&Signature=6kNqFd753ozkibYmd2zySFH4ZuyTkmnGL5AEsgXwnjw%3D
6431
+ headers:
6432
+ User-Agent:
6433
+ - Jeff/1.5.1 (Language=Ruby; Hakans-MacBook.home)
6434
+ Content-Type:
6435
+ - application/x-www-form-urlencoded
6436
+ response:
6437
+ status:
6438
+ code: 200
6439
+ message:
6440
+ headers:
6441
+ Server:
6442
+ - Server
6443
+ Date:
6444
+ - Mon, 23 May 2016 13:12:25 GMT
6445
+ Content-Type:
6446
+ - text/xml
6447
+ Content-Length:
6448
+ - '305'
6449
+ Connection:
6450
+ - keep-alive
6451
+ x-mws-quota-max:
6452
+ - '80.0'
6453
+ x-mws-quota-remaining:
6454
+ - '80.0'
6455
+ x-mws-quota-resetsOn:
6456
+ - '2016-05-23T13:19:00.000Z'
6457
+ X-Amz-Date:
6458
+ - Mon, 23 May 2016 13:12:25 GMT
6459
+ x-amzn-Authorization:
6460
+ - AAA SignedHeaders=X-Amz-Date, identity=com.amazon.aaa.FrpAndromedaReportsPlugin.AndromedaControlService.amzn1.aaa.id.lwigtwr3h4inoeknjer76q4tl4.Default/1,
6461
+ Signed=true, Encrypted=false, Signature=QOQb9aztw45snoqKKtiYjk+KswUinCMZZmo3PYnH5y0=,
6462
+ Algorithm=HmacSHA256
6463
+ x-mws-request-id:
6464
+ - bc8489e6-b8a2-4483-9c6a-aeaae61888ee
6465
+ x-mws-timestamp:
6466
+ - '2016-05-23T13:12:25.373Z'
6467
+ x-mws-response-context:
6468
+ - rY/JLDFWsjOG4ivn1dm9IGjE450Y1oHtpRR07ZPxQBReWLqJE8kOLYmcChJ2xKAHS1NHBoMXmH6r
6469
+ iHJmiDEDOw==
6470
+ Vary:
6471
+ - Accept-Encoding,User-Agent
6472
+ body:
6473
+ encoding: UTF-8
6474
+ string: |
6475
+ <?xml version="1.0"?>
6476
+ <GetReportCountResponse xmlns="http://mws.amazonaws.com/doc/2009-01-01/">
6477
+ <GetReportCountResult>
6478
+ <Count>28990</Count>
6479
+ </GetReportCountResult>
6480
+ <ResponseMetadata>
6481
+ <RequestId>bc8489e6-b8a2-4483-9c6a-aeaae61888ee</RequestId>
6482
+ </ResponseMetadata>
6483
+ </GetReportCountResponse>
6484
+ http_version:
6485
+ recorded_at: Mon, 23 May 2016 13:12:25 GMT
6486
+ recorded_with: VCR 3.0.1