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,7 +5,7 @@ http_interactions:
5
5
  uri: https://mws.amazonservices.ca/Subscriptions/2013-07-01
6
6
  body:
7
7
  encoding: US-ASCII
8
- string: 'AWSAccessKeyId=AWS_ACCESS_KEY_ID&Action=GetServiceStatus&SellerId=MERCHANT_ID&SignatureMethod=HmacSHA256&SignatureVersion=2&Timestamp=2015-03-28T18%3A14%3A07Z&Version=2013-07-01&Signature=vvZcvEm0PTDdYYR2TisqLQWDBmXalEfRjSE6TVHFKrU%3D'
8
+ string: AWSAccessKeyId=FILTERED&Action=GetServiceStatus&SellerId=FILTERED&SignatureMethod=HmacSHA256&SignatureVersion=2&Timestamp=2015-03-28T18%3A14%3A07Z&Version=2013-07-01&Signature=vvZcvEm0PTDdYYR2TisqLQWDBmXalEfRjSE6TVHFKrU%3D
9
9
  headers:
10
10
  User-Agent:
11
11
  - Jeff/1.2.0 (Language=Ruby; Hakans-MacBook-Pro.local)
@@ -50,7 +50,7 @@ http_interactions:
50
50
  uri: https://mws-eu.amazonservices.com/Subscriptions/2013-07-01
51
51
  body:
52
52
  encoding: US-ASCII
53
- string: 'AWSAccessKeyId=AWS_ACCESS_KEY_ID&Action=GetServiceStatus&SellerId=MERCHANT_ID&SignatureMethod=HmacSHA256&SignatureVersion=2&Timestamp=2015-03-28T18%3A14%3A07Z&Version=2013-07-01&Signature=jffcpJV8YHCyiBmKzi2v1sK5ZEF%2BaMyOjEPHdMsSMVo%3D'
53
+ string: AWSAccessKeyId=FILTERED&Action=GetServiceStatus&SellerId=FILTERED&SignatureMethod=HmacSHA256&SignatureVersion=2&Timestamp=2015-03-28T18%3A14%3A07Z&Version=2013-07-01&Signature=jffcpJV8YHCyiBmKzi2v1sK5ZEF%2BaMyOjEPHdMsSMVo%3D
54
54
  headers:
55
55
  User-Agent:
56
56
  - Jeff/1.2.0 (Language=Ruby; Hakans-MacBook-Pro.local)
@@ -95,7 +95,7 @@ http_interactions:
95
95
  uri: https://mws.amazonservices.jp/Subscriptions/2013-07-01
96
96
  body:
97
97
  encoding: US-ASCII
98
- string: 'AWSAccessKeyId=AWS_ACCESS_KEY_ID&Action=GetServiceStatus&SellerId=MERCHANT_ID&SignatureMethod=HmacSHA256&SignatureVersion=2&Timestamp=2015-03-28T18%3A14%3A08Z&Version=2013-07-01&Signature=FmlbZNlvY0cyVVWCSDFxDdnW%2B3iQJbmI1tz1bmd%2FLLw%3D'
98
+ string: AWSAccessKeyId=FILTERED&Action=GetServiceStatus&SellerId=FILTERED&SignatureMethod=HmacSHA256&SignatureVersion=2&Timestamp=2015-03-28T18%3A14%3A08Z&Version=2013-07-01&Signature=FmlbZNlvY0cyVVWCSDFxDdnW%2B3iQJbmI1tz1bmd%2FLLw%3D
99
99
  headers:
100
100
  User-Agent:
101
101
  - Jeff/1.2.0 (Language=Ruby; Hakans-MacBook-Pro.local)
@@ -140,7 +140,7 @@ http_interactions:
140
140
  uri: https://mws.amazonservices.com/Subscriptions/2013-07-01
141
141
  body:
142
142
  encoding: US-ASCII
143
- string: 'AWSAccessKeyId=AWS_ACCESS_KEY_ID&Action=GetServiceStatus&SellerId=MERCHANT_ID&SignatureMethod=HmacSHA256&SignatureVersion=2&Timestamp=2015-03-28T18%3A14%3A09Z&Version=2013-07-01&Signature=FScfA68fSrpMA4nucgftNCowj2bsqm8vmY6pfq6JPdI%3D'
143
+ string: AWSAccessKeyId=FILTERED&Action=GetServiceStatus&SellerId=FILTERED&SignatureMethod=HmacSHA256&SignatureVersion=2&Timestamp=2015-03-28T18%3A14%3A09Z&Version=2013-07-01&Signature=FScfA68fSrpMA4nucgftNCowj2bsqm8vmY6pfq6JPdI%3D
144
144
  headers:
145
145
  User-Agent:
146
146
  - Jeff/1.2.0 (Language=Ruby; Hakans-MacBook-Pro.local)
@@ -185,7 +185,7 @@ http_interactions:
185
185
  uri: https://mws.amazonservices.ca/Subscriptions/2013-07-01
186
186
  body:
187
187
  encoding: US-ASCII
188
- string: 'AWSAccessKeyId=AWS_ACCESS_KEY_ID&Action=ListRegisteredDestinations&MarketplaceId=A2EUQ1WTGCTBG2&SellerId=MERCHANT_ID&SignatureMethod=HmacSHA256&SignatureVersion=2&Timestamp=2015-03-28T18%3A14%3A10Z&Version=2013-07-01&Signature=DgZsF%2Bau%2FqZaiBKaoXBh%2Frt4YRJb2s2E3LJKCCuzL7w%3D'
188
+ string: AWSAccessKeyId=FILTERED&Action=ListRegisteredDestinations&MarketplaceId=A2EUQ1WTGCTBG2&SellerId=FILTERED&SignatureMethod=HmacSHA256&SignatureVersion=2&Timestamp=2015-03-28T18%3A14%3A10Z&Version=2013-07-01&Signature=DgZsF%2Bau%2FqZaiBKaoXBh%2Frt4YRJb2s2E3LJKCCuzL7w%3D
189
189
  headers:
190
190
  User-Agent:
191
191
  - Jeff/1.2.0 (Language=Ruby; Hakans-MacBook-Pro.local)
@@ -247,7 +247,7 @@ http_interactions:
247
247
  uri: https://mws-eu.amazonservices.com/Subscriptions/2013-07-01
248
248
  body:
249
249
  encoding: US-ASCII
250
- string: 'AWSAccessKeyId=AWS_ACCESS_KEY_ID&Action=ListRegisteredDestinations&MarketplaceId=A1PA6795UKMFR9&SellerId=MERCHANT_ID&SignatureMethod=HmacSHA256&SignatureVersion=2&Timestamp=2015-03-28T18%3A14%3A11Z&Version=2013-07-01&Signature=3yo1lXwE%2F6SPyz6wjQjyMf1aoAKLqbl%2FNL4STp4%2FTm0%3D'
250
+ string: AWSAccessKeyId=FILTERED&Action=ListRegisteredDestinations&MarketplaceId=A1PA6795UKMFR9&SellerId=FILTERED&SignatureMethod=HmacSHA256&SignatureVersion=2&Timestamp=2015-03-28T18%3A14%3A11Z&Version=2013-07-01&Signature=3yo1lXwE%2F6SPyz6wjQjyMf1aoAKLqbl%2FNL4STp4%2FTm0%3D
251
251
  headers:
252
252
  User-Agent:
253
253
  - Jeff/1.2.0 (Language=Ruby; Hakans-MacBook-Pro.local)
@@ -311,7 +311,7 @@ http_interactions:
311
311
  uri: https://mws.amazonservices.jp/Subscriptions/2013-07-01
312
312
  body:
313
313
  encoding: US-ASCII
314
- string: 'AWSAccessKeyId=AWS_ACCESS_KEY_ID&Action=ListRegisteredDestinations&MarketplaceId=A1VC38T7YXB528&SellerId=MERCHANT_ID&SignatureMethod=HmacSHA256&SignatureVersion=2&Timestamp=2015-03-28T18%3A14%3A11Z&Version=2013-07-01&Signature=pnmuV1wK1nOZ%2FeXXBshHmtR5IQeUcGTqM4tF52NsoPQ%3D'
314
+ string: AWSAccessKeyId=FILTERED&Action=ListRegisteredDestinations&MarketplaceId=A1VC38T7YXB528&SellerId=FILTERED&SignatureMethod=HmacSHA256&SignatureVersion=2&Timestamp=2015-03-28T18%3A14%3A11Z&Version=2013-07-01&Signature=pnmuV1wK1nOZ%2FeXXBshHmtR5IQeUcGTqM4tF52NsoPQ%3D
315
315
  headers:
316
316
  User-Agent:
317
317
  - Jeff/1.2.0 (Language=Ruby; Hakans-MacBook-Pro.local)
@@ -375,7 +375,7 @@ http_interactions:
375
375
  uri: https://mws.amazonservices.com/Subscriptions/2013-07-01
376
376
  body:
377
377
  encoding: US-ASCII
378
- string: 'AWSAccessKeyId=AWS_ACCESS_KEY_ID&Action=ListRegisteredDestinations&MarketplaceId=ATVPDKIKX0DER&SellerId=MERCHANT_ID&SignatureMethod=HmacSHA256&SignatureVersion=2&Timestamp=2015-03-28T18%3A14%3A12Z&Version=2013-07-01&Signature=Wkxwo3snjReQjs1BzVJFAj4V7PSTXYml4nfM0%2FJc48k%3D'
378
+ string: AWSAccessKeyId=FILTERED&Action=ListRegisteredDestinations&MarketplaceId=ATVPDKIKX0DER&SellerId=FILTERED&SignatureMethod=HmacSHA256&SignatureVersion=2&Timestamp=2015-03-28T18%3A14%3A12Z&Version=2013-07-01&Signature=Wkxwo3snjReQjs1BzVJFAj4V7PSTXYml4nfM0%2FJc48k%3D
379
379
  headers:
380
380
  User-Agent:
381
381
  - Jeff/1.2.0 (Language=Ruby; Hakans-MacBook-Pro.local)
@@ -439,7 +439,7 @@ http_interactions:
439
439
  uri: https://mws.amazonservices.ca/Subscriptions/2013-07-01
440
440
  body:
441
441
  encoding: US-ASCII
442
- string: 'AWSAccessKeyId=AWS_ACCESS_KEY_ID&Action=ListSubscriptions&MarketplaceId=A2EUQ1WTGCTBG2&SellerId=MERCHANT_ID&SignatureMethod=HmacSHA256&SignatureVersion=2&Timestamp=2015-03-28T18%3A14%3A13Z&Version=2013-07-01&Signature=p6iUYbNG0iquQmXE3yPOGFF7t1sozWRLG%2FeZgtBkjJ4%3D'
442
+ string: AWSAccessKeyId=FILTERED&Action=ListSubscriptions&MarketplaceId=A2EUQ1WTGCTBG2&SellerId=FILTERED&SignatureMethod=HmacSHA256&SignatureVersion=2&Timestamp=2015-03-28T18%3A14%3A13Z&Version=2013-07-01&Signature=p6iUYbNG0iquQmXE3yPOGFF7t1sozWRLG%2FeZgtBkjJ4%3D
443
443
  headers:
444
444
  User-Agent:
445
445
  - Jeff/1.2.0 (Language=Ruby; Hakans-MacBook-Pro.local)
@@ -496,7 +496,7 @@ http_interactions:
496
496
  uri: https://mws-eu.amazonservices.com/Subscriptions/2013-07-01
497
497
  body:
498
498
  encoding: US-ASCII
499
- string: 'AWSAccessKeyId=AWS_ACCESS_KEY_ID&Action=ListSubscriptions&MarketplaceId=A1PA6795UKMFR9&SellerId=MERCHANT_ID&SignatureMethod=HmacSHA256&SignatureVersion=2&Timestamp=2015-03-28T18%3A14%3A14Z&Version=2013-07-01&Signature=YET%2FJIw9oFxMM2BxNwkGnSIwAAdAKeg56T0t3%2FYsZ6Y%3D'
499
+ string: AWSAccessKeyId=FILTERED&Action=ListSubscriptions&MarketplaceId=A1PA6795UKMFR9&SellerId=FILTERED&SignatureMethod=HmacSHA256&SignatureVersion=2&Timestamp=2015-03-28T18%3A14%3A14Z&Version=2013-07-01&Signature=YET%2FJIw9oFxMM2BxNwkGnSIwAAdAKeg56T0t3%2FYsZ6Y%3D
500
500
  headers:
501
501
  User-Agent:
502
502
  - Jeff/1.2.0 (Language=Ruby; Hakans-MacBook-Pro.local)
@@ -553,7 +553,7 @@ http_interactions:
553
553
  uri: https://mws.amazonservices.jp/Subscriptions/2013-07-01
554
554
  body:
555
555
  encoding: US-ASCII
556
- string: 'AWSAccessKeyId=AWS_ACCESS_KEY_ID&Action=ListSubscriptions&MarketplaceId=A1VC38T7YXB528&SellerId=MERCHANT_ID&SignatureMethod=HmacSHA256&SignatureVersion=2&Timestamp=2015-03-28T18%3A14%3A14Z&Version=2013-07-01&Signature=u1ch7TiNOhfLV80M%2BLvTZqHzjF8ADY71RD8HyvIsZOY%3D'
556
+ string: AWSAccessKeyId=FILTERED&Action=ListSubscriptions&MarketplaceId=A1VC38T7YXB528&SellerId=FILTERED&SignatureMethod=HmacSHA256&SignatureVersion=2&Timestamp=2015-03-28T18%3A14%3A14Z&Version=2013-07-01&Signature=u1ch7TiNOhfLV80M%2BLvTZqHzjF8ADY71RD8HyvIsZOY%3D
557
557
  headers:
558
558
  User-Agent:
559
559
  - Jeff/1.2.0 (Language=Ruby; Hakans-MacBook-Pro.local)
@@ -612,7 +612,7 @@ http_interactions:
612
612
  uri: https://mws.amazonservices.com/Subscriptions/2013-07-01
613
613
  body:
614
614
  encoding: US-ASCII
615
- string: 'AWSAccessKeyId=AWS_ACCESS_KEY_ID&Action=ListSubscriptions&MarketplaceId=ATVPDKIKX0DER&SellerId=MERCHANT_ID&SignatureMethod=HmacSHA256&SignatureVersion=2&Timestamp=2015-03-28T18%3A14%3A15Z&Version=2013-07-01&Signature=6VZo212iJrS2SDYWYv%2B%2FGrItg2DuV9RtnEJ1Fk6RFVU%3D'
615
+ string: AWSAccessKeyId=FILTERED&Action=ListSubscriptions&MarketplaceId=ATVPDKIKX0DER&SellerId=FILTERED&SignatureMethod=HmacSHA256&SignatureVersion=2&Timestamp=2015-03-28T18%3A14%3A15Z&Version=2013-07-01&Signature=6VZo212iJrS2SDYWYv%2B%2FGrItg2DuV9RtnEJ1Fk6RFVU%3D
616
616
  headers:
617
617
  User-Agent:
618
618
  - Jeff/1.2.0 (Language=Ruby; Hakans-MacBook-Pro.local)
@@ -664,4 +664,866 @@ http_interactions:
664
664
  </ListSubscriptionsResponse>
665
665
  http_version:
666
666
  recorded_at: Sat, 28 Mar 2015 18:14:16 GMT
667
- recorded_with: VCR 2.9.3
667
+ - request:
668
+ method: post
669
+ uri: https://mws.amazonservices.com.mx/Subscriptions/2013-07-01
670
+ body:
671
+ encoding: UTF-8
672
+ string: AWSAccessKeyId=FILTERED&Action=GetServiceStatus&SellerId=FILTERED&SignatureMethod=HmacSHA256&SignatureVersion=2&Timestamp=2016-05-23T13%3A12%3A50Z&Version=2013-07-01&Signature=StpfLQsK2c7DPONYloSxRHIs%2FJKMxwxzCZdwA30wWnc%3D
673
+ headers:
674
+ User-Agent:
675
+ - Jeff/1.5.1 (Language=Ruby; Hakans-MacBook.home)
676
+ Content-Type:
677
+ - application/x-www-form-urlencoded
678
+ response:
679
+ status:
680
+ code: 200
681
+ message:
682
+ headers:
683
+ Server:
684
+ - Server
685
+ Date:
686
+ - Mon, 23 May 2016 13:12:50 GMT
687
+ Content-Type:
688
+ - text/xml
689
+ Content-Length:
690
+ - '388'
691
+ Connection:
692
+ - keep-alive
693
+ x-mws-request-id:
694
+ - 79319381-431a-49c7-984d-eb55c80ff114
695
+ x-mws-timestamp:
696
+ - '2016-05-23T13:12:50.962Z'
697
+ x-mws-response-context:
698
+ - MvrHAdjH/TriVbosq0LgW+3Wdde9Q3APtZh3P3EZDG0zEgdIqfxwDKx7SbP2hLEw6jS+wZCrFfcE
699
+ wFmEH291ZA==
700
+ Vary:
701
+ - Accept-Encoding,User-Agent
702
+ body:
703
+ encoding: UTF-8
704
+ string: |
705
+ <?xml version="1.0"?>
706
+ <GetServiceStatusResponse xmlns="http://mws.amazonservices.com/schema/Subscriptions/2013-07-01">
707
+ <GetServiceStatusResult>
708
+ <Status>GREEN</Status>
709
+ <Timestamp>2016-05-23T13:12:50.962Z</Timestamp>
710
+ </GetServiceStatusResult>
711
+ <ResponseMetadata>
712
+ <RequestId>79319381-431a-49c7-984d-eb55c80ff114</RequestId>
713
+ </ResponseMetadata>
714
+ </GetServiceStatusResponse>
715
+ http_version:
716
+ recorded_at: Mon, 23 May 2016 13:12:51 GMT
717
+ - request:
718
+ method: post
719
+ uri: https://mws-eu.amazonservices.com/Subscriptions/2013-07-01
720
+ body:
721
+ encoding: UTF-8
722
+ string: AWSAccessKeyId=FILTERED&Action=GetServiceStatus&SellerId=FILTERED&SignatureMethod=HmacSHA256&SignatureVersion=2&Timestamp=2016-05-23T13%3A12%3A51Z&Version=2013-07-01&Signature=6j9XQm8yTkcxsptulARzqynlL6lUrSxQbsAIF8%2BtJJQ%3D
723
+ headers:
724
+ User-Agent:
725
+ - Jeff/1.5.1 (Language=Ruby; Hakans-MacBook.home)
726
+ Content-Type:
727
+ - application/x-www-form-urlencoded
728
+ response:
729
+ status:
730
+ code: 200
731
+ message:
732
+ headers:
733
+ Server:
734
+ - Server
735
+ Date:
736
+ - Mon, 23 May 2016 13:12:51 GMT
737
+ Content-Type:
738
+ - text/xml
739
+ Content-Length:
740
+ - '388'
741
+ Connection:
742
+ - keep-alive
743
+ x-mws-request-id:
744
+ - 09e28a8d-f84d-4162-ad0a-919141515f51
745
+ x-mws-timestamp:
746
+ - '2016-05-23T13:12:51.281Z'
747
+ x-mws-response-context:
748
+ - qEfHv9XzRgs5BjJkdCLRzJxOU6/fbq+KERcvg0XiWSgvEjTZby+fr2Ak6NxmCwVDActfMKNFw4gY
749
+ A9jz7CWu5A==
750
+ Vary:
751
+ - Accept-Encoding,User-Agent
752
+ body:
753
+ encoding: UTF-8
754
+ string: |
755
+ <?xml version="1.0"?>
756
+ <GetServiceStatusResponse xmlns="http://mws.amazonservices.com/schema/Subscriptions/2013-07-01">
757
+ <GetServiceStatusResult>
758
+ <Status>GREEN</Status>
759
+ <Timestamp>2016-05-23T13:12:51.281Z</Timestamp>
760
+ </GetServiceStatusResult>
761
+ <ResponseMetadata>
762
+ <RequestId>09e28a8d-f84d-4162-ad0a-919141515f51</RequestId>
763
+ </ResponseMetadata>
764
+ </GetServiceStatusResponse>
765
+ http_version:
766
+ recorded_at: Mon, 23 May 2016 13:12:51 GMT
767
+ - request:
768
+ method: post
769
+ uri: https://mws-eu.amazonservices.com/Subscriptions/2013-07-01
770
+ body:
771
+ encoding: UTF-8
772
+ string: AWSAccessKeyId=FILTERED&Action=GetServiceStatus&SellerId=FILTERED&SignatureMethod=HmacSHA256&SignatureVersion=2&Timestamp=2016-05-23T13%3A12%3A51Z&Version=2013-07-01&Signature=RUU%2Bp8zilMknDOrLJe2Yfc4jAnFdKRfieJetbQf%2F5w4%3D
773
+ headers:
774
+ User-Agent:
775
+ - Jeff/1.5.1 (Language=Ruby; Hakans-MacBook.home)
776
+ Content-Type:
777
+ - application/x-www-form-urlencoded
778
+ response:
779
+ status:
780
+ code: 200
781
+ message:
782
+ headers:
783
+ Server:
784
+ - Server
785
+ Date:
786
+ - Mon, 23 May 2016 13:12:51 GMT
787
+ Content-Type:
788
+ - text/xml
789
+ Content-Length:
790
+ - '388'
791
+ Connection:
792
+ - keep-alive
793
+ x-mws-request-id:
794
+ - 26613e61-aeba-4efb-be57-0356b2385701
795
+ x-mws-timestamp:
796
+ - '2016-05-23T13:12:51.672Z'
797
+ x-mws-response-context:
798
+ - 7qyk4Hw7KH9ArBv0pmSVVjCr6PHlgrf70E4Oihi2WJCwcWifJMnJQdJgAAl10ACGq2dBp2mrzFlc
799
+ ULTN+O59eA==
800
+ Vary:
801
+ - Accept-Encoding,User-Agent
802
+ body:
803
+ encoding: UTF-8
804
+ string: |
805
+ <?xml version="1.0"?>
806
+ <GetServiceStatusResponse xmlns="http://mws.amazonservices.com/schema/Subscriptions/2013-07-01">
807
+ <GetServiceStatusResult>
808
+ <Status>GREEN</Status>
809
+ <Timestamp>2016-05-23T13:12:51.672Z</Timestamp>
810
+ </GetServiceStatusResult>
811
+ <ResponseMetadata>
812
+ <RequestId>26613e61-aeba-4efb-be57-0356b2385701</RequestId>
813
+ </ResponseMetadata>
814
+ </GetServiceStatusResponse>
815
+ http_version:
816
+ recorded_at: Mon, 23 May 2016 13:12:51 GMT
817
+ - request:
818
+ method: post
819
+ uri: https://mws-eu.amazonservices.com/Subscriptions/2013-07-01
820
+ body:
821
+ encoding: UTF-8
822
+ string: AWSAccessKeyId=FILTERED&Action=GetServiceStatus&SellerId=FILTERED&SignatureMethod=HmacSHA256&SignatureVersion=2&Timestamp=2016-05-23T13%3A12%3A51Z&Version=2013-07-01&Signature=z0SBagLblGGmkpUVpfmnSuvCLQjyf8ZtyaXQWQp%2FZkk%3D
823
+ headers:
824
+ User-Agent:
825
+ - Jeff/1.5.1 (Language=Ruby; Hakans-MacBook.home)
826
+ Content-Type:
827
+ - application/x-www-form-urlencoded
828
+ response:
829
+ status:
830
+ code: 200
831
+ message:
832
+ headers:
833
+ Server:
834
+ - Server
835
+ Date:
836
+ - Mon, 23 May 2016 13:12:51 GMT
837
+ Content-Type:
838
+ - text/xml
839
+ Content-Length:
840
+ - '388'
841
+ Connection:
842
+ - keep-alive
843
+ x-mws-request-id:
844
+ - 0a49b562-96ab-4716-a8d0-076449b409f0
845
+ x-mws-timestamp:
846
+ - '2016-05-23T13:12:51.931Z'
847
+ x-mws-response-context:
848
+ - iGTAJq50UjHwH+cwHnbCLdrjTHnqBfgYnn65RoDgojl4l+A19VY3fyOSocHNjhiU76UdS11EcIib
849
+ kiVBFcpplA==
850
+ Vary:
851
+ - Accept-Encoding,User-Agent
852
+ body:
853
+ encoding: UTF-8
854
+ string: |
855
+ <?xml version="1.0"?>
856
+ <GetServiceStatusResponse xmlns="http://mws.amazonservices.com/schema/Subscriptions/2013-07-01">
857
+ <GetServiceStatusResult>
858
+ <Status>GREEN</Status>
859
+ <Timestamp>2016-05-23T13:12:51.931Z</Timestamp>
860
+ </GetServiceStatusResult>
861
+ <ResponseMetadata>
862
+ <RequestId>0a49b562-96ab-4716-a8d0-076449b409f0</RequestId>
863
+ </ResponseMetadata>
864
+ </GetServiceStatusResponse>
865
+ http_version:
866
+ recorded_at: Mon, 23 May 2016 13:12:52 GMT
867
+ - request:
868
+ method: post
869
+ uri: https://mws-eu.amazonservices.com/Subscriptions/2013-07-01
870
+ body:
871
+ encoding: UTF-8
872
+ string: AWSAccessKeyId=FILTERED&Action=GetServiceStatus&SellerId=FILTERED&SignatureMethod=HmacSHA256&SignatureVersion=2&Timestamp=2016-05-23T13%3A12%3A52Z&Version=2013-07-01&Signature=eyOKUZ5Mxori1%2FZgtX%2FjyPSusadkgVBP2066rdW0muA%3D
873
+ headers:
874
+ User-Agent:
875
+ - Jeff/1.5.1 (Language=Ruby; Hakans-MacBook.home)
876
+ Content-Type:
877
+ - application/x-www-form-urlencoded
878
+ response:
879
+ status:
880
+ code: 200
881
+ message:
882
+ headers:
883
+ Server:
884
+ - Server
885
+ Date:
886
+ - Mon, 23 May 2016 13:12:52 GMT
887
+ Content-Type:
888
+ - text/xml
889
+ Content-Length:
890
+ - '388'
891
+ Connection:
892
+ - keep-alive
893
+ x-mws-request-id:
894
+ - 2963f32e-2b96-4428-a033-43cc77d6642d
895
+ x-mws-timestamp:
896
+ - '2016-05-23T13:12:52.160Z'
897
+ x-mws-response-context:
898
+ - XoA8CIlL8DTD5q5A5ePWh+0hotLBVz9i0pIJDB4Nztt5A9b/4l0jqkyR/lvwT3/rGsVyJf/Uy0NY
899
+ G4f9HQv1Aw==
900
+ Vary:
901
+ - Accept-Encoding,User-Agent
902
+ body:
903
+ encoding: UTF-8
904
+ string: |
905
+ <?xml version="1.0"?>
906
+ <GetServiceStatusResponse xmlns="http://mws.amazonservices.com/schema/Subscriptions/2013-07-01">
907
+ <GetServiceStatusResult>
908
+ <Status>GREEN</Status>
909
+ <Timestamp>2016-05-23T13:12:52.160Z</Timestamp>
910
+ </GetServiceStatusResult>
911
+ <ResponseMetadata>
912
+ <RequestId>2963f32e-2b96-4428-a033-43cc77d6642d</RequestId>
913
+ </ResponseMetadata>
914
+ </GetServiceStatusResponse>
915
+ http_version:
916
+ recorded_at: Mon, 23 May 2016 13:12:52 GMT
917
+ - request:
918
+ method: post
919
+ uri: https://mws.amazonservices.com.mx/Subscriptions/2013-07-01
920
+ body:
921
+ encoding: UTF-8
922
+ string: AWSAccessKeyId=FILTERED&Action=ListSubscriptions&MarketplaceId=A1AM78C64UM0Y8&SellerId=FILTERED&SignatureMethod=HmacSHA256&SignatureVersion=2&Timestamp=2016-05-23T13%3A12%3A52Z&Version=2013-07-01&Signature=Cg4X%2BpCpB4eVdkMBKEudh8%2BEfh%2BAm8FaoP3xHI3BIBk%3D
923
+ headers:
924
+ User-Agent:
925
+ - Jeff/1.5.1 (Language=Ruby; Hakans-MacBook.home)
926
+ Content-Type:
927
+ - application/x-www-form-urlencoded
928
+ response:
929
+ status:
930
+ code: 200
931
+ message:
932
+ headers:
933
+ Server:
934
+ - Server
935
+ Date:
936
+ - Mon, 23 May 2016 13:12:53 GMT
937
+ Content-Type:
938
+ - text/xml
939
+ Content-Length:
940
+ - '315'
941
+ Connection:
942
+ - keep-alive
943
+ x-mws-request-id:
944
+ - 45131593-a222-45f4-8bf2-420b58e6434f
945
+ x-mws-timestamp:
946
+ - '2016-05-23T13:12:53.120Z'
947
+ x-mws-response-context:
948
+ - iXi4KROucKE5PhfnEUrFP954eRR2m5SauppehWxUUT+PkIWXG3PM4wzsZEEmVgH1ZnNOSAgSH6PX
949
+ ENrI+Tkarw==
950
+ Vary:
951
+ - Accept-Encoding,User-Agent
952
+ body:
953
+ encoding: UTF-8
954
+ string: |
955
+ <ListSubscriptionsResponse xmlns="http://mws.amazonservices.com/schema/Subscriptions/2013-07-01">
956
+ <ListSubscriptionsResult>
957
+ <SubscriptionList/>
958
+ </ListSubscriptionsResult>
959
+ <ResponseMetadata>
960
+ <RequestId>45131593-a222-45f4-8bf2-420b58e6434f</RequestId>
961
+ </ResponseMetadata>
962
+ </ListSubscriptionsResponse>
963
+ http_version:
964
+ recorded_at: Mon, 23 May 2016 13:12:53 GMT
965
+ - request:
966
+ method: post
967
+ uri: https://mws-eu.amazonservices.com/Subscriptions/2013-07-01
968
+ body:
969
+ encoding: UTF-8
970
+ string: AWSAccessKeyId=FILTERED&Action=ListSubscriptions&MarketplaceId=A13V1IB3VIYZZH&SellerId=FILTERED&SignatureMethod=HmacSHA256&SignatureVersion=2&Timestamp=2016-05-23T13%3A12%3A53Z&Version=2013-07-01&Signature=FKfl%2BQuY4X%2FII6WWKmTHM8CjH4JIinJBVV%2B0g9qPkRY%3D
971
+ headers:
972
+ User-Agent:
973
+ - Jeff/1.5.1 (Language=Ruby; Hakans-MacBook.home)
974
+ Content-Type:
975
+ - application/x-www-form-urlencoded
976
+ response:
977
+ status:
978
+ code: 200
979
+ message:
980
+ headers:
981
+ Server:
982
+ - Server
983
+ Date:
984
+ - Mon, 23 May 2016 13:12:53 GMT
985
+ Content-Type:
986
+ - text/xml
987
+ Content-Length:
988
+ - '777'
989
+ Connection:
990
+ - keep-alive
991
+ x-mws-request-id:
992
+ - daf99154-405d-473f-9a7e-0fa908b9ca20
993
+ x-mws-timestamp:
994
+ - '2016-05-23T13:12:53.768Z'
995
+ x-mws-response-context:
996
+ - jicvkFx4UPW0Ba/B9gwPNubirYMN99abfKB0c3Uhb0ddgwezYXMo5/TqvSAYjKFIDzxvcYSpY2Dk
997
+ OGSKvWWkag==
998
+ Vary:
999
+ - Accept-Encoding,User-Agent
1000
+ body:
1001
+ encoding: UTF-8
1002
+ string: |
1003
+ <ListSubscriptionsResponse xmlns="http://mws.amazonservices.com/schema/Subscriptions/2013-07-01">
1004
+ <ListSubscriptionsResult>
1005
+ <SubscriptionList>
1006
+ <member>
1007
+ <Destination>
1008
+ <DeliveryChannel>SQS</DeliveryChannel>
1009
+ <AttributeList>
1010
+ <member>
1011
+ <Value>https://sqs.us-east-1.amazonaws.com/337281144291/bezos</Value>
1012
+ <Key>sqsQueueUrl</Key>
1013
+ </member>
1014
+ </AttributeList>
1015
+ </Destination>
1016
+ <NotificationType>AnyOfferChanged</NotificationType>
1017
+ <IsEnabled>true</IsEnabled>
1018
+ </member>
1019
+ </SubscriptionList>
1020
+ </ListSubscriptionsResult>
1021
+ <ResponseMetadata>
1022
+ <RequestId>daf99154-405d-473f-9a7e-0fa908b9ca20</RequestId>
1023
+ </ResponseMetadata>
1024
+ </ListSubscriptionsResponse>
1025
+ http_version:
1026
+ recorded_at: Mon, 23 May 2016 13:12:53 GMT
1027
+ - request:
1028
+ method: post
1029
+ uri: https://mws-eu.amazonservices.com/Subscriptions/2013-07-01
1030
+ body:
1031
+ encoding: UTF-8
1032
+ string: AWSAccessKeyId=FILTERED&Action=ListSubscriptions&MarketplaceId=A1RKKUPIHCS9HS&SellerId=FILTERED&SignatureMethod=HmacSHA256&SignatureVersion=2&Timestamp=2016-05-23T13%3A12%3A53Z&Version=2013-07-01&Signature=o9l24d1BGSgri5WkXX1tPX4SWHj2AW2FcxKSHqzSXYE%3D
1033
+ headers:
1034
+ User-Agent:
1035
+ - Jeff/1.5.1 (Language=Ruby; Hakans-MacBook.home)
1036
+ Content-Type:
1037
+ - application/x-www-form-urlencoded
1038
+ response:
1039
+ status:
1040
+ code: 200
1041
+ message:
1042
+ headers:
1043
+ Server:
1044
+ - Server
1045
+ Date:
1046
+ - Mon, 23 May 2016 13:12:54 GMT
1047
+ Content-Type:
1048
+ - text/xml
1049
+ Content-Length:
1050
+ - '777'
1051
+ Connection:
1052
+ - keep-alive
1053
+ x-mws-request-id:
1054
+ - cda76851-7bd7-4684-99a0-e52fee1b5419
1055
+ x-mws-timestamp:
1056
+ - '2016-05-23T13:12:54.115Z'
1057
+ x-mws-response-context:
1058
+ - wF2oxKGE8j44WXy5lDOmiXGNs4X81GN1rkiY0QY8Q9WzM//NXKVYuV2dezJmdFkx2H7QKeICEKtW
1059
+ ZxIFT54OBw==
1060
+ Vary:
1061
+ - Accept-Encoding,User-Agent
1062
+ body:
1063
+ encoding: UTF-8
1064
+ string: |
1065
+ <ListSubscriptionsResponse xmlns="http://mws.amazonservices.com/schema/Subscriptions/2013-07-01">
1066
+ <ListSubscriptionsResult>
1067
+ <SubscriptionList>
1068
+ <member>
1069
+ <Destination>
1070
+ <DeliveryChannel>SQS</DeliveryChannel>
1071
+ <AttributeList>
1072
+ <member>
1073
+ <Value>https://sqs.us-east-1.amazonaws.com/337281144291/bezos</Value>
1074
+ <Key>sqsQueueUrl</Key>
1075
+ </member>
1076
+ </AttributeList>
1077
+ </Destination>
1078
+ <NotificationType>AnyOfferChanged</NotificationType>
1079
+ <IsEnabled>true</IsEnabled>
1080
+ </member>
1081
+ </SubscriptionList>
1082
+ </ListSubscriptionsResult>
1083
+ <ResponseMetadata>
1084
+ <RequestId>cda76851-7bd7-4684-99a0-e52fee1b5419</RequestId>
1085
+ </ResponseMetadata>
1086
+ </ListSubscriptionsResponse>
1087
+ http_version:
1088
+ recorded_at: Mon, 23 May 2016 13:12:54 GMT
1089
+ - request:
1090
+ method: post
1091
+ uri: https://mws-eu.amazonservices.com/Subscriptions/2013-07-01
1092
+ body:
1093
+ encoding: UTF-8
1094
+ string: AWSAccessKeyId=FILTERED&Action=ListSubscriptions&MarketplaceId=APJ6JRA9NG5V4&SellerId=FILTERED&SignatureMethod=HmacSHA256&SignatureVersion=2&Timestamp=2016-05-23T13%3A12%3A54Z&Version=2013-07-01&Signature=n77vyxs2VxmbRA3mlN4%2BkLGrnr7gwfRDvaesO54qyXE%3D
1095
+ headers:
1096
+ User-Agent:
1097
+ - Jeff/1.5.1 (Language=Ruby; Hakans-MacBook.home)
1098
+ Content-Type:
1099
+ - application/x-www-form-urlencoded
1100
+ response:
1101
+ status:
1102
+ code: 200
1103
+ message:
1104
+ headers:
1105
+ Server:
1106
+ - Server
1107
+ Date:
1108
+ - Mon, 23 May 2016 13:12:54 GMT
1109
+ Content-Type:
1110
+ - text/xml
1111
+ Content-Length:
1112
+ - '777'
1113
+ Connection:
1114
+ - keep-alive
1115
+ x-mws-request-id:
1116
+ - 7a865e8e-1b11-4a5e-91c0-edcf66a942b9
1117
+ x-mws-timestamp:
1118
+ - '2016-05-23T13:12:54.481Z'
1119
+ x-mws-response-context:
1120
+ - 2qA+YvZnwX7D5fvFNcmJR+Movj0t/imN1Ls9WjKkjbM4nycHRG2+PPM5OudUCk9ymkN79gJPn3im
1121
+ SQGsPlNviw==
1122
+ Vary:
1123
+ - Accept-Encoding,User-Agent
1124
+ body:
1125
+ encoding: UTF-8
1126
+ string: |
1127
+ <ListSubscriptionsResponse xmlns="http://mws.amazonservices.com/schema/Subscriptions/2013-07-01">
1128
+ <ListSubscriptionsResult>
1129
+ <SubscriptionList>
1130
+ <member>
1131
+ <Destination>
1132
+ <DeliveryChannel>SQS</DeliveryChannel>
1133
+ <AttributeList>
1134
+ <member>
1135
+ <Value>https://sqs.us-east-1.amazonaws.com/337281144291/bezos</Value>
1136
+ <Key>sqsQueueUrl</Key>
1137
+ </member>
1138
+ </AttributeList>
1139
+ </Destination>
1140
+ <NotificationType>AnyOfferChanged</NotificationType>
1141
+ <IsEnabled>true</IsEnabled>
1142
+ </member>
1143
+ </SubscriptionList>
1144
+ </ListSubscriptionsResult>
1145
+ <ResponseMetadata>
1146
+ <RequestId>7a865e8e-1b11-4a5e-91c0-edcf66a942b9</RequestId>
1147
+ </ResponseMetadata>
1148
+ </ListSubscriptionsResponse>
1149
+ http_version:
1150
+ recorded_at: Mon, 23 May 2016 13:12:54 GMT
1151
+ - request:
1152
+ method: post
1153
+ uri: https://mws-eu.amazonservices.com/Subscriptions/2013-07-01
1154
+ body:
1155
+ encoding: UTF-8
1156
+ string: AWSAccessKeyId=FILTERED&Action=ListSubscriptions&MarketplaceId=A1F83G8C2ARO7P&SellerId=FILTERED&SignatureMethod=HmacSHA256&SignatureVersion=2&Timestamp=2016-05-23T13%3A12%3A54Z&Version=2013-07-01&Signature=HhsW8wPrq9TNx9aq3Tw47KfxKcISV%2BEWgOSGLm7YFd0%3D
1157
+ headers:
1158
+ User-Agent:
1159
+ - Jeff/1.5.1 (Language=Ruby; Hakans-MacBook.home)
1160
+ Content-Type:
1161
+ - application/x-www-form-urlencoded
1162
+ response:
1163
+ status:
1164
+ code: 200
1165
+ message:
1166
+ headers:
1167
+ Server:
1168
+ - Server
1169
+ Date:
1170
+ - Mon, 23 May 2016 13:12:54 GMT
1171
+ Content-Type:
1172
+ - text/xml
1173
+ Content-Length:
1174
+ - '777'
1175
+ Connection:
1176
+ - keep-alive
1177
+ x-mws-request-id:
1178
+ - 7e4a999f-1576-4bfe-9901-b685b77b87a9
1179
+ x-mws-timestamp:
1180
+ - '2016-05-23T13:12:54.798Z'
1181
+ x-mws-response-context:
1182
+ - "/rLwZHqlOvWmD574B2853D/s74P1bTSAvAH/uC5cRo9ekLxMwOvBjRivK0/SlDhwfeQ/JjeUHqgJ
1183
+ QycbwkZ6BA=="
1184
+ Vary:
1185
+ - Accept-Encoding,User-Agent
1186
+ body:
1187
+ encoding: UTF-8
1188
+ string: |
1189
+ <ListSubscriptionsResponse xmlns="http://mws.amazonservices.com/schema/Subscriptions/2013-07-01">
1190
+ <ListSubscriptionsResult>
1191
+ <SubscriptionList>
1192
+ <member>
1193
+ <Destination>
1194
+ <DeliveryChannel>SQS</DeliveryChannel>
1195
+ <AttributeList>
1196
+ <member>
1197
+ <Value>https://sqs.us-east-1.amazonaws.com/337281144291/bezos</Value>
1198
+ <Key>sqsQueueUrl</Key>
1199
+ </member>
1200
+ </AttributeList>
1201
+ </Destination>
1202
+ <NotificationType>AnyOfferChanged</NotificationType>
1203
+ <IsEnabled>true</IsEnabled>
1204
+ </member>
1205
+ </SubscriptionList>
1206
+ </ListSubscriptionsResult>
1207
+ <ResponseMetadata>
1208
+ <RequestId>7e4a999f-1576-4bfe-9901-b685b77b87a9</RequestId>
1209
+ </ResponseMetadata>
1210
+ </ListSubscriptionsResponse>
1211
+ http_version:
1212
+ recorded_at: Mon, 23 May 2016 13:12:54 GMT
1213
+ - request:
1214
+ method: post
1215
+ uri: https://mws.amazonservices.com.mx/Subscriptions/2013-07-01
1216
+ body:
1217
+ encoding: UTF-8
1218
+ string: AWSAccessKeyId=FILTERED&Action=ListRegisteredDestinations&MarketplaceId=A1AM78C64UM0Y8&SellerId=FILTERED&SignatureMethod=HmacSHA256&SignatureVersion=2&Timestamp=2016-05-23T13%3A12%3A55Z&Version=2013-07-01&Signature=OajKQW5ONCYwZbbrTOaOXjWDNZF1IrDEm%2FH3JSA7nKA%3D
1219
+ headers:
1220
+ User-Agent:
1221
+ - Jeff/1.5.1 (Language=Ruby; Hakans-MacBook.home)
1222
+ Content-Type:
1223
+ - application/x-www-form-urlencoded
1224
+ response:
1225
+ status:
1226
+ code: 200
1227
+ message:
1228
+ headers:
1229
+ Server:
1230
+ - Server
1231
+ Date:
1232
+ - Mon, 23 May 2016 13:12:55 GMT
1233
+ Content-Type:
1234
+ - text/xml
1235
+ Content-Length:
1236
+ - '350'
1237
+ Connection:
1238
+ - keep-alive
1239
+ x-mws-request-id:
1240
+ - 9307c3bc-042b-4a6f-a6ec-e953e7282e3d
1241
+ x-mws-timestamp:
1242
+ - '2016-05-23T13:12:55.592Z'
1243
+ x-mws-response-context:
1244
+ - gEUZS6/mhqudJ1J2vgG7Xi+YuFqU/fWR4HoGVLKwuDqekk1HGUwA+nOlqdebeslt4dPP2zVrwopx
1245
+ d4u8qfcxIg==
1246
+ Vary:
1247
+ - Accept-Encoding,User-Agent
1248
+ body:
1249
+ encoding: UTF-8
1250
+ string: |
1251
+ <ListRegisteredDestinationsResponse xmlns="http://mws.amazonservices.com/schema/Subscriptions/2013-07-01">
1252
+ <ListRegisteredDestinationsResult>
1253
+ <DestinationList/>
1254
+ </ListRegisteredDestinationsResult>
1255
+ <ResponseMetadata>
1256
+ <RequestId>9307c3bc-042b-4a6f-a6ec-e953e7282e3d</RequestId>
1257
+ </ResponseMetadata>
1258
+ </ListRegisteredDestinationsResponse>
1259
+ http_version:
1260
+ recorded_at: Mon, 23 May 2016 13:12:55 GMT
1261
+ - request:
1262
+ method: post
1263
+ uri: https://mws-eu.amazonservices.com/Subscriptions/2013-07-01
1264
+ body:
1265
+ encoding: UTF-8
1266
+ string: AWSAccessKeyId=FILTERED&Action=ListRegisteredDestinations&MarketplaceId=A13V1IB3VIYZZH&SellerId=FILTERED&SignatureMethod=HmacSHA256&SignatureVersion=2&Timestamp=2016-05-23T13%3A12%3A55Z&Version=2013-07-01&Signature=Y9d3FCJ4hx6kWJvYp9ktVkILcVG28OU1lAlUzNJyAlo%3D
1267
+ headers:
1268
+ User-Agent:
1269
+ - Jeff/1.5.1 (Language=Ruby; Hakans-MacBook.home)
1270
+ Content-Type:
1271
+ - application/x-www-form-urlencoded
1272
+ response:
1273
+ status:
1274
+ code: 200
1275
+ message:
1276
+ headers:
1277
+ Server:
1278
+ - Server
1279
+ Date:
1280
+ - Mon, 23 May 2016 13:12:55 GMT
1281
+ Content-Type:
1282
+ - text/xml
1283
+ Content-Length:
1284
+ - '937'
1285
+ Connection:
1286
+ - keep-alive
1287
+ x-mws-request-id:
1288
+ - a039202b-e2ba-465e-94b5-6187669efd5c
1289
+ x-mws-timestamp:
1290
+ - '2016-05-23T13:12:55.922Z'
1291
+ x-mws-response-context:
1292
+ - tB3kwBzYtJWnSJ1dGGXn1fIVPxLPVCUfeh4hOu0G4tuEcY4woCGqe2PEiwZ4d6vQ4vTAXn6E2zHD
1293
+ E6L8lKR9Fw==
1294
+ Vary:
1295
+ - Accept-Encoding,User-Agent
1296
+ body:
1297
+ encoding: UTF-8
1298
+ string: |
1299
+ <ListRegisteredDestinationsResponse xmlns="http://mws.amazonservices.com/schema/Subscriptions/2013-07-01">
1300
+ <ListRegisteredDestinationsResult>
1301
+ <DestinationList>
1302
+ <member>
1303
+ <DeliveryChannel>SQS</DeliveryChannel>
1304
+ <AttributeList>
1305
+ <member>
1306
+ <Value>https://sqs.us-east-1.amazonaws.com/337281144291/bezos</Value>
1307
+ <Key>sqsQueueUrl</Key>
1308
+ </member>
1309
+ </AttributeList>
1310
+ </member>
1311
+ <member>
1312
+ <DeliveryChannel>SQS</DeliveryChannel>
1313
+ <AttributeList>
1314
+ <member>
1315
+ <Value>https://sqs.us-east-1.amazonaws.com/337281144291/Test</Value>
1316
+ <Key>sqsQueueUrl</Key>
1317
+ </member>
1318
+ </AttributeList>
1319
+ </member>
1320
+ </DestinationList>
1321
+ </ListRegisteredDestinationsResult>
1322
+ <ResponseMetadata>
1323
+ <RequestId>a039202b-e2ba-465e-94b5-6187669efd5c</RequestId>
1324
+ </ResponseMetadata>
1325
+ </ListRegisteredDestinationsResponse>
1326
+ http_version:
1327
+ recorded_at: Mon, 23 May 2016 13:12:56 GMT
1328
+ - request:
1329
+ method: post
1330
+ uri: https://mws-eu.amazonservices.com/Subscriptions/2013-07-01
1331
+ body:
1332
+ encoding: UTF-8
1333
+ string: AWSAccessKeyId=FILTERED&Action=ListRegisteredDestinations&MarketplaceId=A1RKKUPIHCS9HS&SellerId=FILTERED&SignatureMethod=HmacSHA256&SignatureVersion=2&Timestamp=2016-05-23T13%3A12%3A56Z&Version=2013-07-01&Signature=75Dv3M68VxrtEiNpIWhwQPixnDmLoTWg8qkABetWP2k%3D
1334
+ headers:
1335
+ User-Agent:
1336
+ - Jeff/1.5.1 (Language=Ruby; Hakans-MacBook.home)
1337
+ Content-Type:
1338
+ - application/x-www-form-urlencoded
1339
+ response:
1340
+ status:
1341
+ code: 200
1342
+ message:
1343
+ headers:
1344
+ Server:
1345
+ - Server
1346
+ Date:
1347
+ - Mon, 23 May 2016 13:12:56 GMT
1348
+ Content-Type:
1349
+ - text/xml
1350
+ Content-Length:
1351
+ - '937'
1352
+ Connection:
1353
+ - keep-alive
1354
+ x-mws-request-id:
1355
+ - a86d6cea-d6a0-4e49-92bb-96c16f90b461
1356
+ x-mws-timestamp:
1357
+ - '2016-05-23T13:12:56.234Z'
1358
+ x-mws-response-context:
1359
+ - jicvkFx4UPW0Ba/B9gwPNubirYMN99abfKB0c3Uhb0ddgwezYXMo5/TqvSAYjKFIDzxvcYSpY2Dk
1360
+ OGSKvWWkag==
1361
+ Vary:
1362
+ - Accept-Encoding,User-Agent
1363
+ body:
1364
+ encoding: UTF-8
1365
+ string: |
1366
+ <ListRegisteredDestinationsResponse xmlns="http://mws.amazonservices.com/schema/Subscriptions/2013-07-01">
1367
+ <ListRegisteredDestinationsResult>
1368
+ <DestinationList>
1369
+ <member>
1370
+ <DeliveryChannel>SQS</DeliveryChannel>
1371
+ <AttributeList>
1372
+ <member>
1373
+ <Value>https://sqs.us-east-1.amazonaws.com/337281144291/bezos</Value>
1374
+ <Key>sqsQueueUrl</Key>
1375
+ </member>
1376
+ </AttributeList>
1377
+ </member>
1378
+ <member>
1379
+ <DeliveryChannel>SQS</DeliveryChannel>
1380
+ <AttributeList>
1381
+ <member>
1382
+ <Value>https://sqs.us-east-1.amazonaws.com/337281144291/Test</Value>
1383
+ <Key>sqsQueueUrl</Key>
1384
+ </member>
1385
+ </AttributeList>
1386
+ </member>
1387
+ </DestinationList>
1388
+ </ListRegisteredDestinationsResult>
1389
+ <ResponseMetadata>
1390
+ <RequestId>a86d6cea-d6a0-4e49-92bb-96c16f90b461</RequestId>
1391
+ </ResponseMetadata>
1392
+ </ListRegisteredDestinationsResponse>
1393
+ http_version:
1394
+ recorded_at: Mon, 23 May 2016 13:12:56 GMT
1395
+ - request:
1396
+ method: post
1397
+ uri: https://mws-eu.amazonservices.com/Subscriptions/2013-07-01
1398
+ body:
1399
+ encoding: UTF-8
1400
+ string: AWSAccessKeyId=FILTERED&Action=ListRegisteredDestinations&MarketplaceId=APJ6JRA9NG5V4&SellerId=FILTERED&SignatureMethod=HmacSHA256&SignatureVersion=2&Timestamp=2016-05-23T13%3A12%3A56Z&Version=2013-07-01&Signature=HLdCukm8rjQXNxgIlHsGMzOUJ3wKuvFLHTCRbwCL4yo%3D
1401
+ headers:
1402
+ User-Agent:
1403
+ - Jeff/1.5.1 (Language=Ruby; Hakans-MacBook.home)
1404
+ Content-Type:
1405
+ - application/x-www-form-urlencoded
1406
+ response:
1407
+ status:
1408
+ code: 200
1409
+ message:
1410
+ headers:
1411
+ Server:
1412
+ - Server
1413
+ Date:
1414
+ - Mon, 23 May 2016 13:12:56 GMT
1415
+ Content-Type:
1416
+ - text/xml
1417
+ Content-Length:
1418
+ - '937'
1419
+ Connection:
1420
+ - keep-alive
1421
+ x-mws-request-id:
1422
+ - 1a342b5d-9f70-4c5b-a021-fd54827f4ab2
1423
+ x-mws-timestamp:
1424
+ - '2016-05-23T13:12:56.543Z'
1425
+ x-mws-response-context:
1426
+ - eJ7pMm+d2gTi3kf6cuS0LCcHgyRz+MxXsm7fP94dAKjOYUs1mqX0562zviYtqbTXQCrWIN8FfmHq
1427
+ VdxhUUJdsg==
1428
+ Vary:
1429
+ - Accept-Encoding,User-Agent
1430
+ body:
1431
+ encoding: UTF-8
1432
+ string: |
1433
+ <ListRegisteredDestinationsResponse xmlns="http://mws.amazonservices.com/schema/Subscriptions/2013-07-01">
1434
+ <ListRegisteredDestinationsResult>
1435
+ <DestinationList>
1436
+ <member>
1437
+ <DeliveryChannel>SQS</DeliveryChannel>
1438
+ <AttributeList>
1439
+ <member>
1440
+ <Value>https://sqs.us-east-1.amazonaws.com/337281144291/bezos</Value>
1441
+ <Key>sqsQueueUrl</Key>
1442
+ </member>
1443
+ </AttributeList>
1444
+ </member>
1445
+ <member>
1446
+ <DeliveryChannel>SQS</DeliveryChannel>
1447
+ <AttributeList>
1448
+ <member>
1449
+ <Value>https://sqs.us-east-1.amazonaws.com/337281144291/Test</Value>
1450
+ <Key>sqsQueueUrl</Key>
1451
+ </member>
1452
+ </AttributeList>
1453
+ </member>
1454
+ </DestinationList>
1455
+ </ListRegisteredDestinationsResult>
1456
+ <ResponseMetadata>
1457
+ <RequestId>1a342b5d-9f70-4c5b-a021-fd54827f4ab2</RequestId>
1458
+ </ResponseMetadata>
1459
+ </ListRegisteredDestinationsResponse>
1460
+ http_version:
1461
+ recorded_at: Mon, 23 May 2016 13:12:56 GMT
1462
+ - request:
1463
+ method: post
1464
+ uri: https://mws-eu.amazonservices.com/Subscriptions/2013-07-01
1465
+ body:
1466
+ encoding: UTF-8
1467
+ string: AWSAccessKeyId=FILTERED&Action=ListRegisteredDestinations&MarketplaceId=A1F83G8C2ARO7P&SellerId=FILTERED&SignatureMethod=HmacSHA256&SignatureVersion=2&Timestamp=2016-05-23T13%3A12%3A56Z&Version=2013-07-01&Signature=QvItCzgdCPxknmloJGvNgR6F%2BYpQIrPk0tNXsbdJS0o%3D
1468
+ headers:
1469
+ User-Agent:
1470
+ - Jeff/1.5.1 (Language=Ruby; Hakans-MacBook.home)
1471
+ Content-Type:
1472
+ - application/x-www-form-urlencoded
1473
+ response:
1474
+ status:
1475
+ code: 200
1476
+ message:
1477
+ headers:
1478
+ Server:
1479
+ - Server
1480
+ Date:
1481
+ - Mon, 23 May 2016 13:12:56 GMT
1482
+ Content-Type:
1483
+ - text/xml
1484
+ Content-Length:
1485
+ - '937'
1486
+ Connection:
1487
+ - keep-alive
1488
+ x-mws-request-id:
1489
+ - 7ff0e535-7fbd-4b68-ac06-388fc7190cda
1490
+ x-mws-timestamp:
1491
+ - '2016-05-23T13:12:56.840Z'
1492
+ x-mws-response-context:
1493
+ - Il1yezsqb8DWmdIovs/eAFggz+ODJGcn6toiyyKTwP1488ifsuS0c546stRr3kan8dmi7H68IrJf
1494
+ 78AKDdez4w==
1495
+ Vary:
1496
+ - Accept-Encoding,User-Agent
1497
+ body:
1498
+ encoding: UTF-8
1499
+ string: |
1500
+ <ListRegisteredDestinationsResponse xmlns="http://mws.amazonservices.com/schema/Subscriptions/2013-07-01">
1501
+ <ListRegisteredDestinationsResult>
1502
+ <DestinationList>
1503
+ <member>
1504
+ <DeliveryChannel>SQS</DeliveryChannel>
1505
+ <AttributeList>
1506
+ <member>
1507
+ <Value>https://sqs.us-east-1.amazonaws.com/337281144291/bezos</Value>
1508
+ <Key>sqsQueueUrl</Key>
1509
+ </member>
1510
+ </AttributeList>
1511
+ </member>
1512
+ <member>
1513
+ <DeliveryChannel>SQS</DeliveryChannel>
1514
+ <AttributeList>
1515
+ <member>
1516
+ <Value>https://sqs.us-east-1.amazonaws.com/337281144291/Test</Value>
1517
+ <Key>sqsQueueUrl</Key>
1518
+ </member>
1519
+ </AttributeList>
1520
+ </member>
1521
+ </DestinationList>
1522
+ </ListRegisteredDestinationsResult>
1523
+ <ResponseMetadata>
1524
+ <RequestId>7ff0e535-7fbd-4b68-ac06-388fc7190cda</RequestId>
1525
+ </ResponseMetadata>
1526
+ </ListRegisteredDestinationsResponse>
1527
+ http_version:
1528
+ recorded_at: Mon, 23 May 2016 13:12:56 GMT
1529
+ recorded_with: VCR 3.0.1