如何通过xml添加产品类别

时间:2014-09-25 08:18:53

标签: xml amazon-web-services

在这个xml文件中,我该如何添加产品类别?我为这个puprpose使用了<ProductCategoryId>标签。但它也显示错误。任何人都建议解决这个问题..?

<?xml version="1.0" encoding="utf-8"?>
<AmazonEnvelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="amzn-envelope.xsd">
<Header>
<DocumentVersion>1.01</DocumentVersion>
<MerchantIdentifier>example</MerchantIdentifier>
</Header>
<MessageType>Product</MessageType>
<PurgeAndReplace>false</PurgeAndReplace>
<Message>
<MessageID>1</MessageID>
<OperationType>Update</OperationType>
<Product>
<SKU>R1000TEST</SKU>
<ProductTaxCode>A_GEN_NOTAX</ProductTaxCode>
<DescriptionData>
<Title>test_material name</Title>
<Brand>Applexus</Brand>
<Description>test_material name</Description>
<BulletPoint>Example Bullet Point 1</BulletPoint>
<BulletPoint>Example Bullet Point 2</BulletPoint>
<MSRP currency="USD">25.19</MSRP>
<Manufacturer>Applexus</Manufacturer>
<ItemType>Wireless</ItemType>
</DescriptionData>
<ProductData>
<Health>
<ProductType>
<HealthMisc>
<Ingredients>Example Ingredients</Ingredients>
<Directions>Example Directions</Directions>
</HealthMisc>
</ProductType>
</Health>
</ProductData>
</Product>
</Message>
</AmazonEnvelope>

1 个答案:

答案 0 :(得分:0)

尝试添加正确的商家

<MerchantIdentifier>Corrent_M_ID_e.g_5618548151F487</MerchantIdentifier>