向亚马逊MWS发布有害物质信息

时间:2013-04-17 07:36:15

标签: amazon-mws

我们正在使用MWS服务在亚马逊市场上创建/更新商品。除了我们无法通过XML发送项目的危险项信息外,一切正常。

我们应该使用哪些XML字段来获取有害物质信息?

示例Feed:

<?xml version="1.0" ?>
<AmazonEnvelope xmlns:xsi="http://www.w3.org/2001/XMLSchema
-
instance" xsi:noNamespaceSchemaLocation="amzn
-
envelop
e.xsd">
<Header>
<DocumentVersion>1.01</DocumentVersion>
<MerchantIdentifier>M_SELLER_354577</MerchantIdentifier>
</Header>
<MessageType>Product</MessageType>
<PurgeAndReplace>true</PurgeAndReplace>
<Message>
<MessageID>1</MessageID>
<Op
erationType>Update</OperationType>
<Product>
<SKU>1Z
-
500ABR
-
FLAT</SKU>
<ProductTaxCode>A_GEN_TAX</ProductTaxCode>
<LaunchDate>2005
-
07
-
26T00:00:01</LaunchDate>
<DescriptionData>
<Title>Lyric 500 tc Queen Flat Sheet, Ivory</Title>
<Brand>Peaco
ck Alley</Brand>
<Description>Lyric sheeting by Peacock Alley is the epitome of simple and classic</Description>
<BulletPoint>made in Italy</BulletPoint>
<BulletPoint>500 thr
ead count</BulletPoint>
<BulletPoint>plain weave (percale)</BulletPoint>
<BulletPoint>100% Egyptian cotton</BulletPoint>
<Manufacturer>Peacock Alley</Manufacturer>
<SearchTerms>bedding</SearchTerms>
<SearchTerms>Sheets</SearchTerms>
<Item
Type>flat
-
sheets</ItemType>
<IsGiftWrapAvailable>false</IsGiftWrapAvailable>
<IsGiftMessageAvailable>false</IsGiftMessageAvailable>
<RecommendedBrowseNode>60583031</RecommendedBrowseNode>
<RecommendedBrowseNode>60576021<
/RecommendedBrowseNode>
</DescriptionData>
<ProductData>
<Home>
<Parentage>variation
-
parent</Parentage>
<VariationData>
<VariationTheme>Size
-
Color</VariationTheme>
</VariationData>
<Material>cotton</Material>
<
ThreadCount>500</ThreadCount>
</Home>
</ProductData>
</Product>
</Message>
<Message>
</AmazonEnvelope>

1 个答案:

答案 0 :(得分:1)

XSD中有一些涉及危险材料的领域

  1. <EUcompliance>标记,但根据XSD,只能使用代替 <Home>这对我没有任何意义。有关详细信息,请查看Products.xsd和EUcompliance.xsd

  2. <HazmatItem><FBA>中有<ToysBaby>个,但它们与上述命运相同。有关详细信息,请查看amzn-base.xsd的定义以及FBA.xsd和ToysBaby供其使用。 我不知道为什么它们和其他产品类型都不合适,但是,嘿,这就是他们的XSD所说的,而且这不是我第一次感到困惑亚马逊的架构设计师在想什么......所以你留下了< / p>

  3. 将其放入<OtherItemAttributes>,这对所有产品类型都有效。它会介于</ItemType><IsGiftWrapAvailable>之间。有关详细信息,请查看products.xsd

  4. 我不知道您为什么要在Feed中添加危险品信息,但这就是我所说的。 (顺便说一下,你最后还有一个额外的标签,不应该在那里)