0

I'm trying to upload my inventory to Amazon via XML feed, but my quantity in seller central doesn't update.

My XML feed is below. Can anyone help find my mistake?

<?xml version="1.0" ?><AmazonEnvelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="amzn-envelope.xsd">
<Header>
<DocumentVersion>1.01</DocumentVersion>
<MerchantIdentifier>A3QPCC6I4V1QU3</MerchantIdentifier>
</Header>
<MessageType>Inventory</MessageType>
<Message>
<MessageID>1</MessageID>
<OperationType>Update</OperationType>
<Inventory>
<SKU>BHAL10105</SKU>
<Quantity>1</Quantity>
<Available>true</Available>
<FulfillmentLatency>7</FulfillmentLatency>
</Inventory>
</Message>
</AmazonEnvelope>
PaulG
  • 13,871
  • 9
  • 56
  • 78

2 Answers2

2

When you submit your feed, you will receive a FeedSubmissionId identifying it. Then it will be processed in the background.

  • When the processing has completed, you can use the GetFeedSubmissionResult operation to retrieve the result to see if it was successful, or why it was unsuccessful.

  • You can also check the most recent feeds by logging in to Amazon Seller Central and opening this page.

  • You can also use the Amazon MWS Scratchpad to submit the operation to check the result.

Cosmo Harrigan
  • 895
  • 1
  • 8
  • 22
0

thanks for your advices,i solved !!. i must upload to amazon a txt file whith the inventory calculated by software. then i have created an inventory txt file and with api mws i upload it to amazon with this feetype _POST_FLAT_FILE_INVLOADER_DATA_