Sha256: 38f8b9c6643786d87a09cf7099154682583d5a6a3ba98cfc8b32173dd5055c84

Contents?: true

Size: 1.36 KB

Versions: 17

Compression:

Stored size: 1.36 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:HasNext>false</ns1:HasNext>
        <ns1:MerchantSKUSupply>
          <ns1:MerchantSKU>GN-00-01A</ns1:MerchantSKU>
          <ns1:FulfillmentNetworkSKU>X00002YKJ1</ns1:FulfillmentNetworkSKU>
          <ns1:ASIN>B000021Y68</ns1:ASIN>
          <ns1:Condition>NewItem</ns1:Condition>
          <ns1:TotalSupplyQuantity>202</ns1:TotalSupplyQuantity>
          <ns1:InStockSupplyQuantity>202</ns1:InStockSupplyQuantity>
        </ns1:MerchantSKUSupply>
        <ns1:MerchantSKUSupply>
          <ns1:MerchantSKU>GN-00-02A</ns1:MerchantSKU>
          <ns1:FulfillmentNetworkSKU>X11112YKJ2</ns1:FulfillmentNetworkSKU>
          <ns1:ASIN>B111121Y68</ns1:ASIN>
          <ns1:Condition>NewItem</ns1:Condition>
          <ns1:TotalSupplyQuantity>240</ns1:TotalSupplyQuantity>
          <ns1:InStockSupplyQuantity>199</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.xml
active_fulfillment-2.1.8 test/fixtures/xml/amazon/inventory_list_response.xml
active_fulfillment-2.1.7 test/fixtures/xml/amazon/inventory_list_response.xml
active_fulfillment-2.1.6 test/fixtures/xml/amazon/inventory_list_response.xml
active_fulfillment-2.1.5 test/fixtures/xml/amazon/inventory_list_response.xml
active_fulfillment-2.1.4 test/fixtures/xml/amazon/inventory_list_response.xml
active_fulfillment-2.1.3 test/fixtures/xml/amazon/inventory_list_response.xml
active_fulfillment-2.1.2 test/fixtures/xml/amazon/inventory_list_response.xml
active_fulfillment-2.1.1 test/fixtures/xml/amazon/inventory_list_response.xml
active_fulfillment-2.1.0 test/fixtures/xml/amazon/inventory_list_response.xml
active_fulfillment-2.0.2 test/fixtures/xml/amazon/inventory_list_response.xml
active_fulfillment-2.0.1 test/fixtures/xml/amazon/inventory_list_response.xml
active_fulfillment-2.0.0 test/fixtures/xml/amazon/inventory_list_response.xml
active_fulfillment-1.0.3 test/fixtures/xml/amazon/inventory_list_response.xml
active_fulfillment-1.0.2 test/fixtures/xml/amazon/inventory_list_response.xml
active_fulfillment-1.0.1 test/fixtures/xml/amazon/inventory_list_response.xml
active_fulfillment-1.0.0 test/fixtures/xml/amazon/inventory_list_response.xml