Skip to content
This repository was archived by the owner on Sep 30, 2024. It is now read-only.
This repository was archived by the owner on Sep 30, 2024. It is now read-only.

Amazon MWS is reporting incorrect inventory Quantities #6

@csaunders

Description

@csaunders

It should be reporting the available quantity not the total quantity, which includes things that haven't been received by the fulfillment centre yet.

<ListInventorySupplyResponse xmlns="http://mws.amazonaws.com/FulfillmentInventory/2010-10-01/">
  <ListInventorySupplyResult>
    <InventorySupplyList>
      <member>
        <SellerSKU>superawesomefancything</SellerSKU>
        <ASIN>A000000000</ASIN>
        <TotalSupplyQuantity>15</TotalSupplyQuantity>
        <FNSKU>X123456789</FNSKU>
        <Condition>NewItem</Condition>
        <InStockSupplyQuantity>0</InStockSupplyQuantity>
        <SupplyDetail/>
        <EarliestAvailability>
          <TimepointType>Unknown</TimepointType>
        </EarliestAvailability>
      </member>
    </InventorySupplyList>
  </ListInventorySupplyResult>
  <ResponseMetadata>
    <RequestId>adadada-adadadada-adadadada-adadada</RequestId>
  </ResponseMetadata>
</ListInventorySupplyResponse>

In this example it should be reporting the inventory for superawesomefancything to be 0 instead of 15

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions