Sha256: a3446d829a415e649e57595a5fa945162cbb4126d31f1f27d94f4c5223bdefa1

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:ListUpdatedInventorySupplyByNextTokenResponse xmlns:ns1="http://fba-inventory.amazonaws.com/doc/2009-07-31/">
      <ns1:ListUpdatedInventorySupplyByNextTokenResult>
        <ns1:HasNext>false</ns1:HasNext>
        <ns1:MerchantSKUSupply>
          <ns1:MerchantSKU>GN-02-01A</ns1:MerchantSKU>
          <ns1:FulfillmentNetworkSKU>X22222YKJ1</ns1:FulfillmentNetworkSKU>
          <ns1:ASIN>B222221Y68</ns1:ASIN>
          <ns1:Condition>NewItem</ns1:Condition>
          <ns1:TotalSupplyQuantity>124</ns1:TotalSupplyQuantity>
          <ns1:InStockSupplyQuantity>123</ns1:InStockSupplyQuantity>
        </ns1:MerchantSKUSupply>
        <ns1:MerchantSKUSupply>
          <ns1:MerchantSKU>GN-02-02A</ns1:MerchantSKU>
          <ns1:FulfillmentNetworkSKU>X33332YKJ2</ns1:FulfillmentNetworkSKU>
          <ns1:ASIN>B333321Y68</ns1:ASIN>
          <ns1:Condition>NewItem</ns1:Condition>
          <ns1:TotalSupplyQuantity>9999</ns1:TotalSupplyQuantity>
          <ns1:InStockSupplyQuantity>555</ns1:InStockSupplyQuantity>
        </ns1:MerchantSKUSupply>
      </ns1:ListUpdatedInventorySupplyByNextTokenResult>
      <ns1:ResponseMetadata>
        <ns1:RequestId>727a00b4-9909-4277-a341-b3ce069da95f</ns1:RequestId>
      </ns1:ResponseMetadata>
    </ns1:ListUpdatedInventorySupplyByNextTokenResponse>
  </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_2.xml
active_fulfillment-2.1.8 test/fixtures/xml/amazon/inventory_list_response_with_next_2.xml
active_fulfillment-2.1.7 test/fixtures/xml/amazon/inventory_list_response_with_next_2.xml
active_fulfillment-2.1.6 test/fixtures/xml/amazon/inventory_list_response_with_next_2.xml
active_fulfillment-2.1.5 test/fixtures/xml/amazon/inventory_list_response_with_next_2.xml
active_fulfillment-2.1.4 test/fixtures/xml/amazon/inventory_list_response_with_next_2.xml
active_fulfillment-2.1.3 test/fixtures/xml/amazon/inventory_list_response_with_next_2.xml
active_fulfillment-2.1.2 test/fixtures/xml/amazon/inventory_list_response_with_next_2.xml
active_fulfillment-2.1.1 test/fixtures/xml/amazon/inventory_list_response_with_next_2.xml
active_fulfillment-2.1.0 test/fixtures/xml/amazon/inventory_list_response_with_next_2.xml
active_fulfillment-2.0.2 test/fixtures/xml/amazon/inventory_list_response_with_next_2.xml
active_fulfillment-2.0.1 test/fixtures/xml/amazon/inventory_list_response_with_next_2.xml
active_fulfillment-2.0.0 test/fixtures/xml/amazon/inventory_list_response_with_next_2.xml
active_fulfillment-1.0.3 test/fixtures/xml/amazon/inventory_list_response_with_next_2.xml
active_fulfillment-1.0.2 test/fixtures/xml/amazon/inventory_list_response_with_next_2.xml
active_fulfillment-1.0.1 test/fixtures/xml/amazon/inventory_list_response_with_next_2.xml
active_fulfillment-1.0.0 test/fixtures/xml/amazon/inventory_list_response_with_next_2.xml