peddler 0.8.0 → 0.9.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
 - data/LICENSE +1 -1
 - data/README.md +15 -14
 - data/lib/mws/cart_information/client.rb +72 -0
 - data/lib/mws/cart_information.rb +1 -69
 - data/lib/mws/customer_information/client.rb +79 -0
 - data/lib/mws/customer_information.rb +1 -77
 - data/lib/mws/feeds/client.rb +112 -0
 - data/lib/mws/feeds.rb +1 -110
 - data/lib/mws/fulfillment_inbound_shipment/client.rb +233 -0
 - data/lib/mws/fulfillment_inbound_shipment.rb +1 -231
 - data/lib/mws/fulfillment_inventory/client.rb +53 -0
 - data/lib/mws/fulfillment_inventory.rb +1 -51
 - data/lib/mws/fulfillment_outbound_shipment/client.rb +171 -0
 - data/lib/mws/fulfillment_outbound_shipment.rb +1 -168
 - data/lib/mws/off_amazon_payments/client.rb +362 -0
 - data/lib/mws/off_amazon_payments.rb +1 -360
 - data/lib/mws/orders/client.rb +102 -0
 - data/lib/mws/orders.rb +1 -98
 - data/lib/mws/products/client.rb +234 -0
 - data/lib/mws/products.rb +1 -232
 - data/lib/mws/recommendations/client.rb +71 -0
 - data/lib/mws/recommendations.rb +1 -66
 - data/lib/mws/reports/client.rb +220 -0
 - data/lib/mws/reports.rb +1 -220
 - data/lib/mws/sellers/client.rb +42 -0
 - data/lib/mws/sellers.rb +1 -40
 - data/lib/mws/subscriptions/client.rb +177 -0
 - data/lib/mws/subscriptions.rb +1 -169
 - data/lib/mws.rb +2 -2
 - data/lib/peddler/client.rb +3 -3
 - data/lib/peddler/flat_file_parser.rb +3 -3
 - data/lib/peddler/operation.rb +2 -3
 - data/lib/peddler/structured_list.rb +1 -3
 - data/lib/peddler/version.rb +1 -1
 - data/lib/peddler/xml_parser.rb +1 -1
 - data/test/integration/test_cart_information.rb +2 -2
 - data/test/integration/test_customer_information.rb +2 -2
 - data/test/integration/test_feeds.rb +2 -2
 - data/test/integration/test_fulfillment_inbound_shipment.rb +2 -2
 - data/test/integration/test_fulfillment_inventory.rb +3 -7
 - data/test/integration/test_fulfillment_outbound_shipment.rb +2 -49
 - data/test/integration/test_off_amazon_payments.rb +2 -2
 - data/test/integration/test_orders.rb +2 -13
 - data/test/integration/test_products.rb +2 -2
 - data/test/integration/test_recommendations.rb +2 -11
 - data/test/integration/test_reports.rb +2 -3
 - data/test/integration/test_sellers.rb +2 -9
 - data/test/integration/test_subscriptions.rb +2 -2
 - data/test/integration_test_helper.rb +49 -0
 - data/test/mws.yml +16 -0
 - data/test/mws.yml.bak +16 -0
 - data/test/test_helper.rb +7 -0
 - data/test/unit/mws/test_off_amazon_payments_client.rb +9 -0
 - data/test/unit/mws/test_products_client.rb +9 -0
 - data/test/unit/peddler/test_client.rb +2 -2
 - data/test/unit/peddler/test_flat_file_parser.rb +2 -2
 - data/test/unit/peddler/test_operation.rb +2 -2
 - data/test/unit/peddler/test_parser.rb +2 -2
 - data/test/unit/peddler/test_structured_list.rb +2 -2
 - data/test/unit/peddler/test_xml_parser.rb +2 -2
 - data/test/unit/test_mws.rb +3 -3
 - data/test/vcr_cassettes/CartInformation.yml +37 -725
 - data/test/vcr_cassettes/CustomerInformation.yml +37 -728
 - data/test/vcr_cassettes/Feeds.yml +100 -528
 - data/test/vcr_cassettes/FulfillmentInboundShipment.yml +39 -728
 - data/test/vcr_cassettes/FulfillmentInventory.yml +96 -997
 - data/test/vcr_cassettes/FulfillmentOutboundShipment.yml +39 -725
 - data/test/vcr_cassettes/OffAmazonPayments.yml +36 -727
 - data/test/vcr_cassettes/Orders.yml +38 -29855
 - data/test/vcr_cassettes/Products.yml +1300 -3871
 - data/test/vcr_cassettes/Recommendations.yml +8934 -15590
 - data/test/vcr_cassettes/Reports.yml +288 -1326
 - data/test/vcr_cassettes/Sellers.yml +38 -1178
 - data/test/vcr_cassettes/Subscriptions.yml +244 -1066
 - metadata +27 -98
 - data/test/helper.rb +0 -3
 - data/test/integration_helper.rb +0 -49
 - data/test/mws.yml.1 +0 -32
 - data/test/mws.yml.example +0 -4
 - data/test/unit/mws/test_off_amazon_payments.rb +0 -9
 - data/test/unit/mws/test_products.rb +0 -9
 
| 
         @@ -2,28 +2,28 @@ 
     | 
|
| 
       2 
2 
     | 
    
         
             
            http_interactions:
         
     | 
| 
       3 
3 
     | 
    
         
             
            - request:
         
     | 
| 
       4 
4 
     | 
    
         
             
                method: post
         
     | 
| 
       5 
     | 
    
         
            -
                uri: https://mws.amazonservices.ca/CartInformation/2014-03-01?AWSAccessKeyId= 
     | 
| 
      
 5 
     | 
    
         
            +
                uri: https://mws.amazonservices.ca/CartInformation/2014-03-01?AWSAccessKeyId=AWS_ACCESS_KEY_ID&Action=GetServiceStatus&SellerId=MERCHANT_ID&SignatureMethod=HmacSHA256&SignatureVersion=2&Timestamp=2014-08-12T11%3A35%3A51Z&Signature=J2Czuu60qwZtk0zc7b8TlHG1CixafTerP1NlaEb69UE%3D
         
     | 
| 
       6 
6 
     | 
    
         
             
                body:
         
     | 
| 
       7 
7 
     | 
    
         
             
                  encoding: US-ASCII
         
     | 
| 
       8 
8 
     | 
    
         
             
                  string: ''
         
     | 
| 
       9 
9 
     | 
    
         
             
                headers:
         
     | 
| 
       10 
10 
     | 
    
         
             
                  User-Agent:
         
     | 
| 
       11 
     | 
    
         
            -
                  - Jeff/1.0.1 (Language=Ruby;  
     | 
| 
      
 11 
     | 
    
         
            +
                  - Jeff/1.0.1 (Language=Ruby; hakans-mbp.home)
         
     | 
| 
       12 
12 
     | 
    
         
             
              response:
         
     | 
| 
       13 
13 
     | 
    
         
             
                status:
         
     | 
| 
       14 
14 
     | 
    
         
             
                  code: 200
         
     | 
| 
       15 
15 
     | 
    
         
             
                  message: 
         
     | 
| 
       16 
16 
     | 
    
         
             
                headers:
         
     | 
| 
       17 
17 
     | 
    
         
             
                  Date:
         
     | 
| 
       18 
     | 
    
         
            -
                  -  
     | 
| 
      
 18 
     | 
    
         
            +
                  - Tue, 12 Aug 2014 11:35:51 GMT
         
     | 
| 
       19 
19 
     | 
    
         
             
                  Server:
         
     | 
| 
       20 
20 
     | 
    
         
             
                  - AmazonMWS
         
     | 
| 
       21 
21 
     | 
    
         
             
                  x-mws-request-id:
         
     | 
| 
       22 
     | 
    
         
            -
                  -  
     | 
| 
      
 22 
     | 
    
         
            +
                  - 93f47cf0-208b-4937-ba33-fdd6092fc15b
         
     | 
| 
       23 
23 
     | 
    
         
             
                  x-mws-timestamp:
         
     | 
| 
       24 
     | 
    
         
            -
                  - '2014- 
     | 
| 
      
 24 
     | 
    
         
            +
                  - '2014-08-12T11:35:52.078Z'
         
     | 
| 
       25 
25 
     | 
    
         
             
                  x-mws-response-context:
         
     | 
| 
       26 
     | 
    
         
            -
                  -  
     | 
| 
      
 26 
     | 
    
         
            +
                  - UE1v4fCyqJA6JZ/ooT0RnJ4FCy7tt7cNzI6wu+LqZjFdU7QrctCp/eKpn7W2cH1hjKB5t7zDro0=
         
     | 
| 
       27 
27 
     | 
    
         
             
                  Content-Type:
         
     | 
| 
       28 
28 
     | 
    
         
             
                  - text/xml
         
     | 
| 
       29 
29 
     | 
    
         
             
                  Content-Length:
         
     | 
| 
         @@ -37,39 +37,39 @@ http_interactions: 
     | 
|
| 
       37 
37 
     | 
    
         
             
                    <GetServiceStatusResponse xmlns="http://mws.amazonservices.com/schema/CartInformation/2014-03-01">
         
     | 
| 
       38 
38 
     | 
    
         
             
                      <GetServiceStatusResult>
         
     | 
| 
       39 
39 
     | 
    
         
             
                        <Status>GREEN</Status>
         
     | 
| 
       40 
     | 
    
         
            -
                        <Timestamp>2014- 
     | 
| 
      
 40 
     | 
    
         
            +
                        <Timestamp>2014-08-12T11:35:52.078Z</Timestamp>
         
     | 
| 
       41 
41 
     | 
    
         
             
                      </GetServiceStatusResult>
         
     | 
| 
       42 
42 
     | 
    
         
             
                      <ResponseMetadata>
         
     | 
| 
       43 
     | 
    
         
            -
                        <RequestId> 
     | 
| 
      
 43 
     | 
    
         
            +
                        <RequestId>93f47cf0-208b-4937-ba33-fdd6092fc15b</RequestId>
         
     | 
| 
       44 
44 
     | 
    
         
             
                      </ResponseMetadata>
         
     | 
| 
       45 
45 
     | 
    
         
             
                    </GetServiceStatusResponse>
         
     | 
| 
       46 
46 
     | 
    
         
             
                http_version: 
         
     | 
| 
       47 
     | 
    
         
            -
              recorded_at:  
     | 
| 
      
 47 
     | 
    
         
            +
              recorded_at: Tue, 12 Aug 2014 11:35:52 GMT
         
     | 
| 
       48 
48 
     | 
    
         
             
            - request:
         
     | 
| 
       49 
49 
     | 
    
         
             
                method: post
         
     | 
| 
       50 
     | 
    
         
            -
                uri: https://mws-eu.amazonservices.com/CartInformation/2014-03-01?AWSAccessKeyId= 
     | 
| 
      
 50 
     | 
    
         
            +
                uri: https://mws-eu.amazonservices.com/CartInformation/2014-03-01?AWSAccessKeyId=AWS_ACCESS_KEY_ID&Action=GetServiceStatus&SellerId=MERCHANT_ID&SignatureMethod=HmacSHA256&SignatureVersion=2&Timestamp=2014-08-12T11%3A35%3A52Z&Signature=%2BiJhSUzNGUlRhq9tuSaI%2F9H9UeXve3jX2YjCbq9SrXM%3D
         
     | 
| 
       51 
51 
     | 
    
         
             
                body:
         
     | 
| 
       52 
52 
     | 
    
         
             
                  encoding: US-ASCII
         
     | 
| 
       53 
53 
     | 
    
         
             
                  string: ''
         
     | 
| 
       54 
54 
     | 
    
         
             
                headers:
         
     | 
| 
       55 
55 
     | 
    
         
             
                  User-Agent:
         
     | 
| 
       56 
     | 
    
         
            -
                  - Jeff/1.0.1 (Language=Ruby;  
     | 
| 
      
 56 
     | 
    
         
            +
                  - Jeff/1.0.1 (Language=Ruby; hakans-mbp.home)
         
     | 
| 
       57 
57 
     | 
    
         
             
              response:
         
     | 
| 
       58 
58 
     | 
    
         
             
                status:
         
     | 
| 
       59 
59 
     | 
    
         
             
                  code: 200
         
     | 
| 
       60 
60 
     | 
    
         
             
                  message: 
         
     | 
| 
       61 
61 
     | 
    
         
             
                headers:
         
     | 
| 
       62 
62 
     | 
    
         
             
                  Date:
         
     | 
| 
       63 
     | 
    
         
            -
                  -  
     | 
| 
      
 63 
     | 
    
         
            +
                  - Tue, 12 Aug 2014 11:35:51 GMT
         
     | 
| 
       64 
64 
     | 
    
         
             
                  Server:
         
     | 
| 
       65 
65 
     | 
    
         
             
                  - AmazonMWS
         
     | 
| 
       66 
66 
     | 
    
         
             
                  x-mws-request-id:
         
     | 
| 
       67 
     | 
    
         
            -
                  -  
     | 
| 
      
 67 
     | 
    
         
            +
                  - a79a0c5f-263c-4d75-b490-ce30d8d03de6
         
     | 
| 
       68 
68 
     | 
    
         
             
                  x-mws-timestamp:
         
     | 
| 
       69 
     | 
    
         
            -
                  - '2014- 
     | 
| 
      
 69 
     | 
    
         
            +
                  - '2014-08-12T11:35:52.301Z'
         
     | 
| 
       70 
70 
     | 
    
         
             
                  x-mws-response-context:
         
     | 
| 
       71 
     | 
    
         
            -
                  -  
     | 
| 
       72 
     | 
    
         
            -
                     
     | 
| 
      
 71 
     | 
    
         
            +
                  - 5I3NaaenKz3LNJ3cQC+OmA+V2zysBpVNgsZUNkteSbdannoXDi+3yewrZ+nY1gDoFBj5HLYgc2Rd
         
     | 
| 
      
 72 
     | 
    
         
            +
                    lND+b01YYg==
         
     | 
| 
       73 
73 
     | 
    
         
             
                  Content-Type:
         
     | 
| 
       74 
74 
     | 
    
         
             
                  - text/xml
         
     | 
| 
       75 
75 
     | 
    
         
             
                  Content-Length:
         
     | 
| 
         @@ -83,39 +83,38 @@ http_interactions: 
     | 
|
| 
       83 
83 
     | 
    
         
             
                    <GetServiceStatusResponse xmlns="http://mws.amazonservices.com/schema/CartInformation/2014-03-01">
         
     | 
| 
       84 
84 
     | 
    
         
             
                      <GetServiceStatusResult>
         
     | 
| 
       85 
85 
     | 
    
         
             
                        <Status>GREEN</Status>
         
     | 
| 
       86 
     | 
    
         
            -
                        <Timestamp>2014- 
     | 
| 
      
 86 
     | 
    
         
            +
                        <Timestamp>2014-08-12T11:35:52.301Z</Timestamp>
         
     | 
| 
       87 
87 
     | 
    
         
             
                      </GetServiceStatusResult>
         
     | 
| 
       88 
88 
     | 
    
         
             
                      <ResponseMetadata>
         
     | 
| 
       89 
     | 
    
         
            -
                        <RequestId> 
     | 
| 
      
 89 
     | 
    
         
            +
                        <RequestId>a79a0c5f-263c-4d75-b490-ce30d8d03de6</RequestId>
         
     | 
| 
       90 
90 
     | 
    
         
             
                      </ResponseMetadata>
         
     | 
| 
       91 
91 
     | 
    
         
             
                    </GetServiceStatusResponse>
         
     | 
| 
       92 
92 
     | 
    
         
             
                http_version: 
         
     | 
| 
       93 
     | 
    
         
            -
              recorded_at:  
     | 
| 
      
 93 
     | 
    
         
            +
              recorded_at: Tue, 12 Aug 2014 11:35:52 GMT
         
     | 
| 
       94 
94 
     | 
    
         
             
            - request:
         
     | 
| 
       95 
95 
     | 
    
         
             
                method: post
         
     | 
| 
       96 
     | 
    
         
            -
                uri: https://mws 
     | 
| 
      
 96 
     | 
    
         
            +
                uri: https://mws.amazonservices.jp/CartInformation/2014-03-01?AWSAccessKeyId=AWS_ACCESS_KEY_ID&Action=GetServiceStatus&SellerId=MERCHANT_ID&SignatureMethod=HmacSHA256&SignatureVersion=2&Timestamp=2014-08-12T11%3A35%3A52Z&Signature=5eM36IQEitBR8THzkQtGG%2BthAuvT9Ik8yK6K8ECp83Y%3D
         
     | 
| 
       97 
97 
     | 
    
         
             
                body:
         
     | 
| 
       98 
98 
     | 
    
         
             
                  encoding: US-ASCII
         
     | 
| 
       99 
99 
     | 
    
         
             
                  string: ''
         
     | 
| 
       100 
100 
     | 
    
         
             
                headers:
         
     | 
| 
       101 
101 
     | 
    
         
             
                  User-Agent:
         
     | 
| 
       102 
     | 
    
         
            -
                  - Jeff/1.0.1 (Language=Ruby;  
     | 
| 
      
 102 
     | 
    
         
            +
                  - Jeff/1.0.1 (Language=Ruby; hakans-mbp.home)
         
     | 
| 
       103 
103 
     | 
    
         
             
              response:
         
     | 
| 
       104 
104 
     | 
    
         
             
                status:
         
     | 
| 
       105 
105 
     | 
    
         
             
                  code: 200
         
     | 
| 
       106 
106 
     | 
    
         
             
                  message: 
         
     | 
| 
       107 
107 
     | 
    
         
             
                headers:
         
     | 
| 
       108 
108 
     | 
    
         
             
                  Date:
         
     | 
| 
       109 
     | 
    
         
            -
                  -  
     | 
| 
      
 109 
     | 
    
         
            +
                  - Tue, 12 Aug 2014 11:35:52 GMT
         
     | 
| 
       110 
110 
     | 
    
         
             
                  Server:
         
     | 
| 
       111 
111 
     | 
    
         
             
                  - AmazonMWS
         
     | 
| 
       112 
112 
     | 
    
         
             
                  x-mws-request-id:
         
     | 
| 
       113 
     | 
    
         
            -
                  -  
     | 
| 
      
 113 
     | 
    
         
            +
                  - 3c50395b-e915-45d4-9c47-2da0d6f59f96
         
     | 
| 
       114 
114 
     | 
    
         
             
                  x-mws-timestamp:
         
     | 
| 
       115 
     | 
    
         
            -
                  - '2014- 
     | 
| 
      
 115 
     | 
    
         
            +
                  - '2014-08-12T11:35:53.052Z'
         
     | 
| 
       116 
116 
     | 
    
         
             
                  x-mws-response-context:
         
     | 
| 
       117 
     | 
    
         
            -
                  -  
     | 
| 
       118 
     | 
    
         
            -
                    T/GDcDIC5g==
         
     | 
| 
      
 117 
     | 
    
         
            +
                  - NOdHHaufbZUl//df+Tg3Els/yDH7Qa7guv07Mf5HnKP9eD4FYaln+MLkL4ONJnpnYyNXR1CPXsc=
         
     | 
| 
       119 
118 
     | 
    
         
             
                  Content-Type:
         
     | 
| 
       120 
119 
     | 
    
         
             
                  - text/xml
         
     | 
| 
       121 
120 
     | 
    
         
             
                  Content-Length:
         
     | 
| 
         @@ -129,39 +128,38 @@ http_interactions: 
     | 
|
| 
       129 
128 
     | 
    
         
             
                    <GetServiceStatusResponse xmlns="http://mws.amazonservices.com/schema/CartInformation/2014-03-01">
         
     | 
| 
       130 
129 
     | 
    
         
             
                      <GetServiceStatusResult>
         
     | 
| 
       131 
130 
     | 
    
         
             
                        <Status>GREEN</Status>
         
     | 
| 
       132 
     | 
    
         
            -
                        <Timestamp>2014- 
     | 
| 
      
 131 
     | 
    
         
            +
                        <Timestamp>2014-08-12T11:35:53.052Z</Timestamp>
         
     | 
| 
       133 
132 
     | 
    
         
             
                      </GetServiceStatusResult>
         
     | 
| 
       134 
133 
     | 
    
         
             
                      <ResponseMetadata>
         
     | 
| 
       135 
     | 
    
         
            -
                        <RequestId> 
     | 
| 
      
 134 
     | 
    
         
            +
                        <RequestId>3c50395b-e915-45d4-9c47-2da0d6f59f96</RequestId>
         
     | 
| 
       136 
135 
     | 
    
         
             
                      </ResponseMetadata>
         
     | 
| 
       137 
136 
     | 
    
         
             
                    </GetServiceStatusResponse>
         
     | 
| 
       138 
137 
     | 
    
         
             
                http_version: 
         
     | 
| 
       139 
     | 
    
         
            -
              recorded_at:  
     | 
| 
      
 138 
     | 
    
         
            +
              recorded_at: Tue, 12 Aug 2014 11:35:53 GMT
         
     | 
| 
       140 
139 
     | 
    
         
             
            - request:
         
     | 
| 
       141 
140 
     | 
    
         
             
                method: post
         
     | 
| 
       142 
     | 
    
         
            -
                uri: https://mws 
     | 
| 
      
 141 
     | 
    
         
            +
                uri: https://mws.amazonservices.com/CartInformation/2014-03-01?AWSAccessKeyId=AWS_ACCESS_KEY_ID&Action=GetServiceStatus&SellerId=MERCHANT_ID&SignatureMethod=HmacSHA256&SignatureVersion=2&Timestamp=2014-08-12T11%3A35%3A53Z&Signature=43WdQLm5RExiYH5ktdmWqDEPgiNXA8Dvra8cTVVsCIc%3D
         
     | 
| 
       143 
142 
     | 
    
         
             
                body:
         
     | 
| 
       144 
143 
     | 
    
         
             
                  encoding: US-ASCII
         
     | 
| 
       145 
144 
     | 
    
         
             
                  string: ''
         
     | 
| 
       146 
145 
     | 
    
         
             
                headers:
         
     | 
| 
       147 
146 
     | 
    
         
             
                  User-Agent:
         
     | 
| 
       148 
     | 
    
         
            -
                  - Jeff/1.0.1 (Language=Ruby;  
     | 
| 
      
 147 
     | 
    
         
            +
                  - Jeff/1.0.1 (Language=Ruby; hakans-mbp.home)
         
     | 
| 
       149 
148 
     | 
    
         
             
              response:
         
     | 
| 
       150 
149 
     | 
    
         
             
                status:
         
     | 
| 
       151 
150 
     | 
    
         
             
                  code: 200
         
     | 
| 
       152 
151 
     | 
    
         
             
                  message: 
         
     | 
| 
       153 
152 
     | 
    
         
             
                headers:
         
     | 
| 
       154 
153 
     | 
    
         
             
                  Date:
         
     | 
| 
       155 
     | 
    
         
            -
                  -  
     | 
| 
      
 154 
     | 
    
         
            +
                  - Tue, 12 Aug 2014 11:35:52 GMT
         
     | 
| 
       156 
155 
     | 
    
         
             
                  Server:
         
     | 
| 
       157 
156 
     | 
    
         
             
                  - AmazonMWS
         
     | 
| 
       158 
157 
     | 
    
         
             
                  x-mws-request-id:
         
     | 
| 
       159 
     | 
    
         
            -
                  -  
     | 
| 
      
 158 
     | 
    
         
            +
                  - bdf54905-64fc-427c-9f92-0697bac6c703
         
     | 
| 
       160 
159 
     | 
    
         
             
                  x-mws-timestamp:
         
     | 
| 
       161 
     | 
    
         
            -
                  - '2014- 
     | 
| 
      
 160 
     | 
    
         
            +
                  - '2014-08-12T11:35:53.524Z'
         
     | 
| 
       162 
161 
     | 
    
         
             
                  x-mws-response-context:
         
     | 
| 
       163 
     | 
    
         
            -
                  -  
     | 
| 
       164 
     | 
    
         
            -
                    2x3I1JaIJA==
         
     | 
| 
      
 162 
     | 
    
         
            +
                  - N9V88MjlNLzMLoLGl2CumBrBrxayZ9zTxGOWPGF1FQEf39mKOmVFT5QVCSMDOOvYZE6poIuw5pQ=
         
     | 
| 
       165 
163 
     | 
    
         
             
                  Content-Type:
         
     | 
| 
       166 
164 
     | 
    
         
             
                  - text/xml
         
     | 
| 
       167 
165 
     | 
    
         
             
                  Content-Length:
         
     | 
| 
         @@ -175,698 +173,12 @@ http_interactions: 
     | 
|
| 
       175 
173 
     | 
    
         
             
                    <GetServiceStatusResponse xmlns="http://mws.amazonservices.com/schema/CartInformation/2014-03-01">
         
     | 
| 
       176 
174 
     | 
    
         
             
                      <GetServiceStatusResult>
         
     | 
| 
       177 
175 
     | 
    
         
             
                        <Status>GREEN</Status>
         
     | 
| 
       178 
     | 
    
         
            -
                        <Timestamp>2014- 
     | 
| 
      
 176 
     | 
    
         
            +
                        <Timestamp>2014-08-12T11:35:53.524Z</Timestamp>
         
     | 
| 
       179 
177 
     | 
    
         
             
                      </GetServiceStatusResult>
         
     | 
| 
       180 
178 
     | 
    
         
             
                      <ResponseMetadata>
         
     | 
| 
       181 
     | 
    
         
            -
                        <RequestId> 
     | 
| 
      
 179 
     | 
    
         
            +
                        <RequestId>bdf54905-64fc-427c-9f92-0697bac6c703</RequestId>
         
     | 
| 
       182 
180 
     | 
    
         
             
                      </ResponseMetadata>
         
     | 
| 
       183 
181 
     | 
    
         
             
                    </GetServiceStatusResponse>
         
     | 
| 
       184 
182 
     | 
    
         
             
                http_version: 
         
     | 
| 
       185 
     | 
    
         
            -
              recorded_at:  
     | 
| 
       186 
     | 
    
         
            -
            - request:
         
     | 
| 
       187 
     | 
    
         
            -
                method: post
         
     | 
| 
       188 
     | 
    
         
            -
                uri: https://mws-eu.amazonservices.com/CartInformation/2014-03-01?AWSAccessKeyId=AKIAIORT7554FEBW7UBQ&Action=GetServiceStatus&SellerId=A7ZXDJZD3UIRG&SignatureMethod=HmacSHA256&SignatureVersion=2&Timestamp=2014-04-11T10%3A20%3A01Z&Signature=QnhA7sgKnGRJuA5hbClisQ%2BUScAQPwMi6fgJwhWAomQ%3D
         
     | 
| 
       189 
     | 
    
         
            -
                body:
         
     | 
| 
       190 
     | 
    
         
            -
                  encoding: US-ASCII
         
     | 
| 
       191 
     | 
    
         
            -
                  string: ''
         
     | 
| 
       192 
     | 
    
         
            -
                headers:
         
     | 
| 
       193 
     | 
    
         
            -
                  User-Agent:
         
     | 
| 
       194 
     | 
    
         
            -
                  - Jeff/1.0.1 (Language=Ruby; Hakans-MacBook-Pro.local)
         
     | 
| 
       195 
     | 
    
         
            -
              response:
         
     | 
| 
       196 
     | 
    
         
            -
                status:
         
     | 
| 
       197 
     | 
    
         
            -
                  code: 200
         
     | 
| 
       198 
     | 
    
         
            -
                  message: 
         
     | 
| 
       199 
     | 
    
         
            -
                headers:
         
     | 
| 
       200 
     | 
    
         
            -
                  Date:
         
     | 
| 
       201 
     | 
    
         
            -
                  - Fri, 11 Apr 2014 10:20:01 GMT
         
     | 
| 
       202 
     | 
    
         
            -
                  Server:
         
     | 
| 
       203 
     | 
    
         
            -
                  - AmazonMWS
         
     | 
| 
       204 
     | 
    
         
            -
                  x-mws-request-id:
         
     | 
| 
       205 
     | 
    
         
            -
                  - 83288a5c-7c67-4453-8228-d5c2c1ee3183
         
     | 
| 
       206 
     | 
    
         
            -
                  x-mws-timestamp:
         
     | 
| 
       207 
     | 
    
         
            -
                  - '2014-04-11T10:20:02.207Z'
         
     | 
| 
       208 
     | 
    
         
            -
                  x-mws-response-context:
         
     | 
| 
       209 
     | 
    
         
            -
                  - B8iwW5PFQEyLsLw09MmHCD/CEIkK8Rdh5swPCyOVKoo2hpAXUXb3K8+2UvSMr5UnxDHLXtfRCpzR
         
     | 
| 
       210 
     | 
    
         
            -
                    d6yx7gwGqw==
         
     | 
| 
       211 
     | 
    
         
            -
                  Content-Type:
         
     | 
| 
       212 
     | 
    
         
            -
                  - text/xml
         
     | 
| 
       213 
     | 
    
         
            -
                  Content-Length:
         
     | 
| 
       214 
     | 
    
         
            -
                  - '390'
         
     | 
| 
       215 
     | 
    
         
            -
                  Vary:
         
     | 
| 
       216 
     | 
    
         
            -
                  - User-Agent
         
     | 
| 
       217 
     | 
    
         
            -
                body:
         
     | 
| 
       218 
     | 
    
         
            -
                  encoding: UTF-8
         
     | 
| 
       219 
     | 
    
         
            -
                  string: |
         
     | 
| 
       220 
     | 
    
         
            -
                    <?xml version="1.0"?>
         
     | 
| 
       221 
     | 
    
         
            -
                    <GetServiceStatusResponse xmlns="http://mws.amazonservices.com/schema/CartInformation/2014-03-01">
         
     | 
| 
       222 
     | 
    
         
            -
                      <GetServiceStatusResult>
         
     | 
| 
       223 
     | 
    
         
            -
                        <Status>GREEN</Status>
         
     | 
| 
       224 
     | 
    
         
            -
                        <Timestamp>2014-04-11T10:20:02.207Z</Timestamp>
         
     | 
| 
       225 
     | 
    
         
            -
                      </GetServiceStatusResult>
         
     | 
| 
       226 
     | 
    
         
            -
                      <ResponseMetadata>
         
     | 
| 
       227 
     | 
    
         
            -
                        <RequestId>83288a5c-7c67-4453-8228-d5c2c1ee3183</RequestId>
         
     | 
| 
       228 
     | 
    
         
            -
                      </ResponseMetadata>
         
     | 
| 
       229 
     | 
    
         
            -
                    </GetServiceStatusResponse>
         
     | 
| 
       230 
     | 
    
         
            -
                http_version: 
         
     | 
| 
       231 
     | 
    
         
            -
              recorded_at: Fri, 11 Apr 2014 10:20:01 GMT
         
     | 
| 
       232 
     | 
    
         
            -
            - request:
         
     | 
| 
       233 
     | 
    
         
            -
                method: post
         
     | 
| 
       234 
     | 
    
         
            -
                uri: https://mws.amazonservices.com/CartInformation/2014-03-01?AWSAccessKeyId=AKIAJ767ZET2BZR4UDDQ&Action=GetServiceStatus&SellerId=A2H6NH4SQYFZ4M&SignatureMethod=HmacSHA256&SignatureVersion=2&Timestamp=2014-04-11T10%3A20%3A01Z&Signature=3N1%2FW6sz0blT6Q%2B5N%2Fl%2BfOTzv9wAKoncbjTDmPsZOwI%3D
         
     | 
| 
       235 
     | 
    
         
            -
                body:
         
     | 
| 
       236 
     | 
    
         
            -
                  encoding: US-ASCII
         
     | 
| 
       237 
     | 
    
         
            -
                  string: ''
         
     | 
| 
       238 
     | 
    
         
            -
                headers:
         
     | 
| 
       239 
     | 
    
         
            -
                  User-Agent:
         
     | 
| 
       240 
     | 
    
         
            -
                  - Jeff/1.0.1 (Language=Ruby; Hakans-MacBook-Pro.local)
         
     | 
| 
       241 
     | 
    
         
            -
              response:
         
     | 
| 
       242 
     | 
    
         
            -
                status:
         
     | 
| 
       243 
     | 
    
         
            -
                  code: 200
         
     | 
| 
       244 
     | 
    
         
            -
                  message: 
         
     | 
| 
       245 
     | 
    
         
            -
                headers:
         
     | 
| 
       246 
     | 
    
         
            -
                  Date:
         
     | 
| 
       247 
     | 
    
         
            -
                  - Fri, 11 Apr 2014 10:20:03 GMT
         
     | 
| 
       248 
     | 
    
         
            -
                  Server:
         
     | 
| 
       249 
     | 
    
         
            -
                  - AmazonMWS
         
     | 
| 
       250 
     | 
    
         
            -
                  x-mws-request-id:
         
     | 
| 
       251 
     | 
    
         
            -
                  - bf0e8a3e-a398-4ace-a4e3-53e3925aa4a2
         
     | 
| 
       252 
     | 
    
         
            -
                  x-mws-timestamp:
         
     | 
| 
       253 
     | 
    
         
            -
                  - '2014-04-11T10:20:03.154Z'
         
     | 
| 
       254 
     | 
    
         
            -
                  x-mws-response-context:
         
     | 
| 
       255 
     | 
    
         
            -
                  - GYnftP9H8qf78Q7W6/L04prw7vLiHlCIlWdJLA4JF31rzgJ4GOT36mpfMdqqvGrfLA/BJz8RiHLr
         
     | 
| 
       256 
     | 
    
         
            -
                    WYOBgtzuYA==
         
     | 
| 
       257 
     | 
    
         
            -
                  Content-Type:
         
     | 
| 
       258 
     | 
    
         
            -
                  - text/xml
         
     | 
| 
       259 
     | 
    
         
            -
                  Content-Length:
         
     | 
| 
       260 
     | 
    
         
            -
                  - '390'
         
     | 
| 
       261 
     | 
    
         
            -
                  Vary:
         
     | 
| 
       262 
     | 
    
         
            -
                  - User-Agent
         
     | 
| 
       263 
     | 
    
         
            -
                body:
         
     | 
| 
       264 
     | 
    
         
            -
                  encoding: UTF-8
         
     | 
| 
       265 
     | 
    
         
            -
                  string: |
         
     | 
| 
       266 
     | 
    
         
            -
                    <?xml version="1.0"?>
         
     | 
| 
       267 
     | 
    
         
            -
                    <GetServiceStatusResponse xmlns="http://mws.amazonservices.com/schema/CartInformation/2014-03-01">
         
     | 
| 
       268 
     | 
    
         
            -
                      <GetServiceStatusResult>
         
     | 
| 
       269 
     | 
    
         
            -
                        <Status>GREEN</Status>
         
     | 
| 
       270 
     | 
    
         
            -
                        <Timestamp>2014-04-11T10:20:03.154Z</Timestamp>
         
     | 
| 
       271 
     | 
    
         
            -
                      </GetServiceStatusResult>
         
     | 
| 
       272 
     | 
    
         
            -
                      <ResponseMetadata>
         
     | 
| 
       273 
     | 
    
         
            -
                        <RequestId>bf0e8a3e-a398-4ace-a4e3-53e3925aa4a2</RequestId>
         
     | 
| 
       274 
     | 
    
         
            -
                      </ResponseMetadata>
         
     | 
| 
       275 
     | 
    
         
            -
                    </GetServiceStatusResponse>
         
     | 
| 
       276 
     | 
    
         
            -
                http_version: 
         
     | 
| 
       277 
     | 
    
         
            -
              recorded_at: Fri, 11 Apr 2014 10:20:02 GMT
         
     | 
| 
       278 
     | 
    
         
            -
            - request:
         
     | 
| 
       279 
     | 
    
         
            -
                method: post
         
     | 
| 
       280 
     | 
    
         
            -
                uri: https://mws.amazonservices.jp/CartInformation/2014-03-01?AWSAccessKeyId=AKIAJ5RDDSRROM6GXQ5Q&Action=GetServiceStatus&SellerId=A7BU5WGNVGQ1I&SignatureMethod=HmacSHA256&SignatureVersion=2&Timestamp=2014-04-11T10%3A20%3A02Z&Signature=EEafg2KOcfJTsz4VFOzbSANEoiJq4cSgv4fW316Tx2g%3D
         
     | 
| 
       281 
     | 
    
         
            -
                body:
         
     | 
| 
       282 
     | 
    
         
            -
                  encoding: US-ASCII
         
     | 
| 
       283 
     | 
    
         
            -
                  string: ''
         
     | 
| 
       284 
     | 
    
         
            -
                headers:
         
     | 
| 
       285 
     | 
    
         
            -
                  User-Agent:
         
     | 
| 
       286 
     | 
    
         
            -
                  - Jeff/1.0.1 (Language=Ruby; Hakans-MacBook-Pro.local)
         
     | 
| 
       287 
     | 
    
         
            -
              response:
         
     | 
| 
       288 
     | 
    
         
            -
                status:
         
     | 
| 
       289 
     | 
    
         
            -
                  code: 200
         
     | 
| 
       290 
     | 
    
         
            -
                  message: 
         
     | 
| 
       291 
     | 
    
         
            -
                headers:
         
     | 
| 
       292 
     | 
    
         
            -
                  Date:
         
     | 
| 
       293 
     | 
    
         
            -
                  - Fri, 11 Apr 2014 10:20:03 GMT
         
     | 
| 
       294 
     | 
    
         
            -
                  Server:
         
     | 
| 
       295 
     | 
    
         
            -
                  - AmazonMWS
         
     | 
| 
       296 
     | 
    
         
            -
                  x-mws-request-id:
         
     | 
| 
       297 
     | 
    
         
            -
                  - c0174256-d8b9-4c6d-bb91-7684b0b9261e
         
     | 
| 
       298 
     | 
    
         
            -
                  x-mws-timestamp:
         
     | 
| 
       299 
     | 
    
         
            -
                  - '2014-04-11T10:20:03.942Z'
         
     | 
| 
       300 
     | 
    
         
            -
                  x-mws-response-context:
         
     | 
| 
       301 
     | 
    
         
            -
                  - 2uOlskyOMO44KVKQyKqVbYCgdVdI/sja/ZbjjvGEmOhnoPvJExqp7kX4JYUXu9we5Ur5I1mk8RxI
         
     | 
| 
       302 
     | 
    
         
            -
                    3POPcK4dKA==
         
     | 
| 
       303 
     | 
    
         
            -
                  Content-Type:
         
     | 
| 
       304 
     | 
    
         
            -
                  - text/xml
         
     | 
| 
       305 
     | 
    
         
            -
                  Content-Length:
         
     | 
| 
       306 
     | 
    
         
            -
                  - '390'
         
     | 
| 
       307 
     | 
    
         
            -
                  Vary:
         
     | 
| 
       308 
     | 
    
         
            -
                  - User-Agent
         
     | 
| 
       309 
     | 
    
         
            -
                body:
         
     | 
| 
       310 
     | 
    
         
            -
                  encoding: UTF-8
         
     | 
| 
       311 
     | 
    
         
            -
                  string: |
         
     | 
| 
       312 
     | 
    
         
            -
                    <?xml version="1.0"?>
         
     | 
| 
       313 
     | 
    
         
            -
                    <GetServiceStatusResponse xmlns="http://mws.amazonservices.com/schema/CartInformation/2014-03-01">
         
     | 
| 
       314 
     | 
    
         
            -
                      <GetServiceStatusResult>
         
     | 
| 
       315 
     | 
    
         
            -
                        <Status>GREEN</Status>
         
     | 
| 
       316 
     | 
    
         
            -
                        <Timestamp>2014-04-11T10:20:03.942Z</Timestamp>
         
     | 
| 
       317 
     | 
    
         
            -
                      </GetServiceStatusResult>
         
     | 
| 
       318 
     | 
    
         
            -
                      <ResponseMetadata>
         
     | 
| 
       319 
     | 
    
         
            -
                        <RequestId>c0174256-d8b9-4c6d-bb91-7684b0b9261e</RequestId>
         
     | 
| 
       320 
     | 
    
         
            -
                      </ResponseMetadata>
         
     | 
| 
       321 
     | 
    
         
            -
                    </GetServiceStatusResponse>
         
     | 
| 
       322 
     | 
    
         
            -
                http_version: 
         
     | 
| 
       323 
     | 
    
         
            -
              recorded_at: Fri, 11 Apr 2014 10:20:03 GMT
         
     | 
| 
       324 
     | 
    
         
            -
            - request:
         
     | 
| 
       325 
     | 
    
         
            -
                method: post
         
     | 
| 
       326 
     | 
    
         
            -
                uri: https://mws-eu.amazonservices.com/CartInformation/2014-03-01?AWSAccessKeyId=123456&Action=GetServiceStatus&SellerId=A2DP6GIDYN6OTH&SignatureMethod=HmacSHA256&SignatureVersion=2&Timestamp=2014-04-11T10%3A20%3A03Z&Signature=depKyWCIuiJfuStjwnY%2FR8BOBAfNRv9mqJrL3xIqO5c%3D
         
     | 
| 
       327 
     | 
    
         
            -
                body:
         
     | 
| 
       328 
     | 
    
         
            -
                  encoding: US-ASCII
         
     | 
| 
       329 
     | 
    
         
            -
                  string: ''
         
     | 
| 
       330 
     | 
    
         
            -
                headers:
         
     | 
| 
       331 
     | 
    
         
            -
                  User-Agent:
         
     | 
| 
       332 
     | 
    
         
            -
                  - Jeff/1.0.1 (Language=Ruby; Hakans-MacBook-Pro.local)
         
     | 
| 
       333 
     | 
    
         
            -
              response:
         
     | 
| 
       334 
     | 
    
         
            -
                status:
         
     | 
| 
       335 
     | 
    
         
            -
                  code: 200
         
     | 
| 
       336 
     | 
    
         
            -
                  message: 
         
     | 
| 
       337 
     | 
    
         
            -
                headers:
         
     | 
| 
       338 
     | 
    
         
            -
                  Date:
         
     | 
| 
       339 
     | 
    
         
            -
                  - Fri, 11 Apr 2014 10:20:04 GMT
         
     | 
| 
       340 
     | 
    
         
            -
                  Server:
         
     | 
| 
       341 
     | 
    
         
            -
                  - AmazonMWS
         
     | 
| 
       342 
     | 
    
         
            -
                  x-mws-request-id:
         
     | 
| 
       343 
     | 
    
         
            -
                  - 61ce74b0-803e-4c66-964d-976abb49a5cf
         
     | 
| 
       344 
     | 
    
         
            -
                  x-mws-timestamp:
         
     | 
| 
       345 
     | 
    
         
            -
                  - '2014-04-11T10:20:04.356Z'
         
     | 
| 
       346 
     | 
    
         
            -
                  x-mws-response-context:
         
     | 
| 
       347 
     | 
    
         
            -
                  - 0YBtvpAS9lj6xVoMR6Yawb5YLVv8/OQ0701owXQRreAbK5+/4YWp+3NfzjLij6vebKLtnvU18/nz
         
     | 
| 
       348 
     | 
    
         
            -
                    nHy4S5rqJA==
         
     | 
| 
       349 
     | 
    
         
            -
                  Content-Type:
         
     | 
| 
       350 
     | 
    
         
            -
                  - text/xml
         
     | 
| 
       351 
     | 
    
         
            -
                  Content-Length:
         
     | 
| 
       352 
     | 
    
         
            -
                  - '390'
         
     | 
| 
       353 
     | 
    
         
            -
                  Vary:
         
     | 
| 
       354 
     | 
    
         
            -
                  - User-Agent
         
     | 
| 
       355 
     | 
    
         
            -
                body:
         
     | 
| 
       356 
     | 
    
         
            -
                  encoding: UTF-8
         
     | 
| 
       357 
     | 
    
         
            -
                  string: |
         
     | 
| 
       358 
     | 
    
         
            -
                    <?xml version="1.0"?>
         
     | 
| 
       359 
     | 
    
         
            -
                    <GetServiceStatusResponse xmlns="http://mws.amazonservices.com/schema/CartInformation/2014-03-01">
         
     | 
| 
       360 
     | 
    
         
            -
                      <GetServiceStatusResult>
         
     | 
| 
       361 
     | 
    
         
            -
                        <Status>GREEN</Status>
         
     | 
| 
       362 
     | 
    
         
            -
                        <Timestamp>2014-04-11T10:20:04.356Z</Timestamp>
         
     | 
| 
       363 
     | 
    
         
            -
                      </GetServiceStatusResult>
         
     | 
| 
       364 
     | 
    
         
            -
                      <ResponseMetadata>
         
     | 
| 
       365 
     | 
    
         
            -
                        <RequestId>61ce74b0-803e-4c66-964d-976abb49a5cf</RequestId>
         
     | 
| 
       366 
     | 
    
         
            -
                      </ResponseMetadata>
         
     | 
| 
       367 
     | 
    
         
            -
                    </GetServiceStatusResponse>
         
     | 
| 
       368 
     | 
    
         
            -
                http_version: 
         
     | 
| 
       369 
     | 
    
         
            -
              recorded_at: Fri, 11 Apr 2014 10:20:04 GMT
         
     | 
| 
       370 
     | 
    
         
            -
            - request:
         
     | 
| 
       371 
     | 
    
         
            -
                method: post
         
     | 
| 
       372 
     | 
    
         
            -
                uri: https://mws.amazonservices.com/?AWSAccessKeyId=AKIAJ767ZET2BZR4UDDQ&Action=GetServiceStatus&SellerId=A2H6NH4SQYFZ4M&SignatureMethod=HmacSHA256&SignatureVersion=2&Timestamp=2014-04-27T15%3A56%3A07Z&Signature=46hjBJ8jCnoYq0MNavDYgXdAIjPGhbqKCPHKCBwFyxc%3D
         
     | 
| 
       373 
     | 
    
         
            -
                body:
         
     | 
| 
       374 
     | 
    
         
            -
                  encoding: US-ASCII
         
     | 
| 
       375 
     | 
    
         
            -
                  string: ''
         
     | 
| 
       376 
     | 
    
         
            -
                headers:
         
     | 
| 
       377 
     | 
    
         
            -
                  User-Agent:
         
     | 
| 
       378 
     | 
    
         
            -
                  - Jeff/1.0.1 (Language=Ruby; Hakans-MacBook-Pro.local)
         
     | 
| 
       379 
     | 
    
         
            -
              response:
         
     | 
| 
       380 
     | 
    
         
            -
                status:
         
     | 
| 
       381 
     | 
    
         
            -
                  code: 200
         
     | 
| 
       382 
     | 
    
         
            -
                  message: 
         
     | 
| 
       383 
     | 
    
         
            -
                headers:
         
     | 
| 
       384 
     | 
    
         
            -
                  Date:
         
     | 
| 
       385 
     | 
    
         
            -
                  - Sun, 27 Apr 2014 15:56:07 GMT
         
     | 
| 
       386 
     | 
    
         
            -
                  Server:
         
     | 
| 
       387 
     | 
    
         
            -
                  - AmazonMWS
         
     | 
| 
       388 
     | 
    
         
            -
                  x-mws-request-id:
         
     | 
| 
       389 
     | 
    
         
            -
                  - 3e40047e-8f7a-444c-8a45-6d61811a48e6
         
     | 
| 
       390 
     | 
    
         
            -
                  x-mws-timestamp:
         
     | 
| 
       391 
     | 
    
         
            -
                  - '2014-04-27T15:56:07.383Z'
         
     | 
| 
       392 
     | 
    
         
            -
                  x-mws-response-context:
         
     | 
| 
       393 
     | 
    
         
            -
                  - eq6cePLnQi31ByjCLtcqM778R28dCUc4+FuFHakRV1qo0Fsp/4N7DQBmsKVWHFpJ/Lv9Ns6bgOM=
         
     | 
| 
       394 
     | 
    
         
            -
                  Content-Type:
         
     | 
| 
       395 
     | 
    
         
            -
                  - text/xml
         
     | 
| 
       396 
     | 
    
         
            -
                  Content-Length:
         
     | 
| 
       397 
     | 
    
         
            -
                  - '367'
         
     | 
| 
       398 
     | 
    
         
            -
                  Vary:
         
     | 
| 
       399 
     | 
    
         
            -
                  - User-Agent
         
     | 
| 
       400 
     | 
    
         
            -
                body:
         
     | 
| 
       401 
     | 
    
         
            -
                  encoding: UTF-8
         
     | 
| 
       402 
     | 
    
         
            -
                  string: |
         
     | 
| 
       403 
     | 
    
         
            -
                    <?xml version="1.0"?>
         
     | 
| 
       404 
     | 
    
         
            -
                    <GetServiceStatusResponse xmlns="http://mws.amazonaws.com/doc/2009-01-01/">
         
     | 
| 
       405 
     | 
    
         
            -
                      <GetServiceStatusResult>
         
     | 
| 
       406 
     | 
    
         
            -
                        <Status>GREEN</Status>
         
     | 
| 
       407 
     | 
    
         
            -
                        <Timestamp>2014-04-27T15:56:07.383Z</Timestamp>
         
     | 
| 
       408 
     | 
    
         
            -
                      </GetServiceStatusResult>
         
     | 
| 
       409 
     | 
    
         
            -
                      <ResponseMetadata>
         
     | 
| 
       410 
     | 
    
         
            -
                        <RequestId>3e40047e-8f7a-444c-8a45-6d61811a48e6</RequestId>
         
     | 
| 
       411 
     | 
    
         
            -
                      </ResponseMetadata>
         
     | 
| 
       412 
     | 
    
         
            -
                    </GetServiceStatusResponse>
         
     | 
| 
       413 
     | 
    
         
            -
                http_version: 
         
     | 
| 
       414 
     | 
    
         
            -
              recorded_at: Sun, 27 Apr 2014 15:56:07 GMT
         
     | 
| 
       415 
     | 
    
         
            -
            - request:
         
     | 
| 
       416 
     | 
    
         
            -
                method: post
         
     | 
| 
       417 
     | 
    
         
            -
                uri: https://mws-eu.amazonservices.com/?AWSAccessKeyId=AKIAIORT7554FEBW7UBQ&Action=GetServiceStatus&SellerId=A7ZXDJZD3UIRG&SignatureMethod=HmacSHA256&SignatureVersion=2&Timestamp=2014-04-27T15%3A56%3A07Z&Signature=8ZYtSHdYXCz3t2ms7s%2Fgr0rPdN8jlJl4DxbZNH584lY%3D
         
     | 
| 
       418 
     | 
    
         
            -
                body:
         
     | 
| 
       419 
     | 
    
         
            -
                  encoding: US-ASCII
         
     | 
| 
       420 
     | 
    
         
            -
                  string: ''
         
     | 
| 
       421 
     | 
    
         
            -
                headers:
         
     | 
| 
       422 
     | 
    
         
            -
                  User-Agent:
         
     | 
| 
       423 
     | 
    
         
            -
                  - Jeff/1.0.1 (Language=Ruby; Hakans-MacBook-Pro.local)
         
     | 
| 
       424 
     | 
    
         
            -
              response:
         
     | 
| 
       425 
     | 
    
         
            -
                status:
         
     | 
| 
       426 
     | 
    
         
            -
                  code: 200
         
     | 
| 
       427 
     | 
    
         
            -
                  message: 
         
     | 
| 
       428 
     | 
    
         
            -
                headers:
         
     | 
| 
       429 
     | 
    
         
            -
                  Date:
         
     | 
| 
       430 
     | 
    
         
            -
                  - Sun, 27 Apr 2014 15:56:07 GMT
         
     | 
| 
       431 
     | 
    
         
            -
                  Server:
         
     | 
| 
       432 
     | 
    
         
            -
                  - AmazonMWS
         
     | 
| 
       433 
     | 
    
         
            -
                  x-mws-request-id:
         
     | 
| 
       434 
     | 
    
         
            -
                  - 5461c4ef-abef-4808-8f08-c59078d2df27
         
     | 
| 
       435 
     | 
    
         
            -
                  x-mws-timestamp:
         
     | 
| 
       436 
     | 
    
         
            -
                  - '2014-04-27T15:56:07.644Z'
         
     | 
| 
       437 
     | 
    
         
            -
                  x-mws-response-context:
         
     | 
| 
       438 
     | 
    
         
            -
                  - oAL+pPTknWmCmvW8qp40mB5UF+do3bNNzoXVj6KlXDPlKLtwk1i78a4SNyqdIjYESfU0nolN68Nd
         
     | 
| 
       439 
     | 
    
         
            -
                    hvNSEm3yTQ==
         
     | 
| 
       440 
     | 
    
         
            -
                  Content-Type:
         
     | 
| 
       441 
     | 
    
         
            -
                  - text/xml
         
     | 
| 
       442 
     | 
    
         
            -
                  Content-Length:
         
     | 
| 
       443 
     | 
    
         
            -
                  - '367'
         
     | 
| 
       444 
     | 
    
         
            -
                  Vary:
         
     | 
| 
       445 
     | 
    
         
            -
                  - User-Agent
         
     | 
| 
       446 
     | 
    
         
            -
                body:
         
     | 
| 
       447 
     | 
    
         
            -
                  encoding: UTF-8
         
     | 
| 
       448 
     | 
    
         
            -
                  string: |
         
     | 
| 
       449 
     | 
    
         
            -
                    <?xml version="1.0"?>
         
     | 
| 
       450 
     | 
    
         
            -
                    <GetServiceStatusResponse xmlns="http://mws.amazonaws.com/doc/2009-01-01/">
         
     | 
| 
       451 
     | 
    
         
            -
                      <GetServiceStatusResult>
         
     | 
| 
       452 
     | 
    
         
            -
                        <Status>GREEN</Status>
         
     | 
| 
       453 
     | 
    
         
            -
                        <Timestamp>2014-04-27T15:56:07.644Z</Timestamp>
         
     | 
| 
       454 
     | 
    
         
            -
                      </GetServiceStatusResult>
         
     | 
| 
       455 
     | 
    
         
            -
                      <ResponseMetadata>
         
     | 
| 
       456 
     | 
    
         
            -
                        <RequestId>5461c4ef-abef-4808-8f08-c59078d2df27</RequestId>
         
     | 
| 
       457 
     | 
    
         
            -
                      </ResponseMetadata>
         
     | 
| 
       458 
     | 
    
         
            -
                    </GetServiceStatusResponse>
         
     | 
| 
       459 
     | 
    
         
            -
                http_version: 
         
     | 
| 
       460 
     | 
    
         
            -
              recorded_at: Sun, 27 Apr 2014 15:56:07 GMT
         
     | 
| 
       461 
     | 
    
         
            -
            - request:
         
     | 
| 
       462 
     | 
    
         
            -
                method: post
         
     | 
| 
       463 
     | 
    
         
            -
                uri: https://mws.amazonservices.ca/?AWSAccessKeyId=AKIAITHQMZUJROSOP27Q&Action=GetServiceStatus&SellerId=A2A7WNXBU01UJW&SignatureMethod=HmacSHA256&SignatureVersion=2&Timestamp=2014-04-27T15%3A56%3A07Z&Signature=ulOPp6nM4qZ9GfI0Vpq9R3Xn95Sug0ftiDcit%2BLYTEc%3D
         
     | 
| 
       464 
     | 
    
         
            -
                body:
         
     | 
| 
       465 
     | 
    
         
            -
                  encoding: US-ASCII
         
     | 
| 
       466 
     | 
    
         
            -
                  string: ''
         
     | 
| 
       467 
     | 
    
         
            -
                headers:
         
     | 
| 
       468 
     | 
    
         
            -
                  User-Agent:
         
     | 
| 
       469 
     | 
    
         
            -
                  - Jeff/1.0.1 (Language=Ruby; Hakans-MacBook-Pro.local)
         
     | 
| 
       470 
     | 
    
         
            -
              response:
         
     | 
| 
       471 
     | 
    
         
            -
                status:
         
     | 
| 
       472 
     | 
    
         
            -
                  code: 200
         
     | 
| 
       473 
     | 
    
         
            -
                  message: 
         
     | 
| 
       474 
     | 
    
         
            -
                headers:
         
     | 
| 
       475 
     | 
    
         
            -
                  Date:
         
     | 
| 
       476 
     | 
    
         
            -
                  - Sun, 27 Apr 2014 15:56:07 GMT
         
     | 
| 
       477 
     | 
    
         
            -
                  Server:
         
     | 
| 
       478 
     | 
    
         
            -
                  - AmazonMWS
         
     | 
| 
       479 
     | 
    
         
            -
                  x-mws-request-id:
         
     | 
| 
       480 
     | 
    
         
            -
                  - cb7dbfdb-e7ad-4f27-b1e0-b820140885ca
         
     | 
| 
       481 
     | 
    
         
            -
                  x-mws-timestamp:
         
     | 
| 
       482 
     | 
    
         
            -
                  - '2014-04-27T15:56:08.247Z'
         
     | 
| 
       483 
     | 
    
         
            -
                  x-mws-response-context:
         
     | 
| 
       484 
     | 
    
         
            -
                  - kO/kmhpWaOpwFcEqWHnpAzBYud6V8kUnx7kOhWLgadMtBpI6KlJB/cGklTvTkP8BONun3kkK8f4=
         
     | 
| 
       485 
     | 
    
         
            -
                  Content-Type:
         
     | 
| 
       486 
     | 
    
         
            -
                  - text/xml
         
     | 
| 
       487 
     | 
    
         
            -
                  Content-Length:
         
     | 
| 
       488 
     | 
    
         
            -
                  - '367'
         
     | 
| 
       489 
     | 
    
         
            -
                  Vary:
         
     | 
| 
       490 
     | 
    
         
            -
                  - User-Agent
         
     | 
| 
       491 
     | 
    
         
            -
                body:
         
     | 
| 
       492 
     | 
    
         
            -
                  encoding: UTF-8
         
     | 
| 
       493 
     | 
    
         
            -
                  string: |
         
     | 
| 
       494 
     | 
    
         
            -
                    <?xml version="1.0"?>
         
     | 
| 
       495 
     | 
    
         
            -
                    <GetServiceStatusResponse xmlns="http://mws.amazonaws.com/doc/2009-01-01/">
         
     | 
| 
       496 
     | 
    
         
            -
                      <GetServiceStatusResult>
         
     | 
| 
       497 
     | 
    
         
            -
                        <Status>GREEN</Status>
         
     | 
| 
       498 
     | 
    
         
            -
                        <Timestamp>2014-04-27T15:56:08.247Z</Timestamp>
         
     | 
| 
       499 
     | 
    
         
            -
                      </GetServiceStatusResult>
         
     | 
| 
       500 
     | 
    
         
            -
                      <ResponseMetadata>
         
     | 
| 
       501 
     | 
    
         
            -
                        <RequestId>cb7dbfdb-e7ad-4f27-b1e0-b820140885ca</RequestId>
         
     | 
| 
       502 
     | 
    
         
            -
                      </ResponseMetadata>
         
     | 
| 
       503 
     | 
    
         
            -
                    </GetServiceStatusResponse>
         
     | 
| 
       504 
     | 
    
         
            -
                http_version: 
         
     | 
| 
       505 
     | 
    
         
            -
              recorded_at: Sun, 27 Apr 2014 15:56:08 GMT
         
     | 
| 
       506 
     | 
    
         
            -
            - request:
         
     | 
| 
       507 
     | 
    
         
            -
                method: post
         
     | 
| 
       508 
     | 
    
         
            -
                uri: https://mws-eu.amazonservices.com/?AWSAccessKeyId=AKIAI6X4QZRXSHGHABJA&Action=GetServiceStatus&SellerId=A2NEU7G6RGUKF&SignatureMethod=HmacSHA256&SignatureVersion=2&Timestamp=2014-04-27T15%3A56%3A08Z&Signature=EpV7N1JhZNx4WnRPnpotK0XkMcufwbcc6CwaT3N01Uc%3D
         
     | 
| 
       509 
     | 
    
         
            -
                body:
         
     | 
| 
       510 
     | 
    
         
            -
                  encoding: US-ASCII
         
     | 
| 
       511 
     | 
    
         
            -
                  string: ''
         
     | 
| 
       512 
     | 
    
         
            -
                headers:
         
     | 
| 
       513 
     | 
    
         
            -
                  User-Agent:
         
     | 
| 
       514 
     | 
    
         
            -
                  - Jeff/1.0.1 (Language=Ruby; Hakans-MacBook-Pro.local)
         
     | 
| 
       515 
     | 
    
         
            -
              response:
         
     | 
| 
       516 
     | 
    
         
            -
                status:
         
     | 
| 
       517 
     | 
    
         
            -
                  code: 200
         
     | 
| 
       518 
     | 
    
         
            -
                  message: 
         
     | 
| 
       519 
     | 
    
         
            -
                headers:
         
     | 
| 
       520 
     | 
    
         
            -
                  Date:
         
     | 
| 
       521 
     | 
    
         
            -
                  - Sun, 27 Apr 2014 15:56:07 GMT
         
     | 
| 
       522 
     | 
    
         
            -
                  Server:
         
     | 
| 
       523 
     | 
    
         
            -
                  - AmazonMWS
         
     | 
| 
       524 
     | 
    
         
            -
                  x-mws-request-id:
         
     | 
| 
       525 
     | 
    
         
            -
                  - 58ea16aa-55ed-43b1-836c-c58570c0ddd5
         
     | 
| 
       526 
     | 
    
         
            -
                  x-mws-timestamp:
         
     | 
| 
       527 
     | 
    
         
            -
                  - '2014-04-27T15:56:08.440Z'
         
     | 
| 
       528 
     | 
    
         
            -
                  x-mws-response-context:
         
     | 
| 
       529 
     | 
    
         
            -
                  - iDaksmOXtXihWDgmm9Omg6WheZOCZc06NW71D6b54uxU1GloCr38as0I+BqC+43aXNZ10AZX8KQF
         
     | 
| 
       530 
     | 
    
         
            -
                    oYUbTE9s/w==
         
     | 
| 
       531 
     | 
    
         
            -
                  Content-Type:
         
     | 
| 
       532 
     | 
    
         
            -
                  - text/xml
         
     | 
| 
       533 
     | 
    
         
            -
                  Content-Length:
         
     | 
| 
       534 
     | 
    
         
            -
                  - '367'
         
     | 
| 
       535 
     | 
    
         
            -
                  Vary:
         
     | 
| 
       536 
     | 
    
         
            -
                  - User-Agent
         
     | 
| 
       537 
     | 
    
         
            -
                body:
         
     | 
| 
       538 
     | 
    
         
            -
                  encoding: UTF-8
         
     | 
| 
       539 
     | 
    
         
            -
                  string: |
         
     | 
| 
       540 
     | 
    
         
            -
                    <?xml version="1.0"?>
         
     | 
| 
       541 
     | 
    
         
            -
                    <GetServiceStatusResponse xmlns="http://mws.amazonaws.com/doc/2009-01-01/">
         
     | 
| 
       542 
     | 
    
         
            -
                      <GetServiceStatusResult>
         
     | 
| 
       543 
     | 
    
         
            -
                        <Status>GREEN</Status>
         
     | 
| 
       544 
     | 
    
         
            -
                        <Timestamp>2014-04-27T15:56:08.440Z</Timestamp>
         
     | 
| 
       545 
     | 
    
         
            -
                      </GetServiceStatusResult>
         
     | 
| 
       546 
     | 
    
         
            -
                      <ResponseMetadata>
         
     | 
| 
       547 
     | 
    
         
            -
                        <RequestId>58ea16aa-55ed-43b1-836c-c58570c0ddd5</RequestId>
         
     | 
| 
       548 
     | 
    
         
            -
                      </ResponseMetadata>
         
     | 
| 
       549 
     | 
    
         
            -
                    </GetServiceStatusResponse>
         
     | 
| 
       550 
     | 
    
         
            -
                http_version: 
         
     | 
| 
       551 
     | 
    
         
            -
              recorded_at: Sun, 27 Apr 2014 15:56:08 GMT
         
     | 
| 
       552 
     | 
    
         
            -
            - request:
         
     | 
| 
       553 
     | 
    
         
            -
                method: post
         
     | 
| 
       554 
     | 
    
         
            -
                uri: https://mws-eu.amazonservices.com/?AWSAccessKeyId=123456&Action=GetServiceStatus&SellerId=A2DP6GIDYN6OTH&SignatureMethod=HmacSHA256&SignatureVersion=2&Timestamp=2014-04-27T15%3A56%3A08Z&Signature=%2FR4nkfnG1ZTt3aQqdcY4lNvIDTTq%2FxFhtGvmXDELVrY%3D
         
     | 
| 
       555 
     | 
    
         
            -
                body:
         
     | 
| 
       556 
     | 
    
         
            -
                  encoding: US-ASCII
         
     | 
| 
       557 
     | 
    
         
            -
                  string: ''
         
     | 
| 
       558 
     | 
    
         
            -
                headers:
         
     | 
| 
       559 
     | 
    
         
            -
                  User-Agent:
         
     | 
| 
       560 
     | 
    
         
            -
                  - Jeff/1.0.1 (Language=Ruby; Hakans-MacBook-Pro.local)
         
     | 
| 
       561 
     | 
    
         
            -
              response:
         
     | 
| 
       562 
     | 
    
         
            -
                status:
         
     | 
| 
       563 
     | 
    
         
            -
                  code: 200
         
     | 
| 
       564 
     | 
    
         
            -
                  message: 
         
     | 
| 
       565 
     | 
    
         
            -
                headers:
         
     | 
| 
       566 
     | 
    
         
            -
                  Date:
         
     | 
| 
       567 
     | 
    
         
            -
                  - Sun, 27 Apr 2014 15:56:08 GMT
         
     | 
| 
       568 
     | 
    
         
            -
                  Server:
         
     | 
| 
       569 
     | 
    
         
            -
                  - AmazonMWS
         
     | 
| 
       570 
     | 
    
         
            -
                  x-mws-request-id:
         
     | 
| 
       571 
     | 
    
         
            -
                  - fe1056d8-ada9-463c-8f57-a38b5f3fbeed
         
     | 
| 
       572 
     | 
    
         
            -
                  x-mws-timestamp:
         
     | 
| 
       573 
     | 
    
         
            -
                  - '2014-04-27T15:56:08.653Z'
         
     | 
| 
       574 
     | 
    
         
            -
                  x-mws-response-context:
         
     | 
| 
       575 
     | 
    
         
            -
                  - 24xUAlXSvtBVg/1luFs1BoeGsEiRzFtpirBAO4xc2g8OizlpZ0eV/yppcJi9r/kpysqbC9+qZXFq
         
     | 
| 
       576 
     | 
    
         
            -
                    W3HtPOQxOQ==
         
     | 
| 
       577 
     | 
    
         
            -
                  Content-Type:
         
     | 
| 
       578 
     | 
    
         
            -
                  - text/xml
         
     | 
| 
       579 
     | 
    
         
            -
                  Content-Length:
         
     | 
| 
       580 
     | 
    
         
            -
                  - '367'
         
     | 
| 
       581 
     | 
    
         
            -
                  Vary:
         
     | 
| 
       582 
     | 
    
         
            -
                  - User-Agent
         
     | 
| 
       583 
     | 
    
         
            -
                body:
         
     | 
| 
       584 
     | 
    
         
            -
                  encoding: UTF-8
         
     | 
| 
       585 
     | 
    
         
            -
                  string: |
         
     | 
| 
       586 
     | 
    
         
            -
                    <?xml version="1.0"?>
         
     | 
| 
       587 
     | 
    
         
            -
                    <GetServiceStatusResponse xmlns="http://mws.amazonaws.com/doc/2009-01-01/">
         
     | 
| 
       588 
     | 
    
         
            -
                      <GetServiceStatusResult>
         
     | 
| 
       589 
     | 
    
         
            -
                        <Status>GREEN</Status>
         
     | 
| 
       590 
     | 
    
         
            -
                        <Timestamp>2014-04-27T15:56:08.653Z</Timestamp>
         
     | 
| 
       591 
     | 
    
         
            -
                      </GetServiceStatusResult>
         
     | 
| 
       592 
     | 
    
         
            -
                      <ResponseMetadata>
         
     | 
| 
       593 
     | 
    
         
            -
                        <RequestId>fe1056d8-ada9-463c-8f57-a38b5f3fbeed</RequestId>
         
     | 
| 
       594 
     | 
    
         
            -
                      </ResponseMetadata>
         
     | 
| 
       595 
     | 
    
         
            -
                    </GetServiceStatusResponse>
         
     | 
| 
       596 
     | 
    
         
            -
                http_version: 
         
     | 
| 
       597 
     | 
    
         
            -
              recorded_at: Sun, 27 Apr 2014 15:56:08 GMT
         
     | 
| 
       598 
     | 
    
         
            -
            - request:
         
     | 
| 
       599 
     | 
    
         
            -
                method: post
         
     | 
| 
       600 
     | 
    
         
            -
                uri: https://mws.amazonservices.jp/?AWSAccessKeyId=AKIAJ5RDDSRROM6GXQ5Q&Action=GetServiceStatus&SellerId=A7BU5WGNVGQ1I&SignatureMethod=HmacSHA256&SignatureVersion=2&Timestamp=2014-04-27T15%3A56%3A08Z&Signature=jCdMyK%2FrsRyAK0MVgWRD89RESwkj%2B67icogny737b4g%3D
         
     | 
| 
       601 
     | 
    
         
            -
                body:
         
     | 
| 
       602 
     | 
    
         
            -
                  encoding: US-ASCII
         
     | 
| 
       603 
     | 
    
         
            -
                  string: ''
         
     | 
| 
       604 
     | 
    
         
            -
                headers:
         
     | 
| 
       605 
     | 
    
         
            -
                  User-Agent:
         
     | 
| 
       606 
     | 
    
         
            -
                  - Jeff/1.0.1 (Language=Ruby; Hakans-MacBook-Pro.local)
         
     | 
| 
       607 
     | 
    
         
            -
              response:
         
     | 
| 
       608 
     | 
    
         
            -
                status:
         
     | 
| 
       609 
     | 
    
         
            -
                  code: 200
         
     | 
| 
       610 
     | 
    
         
            -
                  message: 
         
     | 
| 
       611 
     | 
    
         
            -
                headers:
         
     | 
| 
       612 
     | 
    
         
            -
                  Date:
         
     | 
| 
       613 
     | 
    
         
            -
                  - Sun, 27 Apr 2014 15:56:08 GMT
         
     | 
| 
       614 
     | 
    
         
            -
                  Server:
         
     | 
| 
       615 
     | 
    
         
            -
                  - AmazonMWS
         
     | 
| 
       616 
     | 
    
         
            -
                  x-mws-request-id:
         
     | 
| 
       617 
     | 
    
         
            -
                  - f3149889-c6ee-4967-8de6-01457cc437de
         
     | 
| 
       618 
     | 
    
         
            -
                  x-mws-timestamp:
         
     | 
| 
       619 
     | 
    
         
            -
                  - '2014-04-27T15:56:09.368Z'
         
     | 
| 
       620 
     | 
    
         
            -
                  x-mws-response-context:
         
     | 
| 
       621 
     | 
    
         
            -
                  - rr4ZVxgmFyLiMogkZs0eOVLhc9wW62HZ+X5+ON+q+CcVJBUtiEZjlVEHDCHZxkUkOAIShdrRja+r
         
     | 
| 
       622 
     | 
    
         
            -
                    drhB/QBHNw==
         
     | 
| 
       623 
     | 
    
         
            -
                  Content-Type:
         
     | 
| 
       624 
     | 
    
         
            -
                  - text/xml
         
     | 
| 
       625 
     | 
    
         
            -
                  Content-Length:
         
     | 
| 
       626 
     | 
    
         
            -
                  - '367'
         
     | 
| 
       627 
     | 
    
         
            -
                  Vary:
         
     | 
| 
       628 
     | 
    
         
            -
                  - User-Agent
         
     | 
| 
       629 
     | 
    
         
            -
                body:
         
     | 
| 
       630 
     | 
    
         
            -
                  encoding: UTF-8
         
     | 
| 
       631 
     | 
    
         
            -
                  string: |
         
     | 
| 
       632 
     | 
    
         
            -
                    <?xml version="1.0"?>
         
     | 
| 
       633 
     | 
    
         
            -
                    <GetServiceStatusResponse xmlns="http://mws.amazonaws.com/doc/2009-01-01/">
         
     | 
| 
       634 
     | 
    
         
            -
                      <GetServiceStatusResult>
         
     | 
| 
       635 
     | 
    
         
            -
                        <Status>GREEN</Status>
         
     | 
| 
       636 
     | 
    
         
            -
                        <Timestamp>2014-04-27T15:56:09.368Z</Timestamp>
         
     | 
| 
       637 
     | 
    
         
            -
                      </GetServiceStatusResult>
         
     | 
| 
       638 
     | 
    
         
            -
                      <ResponseMetadata>
         
     | 
| 
       639 
     | 
    
         
            -
                        <RequestId>f3149889-c6ee-4967-8de6-01457cc437de</RequestId>
         
     | 
| 
       640 
     | 
    
         
            -
                      </ResponseMetadata>
         
     | 
| 
       641 
     | 
    
         
            -
                    </GetServiceStatusResponse>
         
     | 
| 
       642 
     | 
    
         
            -
                http_version: 
         
     | 
| 
       643 
     | 
    
         
            -
              recorded_at: Sun, 27 Apr 2014 15:56:09 GMT
         
     | 
| 
       644 
     | 
    
         
            -
            - request:
         
     | 
| 
       645 
     | 
    
         
            -
                method: post
         
     | 
| 
       646 
     | 
    
         
            -
                uri: https://mws-eu.amazonservices.com/?AWSAccessKeyId=123456&Action=GetServiceStatus&SellerId=A2APQUVDBVWV7E&SignatureMethod=HmacSHA256&SignatureVersion=2&Timestamp=2014-04-27T15%3A56%3A09Z&Signature=gCSL%2BRMCv6V%2BEu6Gqc7hZZSMCIw%2FDP1rx4U1iNb0Vx8%3D
         
     | 
| 
       647 
     | 
    
         
            -
                body:
         
     | 
| 
       648 
     | 
    
         
            -
                  encoding: US-ASCII
         
     | 
| 
       649 
     | 
    
         
            -
                  string: ''
         
     | 
| 
       650 
     | 
    
         
            -
                headers:
         
     | 
| 
       651 
     | 
    
         
            -
                  User-Agent:
         
     | 
| 
       652 
     | 
    
         
            -
                  - Jeff/1.0.1 (Language=Ruby; Hakans-MacBook-Pro.local)
         
     | 
| 
       653 
     | 
    
         
            -
              response:
         
     | 
| 
       654 
     | 
    
         
            -
                status:
         
     | 
| 
       655 
     | 
    
         
            -
                  code: 200
         
     | 
| 
       656 
     | 
    
         
            -
                  message: 
         
     | 
| 
       657 
     | 
    
         
            -
                headers:
         
     | 
| 
       658 
     | 
    
         
            -
                  Date:
         
     | 
| 
       659 
     | 
    
         
            -
                  - Sun, 27 Apr 2014 15:56:09 GMT
         
     | 
| 
       660 
     | 
    
         
            -
                  Server:
         
     | 
| 
       661 
     | 
    
         
            -
                  - AmazonMWS
         
     | 
| 
       662 
     | 
    
         
            -
                  x-mws-request-id:
         
     | 
| 
       663 
     | 
    
         
            -
                  - 87e97c8d-3e7e-4429-8e32-0dec3eb78f3b
         
     | 
| 
       664 
     | 
    
         
            -
                  x-mws-timestamp:
         
     | 
| 
       665 
     | 
    
         
            -
                  - '2014-04-27T15:56:09.570Z'
         
     | 
| 
       666 
     | 
    
         
            -
                  x-mws-response-context:
         
     | 
| 
       667 
     | 
    
         
            -
                  - nV3j1Fm1GwuFWcceyor/UZxKDmkqRJXz7sCZeXXEST9XQat7XyEfHzYdOLUABk7/MSjccR6/WByj
         
     | 
| 
       668 
     | 
    
         
            -
                    fRBM9EqQbw==
         
     | 
| 
       669 
     | 
    
         
            -
                  Content-Type:
         
     | 
| 
       670 
     | 
    
         
            -
                  - text/xml
         
     | 
| 
       671 
     | 
    
         
            -
                  Content-Length:
         
     | 
| 
       672 
     | 
    
         
            -
                  - '367'
         
     | 
| 
       673 
     | 
    
         
            -
                  Vary:
         
     | 
| 
       674 
     | 
    
         
            -
                  - User-Agent
         
     | 
| 
       675 
     | 
    
         
            -
                body:
         
     | 
| 
       676 
     | 
    
         
            -
                  encoding: UTF-8
         
     | 
| 
       677 
     | 
    
         
            -
                  string: |
         
     | 
| 
       678 
     | 
    
         
            -
                    <?xml version="1.0"?>
         
     | 
| 
       679 
     | 
    
         
            -
                    <GetServiceStatusResponse xmlns="http://mws.amazonaws.com/doc/2009-01-01/">
         
     | 
| 
       680 
     | 
    
         
            -
                      <GetServiceStatusResult>
         
     | 
| 
       681 
     | 
    
         
            -
                        <Status>GREEN</Status>
         
     | 
| 
       682 
     | 
    
         
            -
                        <Timestamp>2014-04-27T15:56:09.570Z</Timestamp>
         
     | 
| 
       683 
     | 
    
         
            -
                      </GetServiceStatusResult>
         
     | 
| 
       684 
     | 
    
         
            -
                      <ResponseMetadata>
         
     | 
| 
       685 
     | 
    
         
            -
                        <RequestId>87e97c8d-3e7e-4429-8e32-0dec3eb78f3b</RequestId>
         
     | 
| 
       686 
     | 
    
         
            -
                      </ResponseMetadata>
         
     | 
| 
       687 
     | 
    
         
            -
                    </GetServiceStatusResponse>
         
     | 
| 
       688 
     | 
    
         
            -
                http_version: 
         
     | 
| 
       689 
     | 
    
         
            -
              recorded_at: Sun, 27 Apr 2014 15:56:09 GMT
         
     | 
| 
       690 
     | 
    
         
            -
            - request:
         
     | 
| 
       691 
     | 
    
         
            -
                method: post
         
     | 
| 
       692 
     | 
    
         
            -
                uri: https://mws-eu.amazonservices.com/?AWSAccessKeyId=AKIAJJDQ2MJTMPXKJE4A&Action=GetServiceStatus&SellerId=A2D9DZ30GEWP6N&SignatureMethod=HmacSHA256&SignatureVersion=2&Timestamp=2014-04-27T15%3A56%3A09Z&Signature=aSUrHm0bEhZ39yL6KLTv53Mrjbre8lixGvJu0gHW4ws%3D
         
     | 
| 
       693 
     | 
    
         
            -
                body:
         
     | 
| 
       694 
     | 
    
         
            -
                  encoding: US-ASCII
         
     | 
| 
       695 
     | 
    
         
            -
                  string: ''
         
     | 
| 
       696 
     | 
    
         
            -
                headers:
         
     | 
| 
       697 
     | 
    
         
            -
                  User-Agent:
         
     | 
| 
       698 
     | 
    
         
            -
                  - Jeff/1.0.1 (Language=Ruby; Hakans-MacBook-Pro.local)
         
     | 
| 
       699 
     | 
    
         
            -
              response:
         
     | 
| 
       700 
     | 
    
         
            -
                status:
         
     | 
| 
       701 
     | 
    
         
            -
                  code: 200
         
     | 
| 
       702 
     | 
    
         
            -
                  message: 
         
     | 
| 
       703 
     | 
    
         
            -
                headers:
         
     | 
| 
       704 
     | 
    
         
            -
                  Date:
         
     | 
| 
       705 
     | 
    
         
            -
                  - Sun, 27 Apr 2014 15:56:09 GMT
         
     | 
| 
       706 
     | 
    
         
            -
                  Server:
         
     | 
| 
       707 
     | 
    
         
            -
                  - AmazonMWS
         
     | 
| 
       708 
     | 
    
         
            -
                  x-mws-request-id:
         
     | 
| 
       709 
     | 
    
         
            -
                  - 32da27d4-d740-44ed-b57a-d3b5f69262be
         
     | 
| 
       710 
     | 
    
         
            -
                  x-mws-timestamp:
         
     | 
| 
       711 
     | 
    
         
            -
                  - '2014-04-27T15:56:09.756Z'
         
     | 
| 
       712 
     | 
    
         
            -
                  x-mws-response-context:
         
     | 
| 
       713 
     | 
    
         
            -
                  - zRNbmztvjwrWov+vgvUAy86DanCnUyKinMPsAyfxwocMohYDw9J94+7TqrYYf8vHbdIheHByd+Tq
         
     | 
| 
       714 
     | 
    
         
            -
                    rTU3cxawLQ==
         
     | 
| 
       715 
     | 
    
         
            -
                  Content-Type:
         
     | 
| 
       716 
     | 
    
         
            -
                  - text/xml
         
     | 
| 
       717 
     | 
    
         
            -
                  Content-Length:
         
     | 
| 
       718 
     | 
    
         
            -
                  - '367'
         
     | 
| 
       719 
     | 
    
         
            -
                  Vary:
         
     | 
| 
       720 
     | 
    
         
            -
                  - User-Agent
         
     | 
| 
       721 
     | 
    
         
            -
                body:
         
     | 
| 
       722 
     | 
    
         
            -
                  encoding: UTF-8
         
     | 
| 
       723 
     | 
    
         
            -
                  string: |
         
     | 
| 
       724 
     | 
    
         
            -
                    <?xml version="1.0"?>
         
     | 
| 
       725 
     | 
    
         
            -
                    <GetServiceStatusResponse xmlns="http://mws.amazonaws.com/doc/2009-01-01/">
         
     | 
| 
       726 
     | 
    
         
            -
                      <GetServiceStatusResult>
         
     | 
| 
       727 
     | 
    
         
            -
                        <Status>GREEN</Status>
         
     | 
| 
       728 
     | 
    
         
            -
                        <Timestamp>2014-04-27T15:56:09.756Z</Timestamp>
         
     | 
| 
       729 
     | 
    
         
            -
                      </GetServiceStatusResult>
         
     | 
| 
       730 
     | 
    
         
            -
                      <ResponseMetadata>
         
     | 
| 
       731 
     | 
    
         
            -
                        <RequestId>32da27d4-d740-44ed-b57a-d3b5f69262be</RequestId>
         
     | 
| 
       732 
     | 
    
         
            -
                      </ResponseMetadata>
         
     | 
| 
       733 
     | 
    
         
            -
                    </GetServiceStatusResponse>
         
     | 
| 
       734 
     | 
    
         
            -
                http_version: 
         
     | 
| 
       735 
     | 
    
         
            -
              recorded_at: Sun, 27 Apr 2014 15:56:09 GMT
         
     | 
| 
       736 
     | 
    
         
            -
            - request:
         
     | 
| 
       737 
     | 
    
         
            -
                method: post
         
     | 
| 
       738 
     | 
    
         
            -
                uri: https://mws-eu.amazonservices.com/CartInformation/2014-03-01?AWSAccessKeyId=AKIAJLUHOXLR5S2L6A6A&Action=GetServiceStatus&SellerId=A2APQUVDBVWV7E&SignatureMethod=HmacSHA256&SignatureVersion=2&Timestamp=2014-06-25T14%3A00%3A01Z&Signature=i2pd8RbyuUJmwtyKrEkZSAz%2BqzQm%2FLhYj39EE39yqh8%3D
         
     | 
| 
       739 
     | 
    
         
            -
                body:
         
     | 
| 
       740 
     | 
    
         
            -
                  encoding: US-ASCII
         
     | 
| 
       741 
     | 
    
         
            -
                  string: ''
         
     | 
| 
       742 
     | 
    
         
            -
                headers:
         
     | 
| 
       743 
     | 
    
         
            -
                  User-Agent:
         
     | 
| 
       744 
     | 
    
         
            -
                  - Jeff/1.0.1 (Language=Ruby; Hakans-MacBook-Pro.local)
         
     | 
| 
       745 
     | 
    
         
            -
              response:
         
     | 
| 
       746 
     | 
    
         
            -
                status:
         
     | 
| 
       747 
     | 
    
         
            -
                  code: 200
         
     | 
| 
       748 
     | 
    
         
            -
                  message: 
         
     | 
| 
       749 
     | 
    
         
            -
                headers:
         
     | 
| 
       750 
     | 
    
         
            -
                  Date:
         
     | 
| 
       751 
     | 
    
         
            -
                  - Wed, 25 Jun 2014 14:00:01 GMT
         
     | 
| 
       752 
     | 
    
         
            -
                  Server:
         
     | 
| 
       753 
     | 
    
         
            -
                  - AmazonMWS
         
     | 
| 
       754 
     | 
    
         
            -
                  x-mws-request-id:
         
     | 
| 
       755 
     | 
    
         
            -
                  - b23de09d-5e0c-497a-8105-57dc22249de0
         
     | 
| 
       756 
     | 
    
         
            -
                  x-mws-timestamp:
         
     | 
| 
       757 
     | 
    
         
            -
                  - '2014-06-25T14:00:01.459Z'
         
     | 
| 
       758 
     | 
    
         
            -
                  x-mws-response-context:
         
     | 
| 
       759 
     | 
    
         
            -
                  - pm5hzrD8vVLN8G8GL2BnNdgDD6z6jAdUBUXsnfrKSvVvd4HDenYCyWdIWqidtWrLi8B/w1Hx/lU=
         
     | 
| 
       760 
     | 
    
         
            -
                  Content-Type:
         
     | 
| 
       761 
     | 
    
         
            -
                  - text/xml
         
     | 
| 
       762 
     | 
    
         
            -
                  Content-Length:
         
     | 
| 
       763 
     | 
    
         
            -
                  - '390'
         
     | 
| 
       764 
     | 
    
         
            -
                  Vary:
         
     | 
| 
       765 
     | 
    
         
            -
                  - User-Agent
         
     | 
| 
       766 
     | 
    
         
            -
                body:
         
     | 
| 
       767 
     | 
    
         
            -
                  encoding: UTF-8
         
     | 
| 
       768 
     | 
    
         
            -
                  string: |
         
     | 
| 
       769 
     | 
    
         
            -
                    <?xml version="1.0"?>
         
     | 
| 
       770 
     | 
    
         
            -
                    <GetServiceStatusResponse xmlns="http://mws.amazonservices.com/schema/CartInformation/2014-03-01">
         
     | 
| 
       771 
     | 
    
         
            -
                      <GetServiceStatusResult>
         
     | 
| 
       772 
     | 
    
         
            -
                        <Status>GREEN</Status>
         
     | 
| 
       773 
     | 
    
         
            -
                        <Timestamp>2014-06-25T14:00:01.459Z</Timestamp>
         
     | 
| 
       774 
     | 
    
         
            -
                      </GetServiceStatusResult>
         
     | 
| 
       775 
     | 
    
         
            -
                      <ResponseMetadata>
         
     | 
| 
       776 
     | 
    
         
            -
                        <RequestId>b23de09d-5e0c-497a-8105-57dc22249de0</RequestId>
         
     | 
| 
       777 
     | 
    
         
            -
                      </ResponseMetadata>
         
     | 
| 
       778 
     | 
    
         
            -
                    </GetServiceStatusResponse>
         
     | 
| 
       779 
     | 
    
         
            -
                http_version: 
         
     | 
| 
       780 
     | 
    
         
            -
              recorded_at: Wed, 25 Jun 2014 14:00:01 GMT
         
     | 
| 
       781 
     | 
    
         
            -
            - request:
         
     | 
| 
       782 
     | 
    
         
            -
                method: post
         
     | 
| 
       783 
     | 
    
         
            -
                uri: https://mws-eu.amazonservices.com/CartInformation/2014-03-01?AWSAccessKeyId=AKIAI4ZNSD76DH7UBRDA&Action=GetServiceStatus&SellerId=A2DP6GIDYN6OTH&SignatureMethod=HmacSHA256&SignatureVersion=2&Timestamp=2014-06-25T14%3A00%3A01Z&Signature=7Xpt1rM0GEmhgc2CorjPgIXsGlGC%2BEgIdg%2Fr2RMmKf8%3D
         
     | 
| 
       784 
     | 
    
         
            -
                body:
         
     | 
| 
       785 
     | 
    
         
            -
                  encoding: US-ASCII
         
     | 
| 
       786 
     | 
    
         
            -
                  string: ''
         
     | 
| 
       787 
     | 
    
         
            -
                headers:
         
     | 
| 
       788 
     | 
    
         
            -
                  User-Agent:
         
     | 
| 
       789 
     | 
    
         
            -
                  - Jeff/1.0.1 (Language=Ruby; Hakans-MacBook-Pro.local)
         
     | 
| 
       790 
     | 
    
         
            -
              response:
         
     | 
| 
       791 
     | 
    
         
            -
                status:
         
     | 
| 
       792 
     | 
    
         
            -
                  code: 200
         
     | 
| 
       793 
     | 
    
         
            -
                  message: 
         
     | 
| 
       794 
     | 
    
         
            -
                headers:
         
     | 
| 
       795 
     | 
    
         
            -
                  Date:
         
     | 
| 
       796 
     | 
    
         
            -
                  - Wed, 25 Jun 2014 14:00:01 GMT
         
     | 
| 
       797 
     | 
    
         
            -
                  Server:
         
     | 
| 
       798 
     | 
    
         
            -
                  - AmazonMWS
         
     | 
| 
       799 
     | 
    
         
            -
                  x-mws-request-id:
         
     | 
| 
       800 
     | 
    
         
            -
                  - 64aaf9c5-7631-47fb-9488-cf3cd26bcce7
         
     | 
| 
       801 
     | 
    
         
            -
                  x-mws-timestamp:
         
     | 
| 
       802 
     | 
    
         
            -
                  - '2014-06-25T14:00:02.173Z'
         
     | 
| 
       803 
     | 
    
         
            -
                  x-mws-response-context:
         
     | 
| 
       804 
     | 
    
         
            -
                  - b2Ry71z+inEeG0hSTkYQubxgXSngb8bWrQjKkM1+fO4ta/VrL1FIyyoF6Mh7+2s3o4nNofX9sH5p
         
     | 
| 
       805 
     | 
    
         
            -
                    lc+DJllctQ==
         
     | 
| 
       806 
     | 
    
         
            -
                  Content-Type:
         
     | 
| 
       807 
     | 
    
         
            -
                  - text/xml
         
     | 
| 
       808 
     | 
    
         
            -
                  Content-Length:
         
     | 
| 
       809 
     | 
    
         
            -
                  - '390'
         
     | 
| 
       810 
     | 
    
         
            -
                  Vary:
         
     | 
| 
       811 
     | 
    
         
            -
                  - User-Agent
         
     | 
| 
       812 
     | 
    
         
            -
                body:
         
     | 
| 
       813 
     | 
    
         
            -
                  encoding: UTF-8
         
     | 
| 
       814 
     | 
    
         
            -
                  string: |
         
     | 
| 
       815 
     | 
    
         
            -
                    <?xml version="1.0"?>
         
     | 
| 
       816 
     | 
    
         
            -
                    <GetServiceStatusResponse xmlns="http://mws.amazonservices.com/schema/CartInformation/2014-03-01">
         
     | 
| 
       817 
     | 
    
         
            -
                      <GetServiceStatusResult>
         
     | 
| 
       818 
     | 
    
         
            -
                        <Status>GREEN</Status>
         
     | 
| 
       819 
     | 
    
         
            -
                        <Timestamp>2014-06-25T14:00:02.173Z</Timestamp>
         
     | 
| 
       820 
     | 
    
         
            -
                      </GetServiceStatusResult>
         
     | 
| 
       821 
     | 
    
         
            -
                      <ResponseMetadata>
         
     | 
| 
       822 
     | 
    
         
            -
                        <RequestId>64aaf9c5-7631-47fb-9488-cf3cd26bcce7</RequestId>
         
     | 
| 
       823 
     | 
    
         
            -
                      </ResponseMetadata>
         
     | 
| 
       824 
     | 
    
         
            -
                    </GetServiceStatusResponse>
         
     | 
| 
       825 
     | 
    
         
            -
                http_version: 
         
     | 
| 
       826 
     | 
    
         
            -
              recorded_at: Wed, 25 Jun 2014 14:00:02 GMT
         
     | 
| 
       827 
     | 
    
         
            -
            - request:
         
     | 
| 
       828 
     | 
    
         
            -
                method: post
         
     | 
| 
       829 
     | 
    
         
            -
                uri: https://mws-eu.amazonservices.com/CartInformation/2014-03-01?AWSAccessKeyId=AKIAIJQQ3UPICUQXTFFQ&Action=GetServiceStatus&SellerId=A3IY67M3U23R42&SignatureMethod=HmacSHA256&SignatureVersion=2&Timestamp=2014-07-11T15%3A43%3A26Z&Signature=DNQAuYhk0z%2BJXjiah52id%2BKQRdOD34Rc5T9m0jL%2Fncw%3D
         
     | 
| 
       830 
     | 
    
         
            -
                body:
         
     | 
| 
       831 
     | 
    
         
            -
                  encoding: US-ASCII
         
     | 
| 
       832 
     | 
    
         
            -
                  string: ''
         
     | 
| 
       833 
     | 
    
         
            -
                headers:
         
     | 
| 
       834 
     | 
    
         
            -
                  User-Agent:
         
     | 
| 
       835 
     | 
    
         
            -
                  - Jeff/1.0.1 (Language=Ruby; Hakans-MacBook-Pro.local)
         
     | 
| 
       836 
     | 
    
         
            -
              response:
         
     | 
| 
       837 
     | 
    
         
            -
                status:
         
     | 
| 
       838 
     | 
    
         
            -
                  code: 200
         
     | 
| 
       839 
     | 
    
         
            -
                  message: 
         
     | 
| 
       840 
     | 
    
         
            -
                headers:
         
     | 
| 
       841 
     | 
    
         
            -
                  Date:
         
     | 
| 
       842 
     | 
    
         
            -
                  - Fri, 11 Jul 2014 15:43:26 GMT
         
     | 
| 
       843 
     | 
    
         
            -
                  Server:
         
     | 
| 
       844 
     | 
    
         
            -
                  - AmazonMWS
         
     | 
| 
       845 
     | 
    
         
            -
                  x-mws-request-id:
         
     | 
| 
       846 
     | 
    
         
            -
                  - 1a3a1a0c-81da-4bc3-bfdc-d4d99fe210af
         
     | 
| 
       847 
     | 
    
         
            -
                  x-mws-timestamp:
         
     | 
| 
       848 
     | 
    
         
            -
                  - '2014-07-11T15:43:26.330Z'
         
     | 
| 
       849 
     | 
    
         
            -
                  x-mws-response-context:
         
     | 
| 
       850 
     | 
    
         
            -
                  - WGXafszm0LKzQuYEIETP2pNJWL+5RpJlIR6JJGwCQASiqST0E71/tCJ5CPt3T7/C7Q81ujIgjGs=
         
     | 
| 
       851 
     | 
    
         
            -
                  Content-Type:
         
     | 
| 
       852 
     | 
    
         
            -
                  - text/xml
         
     | 
| 
       853 
     | 
    
         
            -
                  Content-Length:
         
     | 
| 
       854 
     | 
    
         
            -
                  - '390'
         
     | 
| 
       855 
     | 
    
         
            -
                  Vary:
         
     | 
| 
       856 
     | 
    
         
            -
                  - User-Agent
         
     | 
| 
       857 
     | 
    
         
            -
                body:
         
     | 
| 
       858 
     | 
    
         
            -
                  encoding: UTF-8
         
     | 
| 
       859 
     | 
    
         
            -
                  string: |
         
     | 
| 
       860 
     | 
    
         
            -
                    <?xml version="1.0"?>
         
     | 
| 
       861 
     | 
    
         
            -
                    <GetServiceStatusResponse xmlns="http://mws.amazonservices.com/schema/CartInformation/2014-03-01">
         
     | 
| 
       862 
     | 
    
         
            -
                      <GetServiceStatusResult>
         
     | 
| 
       863 
     | 
    
         
            -
                        <Status>GREEN</Status>
         
     | 
| 
       864 
     | 
    
         
            -
                        <Timestamp>2014-07-11T15:43:26.330Z</Timestamp>
         
     | 
| 
       865 
     | 
    
         
            -
                      </GetServiceStatusResult>
         
     | 
| 
       866 
     | 
    
         
            -
                      <ResponseMetadata>
         
     | 
| 
       867 
     | 
    
         
            -
                        <RequestId>1a3a1a0c-81da-4bc3-bfdc-d4d99fe210af</RequestId>
         
     | 
| 
       868 
     | 
    
         
            -
                      </ResponseMetadata>
         
     | 
| 
       869 
     | 
    
         
            -
                    </GetServiceStatusResponse>
         
     | 
| 
       870 
     | 
    
         
            -
                http_version: 
         
     | 
| 
       871 
     | 
    
         
            -
              recorded_at: Fri, 11 Jul 2014 15:43:26 GMT
         
     | 
| 
      
 183 
     | 
    
         
            +
              recorded_at: Tue, 12 Aug 2014 11:35:53 GMT
         
     | 
| 
       872 
184 
     | 
    
         
             
            recorded_with: VCR 2.9.2
         
     |