0
任何一位經驗豐富的亞馬遜MWS都可以幫到我。我正試圖通過XML將產品推送到我的賣家中央帳戶的庫存中。但它不會出現在那裏。亞馬遜:產品沒有顯示在賣家中央的庫存清單中
我正在使用亞馬遜提供的示例文件。
<?xml version="1.0" encoding="iso-8859-1"?>
<AmazonEnvelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation="amzn-envelope.xsd">
<Header>
<DocumentVersion>1.01</DocumentVersion>
<MerchantIdentifier>merchant_id</MerchantIdentifier>
</Header>
<MessageType>Product</MessageType>
<PurgeAndReplace>false</PurgeAndReplace>
<Message>
<MessageID>1</MessageID>
<OperationType>Update</OperationType>
<Product>
<SKU>56789</SKU>
<StandardProductID>
<Type>ASIN</Type>
<Value>B00AK3RCQM</Value>
</StandardProductID>
<ProductTaxCode>A_GEN_NOTAX</ProductTaxCode>
<DescriptionData>
<Title>Example Product Title</Title>
<Brand>Example Product Brand</Brand>
<Description>This is an example product description.</Description>
<BulletPoint>Example Bullet Point 1</BulletPoint>
<BulletPoint>Example Bullet Point 2</BulletPoint>
<MSRP currency="USD">25.19</MSRP>
<Manufacturer>Example Product Manufacturer</Manufacturer>
<ItemType>example-item-type</ItemType>
</DescriptionData>
<ProductData>
<Health>15
Amazon Marketplace Web Service Feeds API 15
Section Reference (API Version 2009-01-01)
15
<ProductType>
<HealthMisc>
<Ingredients>Example Ingredients</Ingredients>
<Directions>Example Directions</Directions>
</HealthMisc>
</ProductType>
</Health>
</ProductData>
</Product>
</Message>
</AmazonEnvelope>
響應看起來像
FeedSubmissionId 7409597458
FeedType _POST_PRODUCT_DATA_
SubmittedDate 2013-06-25T12:24:45Z
FeedProcessingStatus _SUBMITTED_
如果你的響應被卡在'_SUBMITTED_'(偶爾會發生一段時間),它不會更新,因爲它需要顯示'_DONE_'。查看便箋簿並查看當前的響應:https://mws.amazonservices.com/scratchpad/index.html,假設它的_DONE_,庫存已更新?如果它不是_DONE_狀態是什麼? –
「什麼是」15 亞馬遜商城網絡服務供稿API 15 部分參考(API版本2009-01-01) 15「for?這不應該是它? –