Sha256: f1653c3c988952bdb6426f26175102d8100804faed453c34a536a8c3f6f576ec

Contents?: true

Size: 1.41 KB

Versions: 17

Compression:

Stored size: 1.41 KB

Contents

<?xml version="1.0"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/">
  <env:Body>
    <ns1:ListUpdatedInventorySupplyResponse xmlns:ns1="http://fba-inventory.amazonaws.com/doc/2009-07-31/">
      <ns1:ListUpdatedInventorySupplyResult>
        <ns1:NextToken>SOME-LONG-TOKEN</ns1:NextToken>
        <ns1:HasNext>true</ns1:HasNext>
        <ns1:MerchantSKUSupply>
          <ns1:MerchantSKU>GN-01-01A</ns1:MerchantSKU>
          <ns1:FulfillmentNetworkSKU>X00002YKJ1</ns1:FulfillmentNetworkSKU>
          <ns1:ASIN>B000021Y68</ns1:ASIN>
          <ns1:Condition>NewItem</ns1:Condition>
          <ns1:TotalSupplyQuantity>42</ns1:TotalSupplyQuantity>
          <ns1:InStockSupplyQuantity>42</ns1:InStockSupplyQuantity>
        </ns1:MerchantSKUSupply>
        <ns1:MerchantSKUSupply>
          <ns1:MerchantSKU>GN-01-02A</ns1:MerchantSKU>
          <ns1:FulfillmentNetworkSKU>X11112YKJ2</ns1:FulfillmentNetworkSKU>
          <ns1:ASIN>B111121Y68</ns1:ASIN>
          <ns1:Condition>NewItem</ns1:Condition>
          <ns1:TotalSupplyQuantity>120</ns1:TotalSupplyQuantity>
          <ns1:InStockSupplyQuantity>80</ns1:InStockSupplyQuantity>
        </ns1:MerchantSKUSupply>
      </ns1:ListUpdatedInventorySupplyResult>
      <ns1:ResponseMetadata>
        <ns1:RequestId>727a00b4-9909-4277-a341-b3ce069da95f</ns1:RequestId>
      </ns1:ResponseMetadata>
    </ns1:ListUpdatedInventorySupplyResponse>
  </env:Body>
</env:Envelope>

Version data entries

17 entries across 17 versions & 1 rubygems

Version Path
active_fulfillment-2.1.9 test/fixtures/xml/amazon/inventory_list_response_with_next_1.xml
active_fulfillment-2.1.8 test/fixtures/xml/amazon/inventory_list_response_with_next_1.xml
active_fulfillment-2.1.7 test/fixtures/xml/amazon/inventory_list_response_with_next_1.xml
active_fulfillment-2.1.6 test/fixtures/xml/amazon/inventory_list_response_with_next_1.xml
active_fulfillment-2.1.5 test/fixtures/xml/amazon/inventory_list_response_with_next_1.xml
active_fulfillment-2.1.4 test/fixtures/xml/amazon/inventory_list_response_with_next_1.xml
active_fulfillment-2.1.3 test/fixtures/xml/amazon/inventory_list_response_with_next_1.xml
active_fulfillment-2.1.2 test/fixtures/xml/amazon/inventory_list_response_with_next_1.xml
active_fulfillment-2.1.1 test/fixtures/xml/amazon/inventory_list_response_with_next_1.xml
active_fulfillment-2.1.0 test/fixtures/xml/amazon/inventory_list_response_with_next_1.xml
active_fulfillment-2.0.2 test/fixtures/xml/amazon/inventory_list_response_with_next_1.xml
active_fulfillment-2.0.1 test/fixtures/xml/amazon/inventory_list_response_with_next_1.xml
active_fulfillment-2.0.0 test/fixtures/xml/amazon/inventory_list_response_with_next_1.xml
active_fulfillment-1.0.3 test/fixtures/xml/amazon/inventory_list_response_with_next_1.xml
active_fulfillment-1.0.2 test/fixtures/xml/amazon/inventory_list_response_with_next_1.xml
active_fulfillment-1.0.1 test/fixtures/xml/amazon/inventory_list_response_with_next_1.xml
active_fulfillment-1.0.0 test/fixtures/xml/amazon/inventory_list_response_with_next_1.xml