我一直在尝试使用便笺工具添加产品。我正在尝试的产品是" Toys"类别,所以我按照玩具的平面文件填写所有必填字段。 我已经包含了我正在使用的XML代码的副本。
<?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>M_SMARTIVITY_4422041 </MerchantIdentifier>
</Header>
<MessageType>Product</MessageType>
<PurgeAndReplace>false</PurgeAndReplace>
<Message>
<MessageID>1</MessageID>
<OperationType>Update</OperationType>
<Product>
<SKU>SMRT1025</SKU>
<StandardProductID>
<Type>EAN</Type>
<Value>8908006537259</Value>
</StandardProductID>
<ProductTaxCode>A_TOY_GENERAL</ProductTaxCode>
<Condition>
<ConditionType>New</ConditionType>
</Condition>
<NumberOfItems>10</NumberOfItems>
<DescriptionData>
<Title>Smartivity EDGE Jurassic Wonders Pack</Title>
<Brand>Smartivity</Brand>
<Description>Smartivity EDGE LET’S LEARN 1,2,3… set includes 10 (ten)</Description>
<BulletPoint>Example Bullet Point 1</BulletPoint>
<BulletPoint>Example Bullet Point 2</BulletPoint>
<MSRP currency="INR">400</MSRP>
<Manufacturer>Smartivity Labs Pvt. Ltd.</Manufacturer>
<MfrPartNumber>SMRT1025</MfrPartNumber>
<RecommendedBrowseNode>1350381031</RecommendedBrowseNode>
</DescriptionData>
<ProductData>
<Toys>
<ProductType>
<ToysAndGames>
<Color>Blue</Color>
<ColorMap>Brown</ColorMap>
</ToysAndGames>
</ProductType>
<AgeRecommendation>
<MinimumManufacturerAgeRecommended unitOfMeasure="years">6</MinimumManufacturerAgeRecommended>
</AgeRecommendation>
</Toys>
</ProductData>
</Product>
</Message>
</AmazonEnvelope>