我使用第三方模块使用亚马逊商城网络服务(亚马逊MWS)将我的产品同步到Amazon.in。 我发送以下产品Feed:
<?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>A23HJ74Y8N7IZI</MerchantIdentifier>
</Header>
<MessageType>Product</MessageType>
<Message>
<MessageID>1</MessageID>
<OperationType>Update</OperationType>
<Product>
<SKU>MSL110</SKU>
<DescriptionData>
<Title>Boerandfitch - Grey Milange Boxer Shorts - MSL110</Title>
<Brand>Boerandfitch</Brand>
<Description>97% cotton ,3% polyester <br />
Dark Grey Melange colour, Regular fit <br />
Wash dark colour seperately <br />
Do not Iron on applique. Reverse Iron <br />
Machine wash or hand wash using a mild detergent</Description>
<BulletPoint>Constructed in cotton fine fleece</BulletPoint>
<Manufacturer>Boerandfitch</Manufacturer>
<MfrPartNumber>MSL110</MfrPartNumber>
<SearchTerms>online shopping shorts knitted trackpant track sho</SearchTerms>
<SearchTerms>bottom melange shorts cotton shorts fire bird shor</SearchTerms>
</DescriptionData>
<ProductData>
<Clothing>
<VariationData>
<Parentage>parent</Parentage>
<VariationTheme>SizeColor</VariationTheme>
</VariationData>
<ClassificationData>
<ClothingType>Sleepwear</ClothingType>
<Department>Men</Department>
<StyleKeywords>Relaxed</StyleKeywords>
<MaterialComposition>Cotton</MaterialComposition>
<InnerMaterial>Cotton</InnerMaterial>
<OuterMaterial>Cotton</OuterMaterial>
<Season>Spring-Summer</Season>
<CollectionName>Spring-Summer 14</CollectionName>
</ClassificationData>
</Clothing>
</ProductData>
</Product>
</Message>
<Message>
<MessageID>2</MessageID>
<OperationType>Update</OperationType>
<Product>
<SKU>MSL110-DGM-L</SKU>
<StandardProductID>
<Type>EAN</Type>
<Value>8903189246745</Value>
</StandardProductID>
<Condition>
<ConditionType>New</ConditionType>
</Condition>
<DescriptionData>
<Title>Boerandfitch - Grey Milange Boxer Shorts - MSL110 - Dark Grey Melange, L</Title>
<Brand>Boerandfitch</Brand>
<Description>97% cotton ,3% polyester <br />
Dark Grey Melange colour, Regular fit <br />
Wash dark colour seperately <br />
Do not Iron on applique. Reverse Iron <br />
Machine wash or hand wash using a mild detergent</Description>
<BulletPoint>Constructed in cotton fine fleece</BulletPoint>
<Manufacturer>Boerandfitch</Manufacturer>
<MfrPartNumber>MSL110-DGM-L</MfrPartNumber>
<SearchTerms>online shopping shorts knitted trackpant track sho</SearchTerms>
<SearchTerms>bottom melange shorts cotton shorts fire bird shor</SearchTerms>
</DescriptionData>
<ProductData>
<Clothing>
<VariationData>
<Parentage>child</Parentage>
<Size>Large</Size>
<Color>Dark Grey Melange</Color>
<VariationTheme>SizeColor</VariationTheme>
</VariationData>
<ClassificationData>
<ClothingType>Sleepwear</ClothingType>
<Department>Men</Department>
<StyleKeywords>Relaxed</StyleKeywords>
<ColorMap>Multi-Coloured</ColorMap>
<MaterialComposition>Cotton</MaterialComposition>
<InnerMaterial>Cotton</InnerMaterial>
<OuterMaterial>Cotton</OuterMaterial>
<Season>Spring-Summer</Season>
<SizeMap>Large</SizeMap>
<CollectionName>Spring-Summer 14</CollectionName>
</ClassificationData>
</Clothing>
</ProductData>
</Product>
</Message>
<Message>
<MessageID>3</MessageID>
<OperationType>Update</OperationType>
<Product>
<SKU>MSL110-DGM-S</SKU>
<StandardProductID>
<Type>EAN</Type>
<Value>8903189246738</Value>
</StandardProductID>
<Condition>
<ConditionType>New</ConditionType>
</Condition>
<DescriptionData>
<Title>Boerandfitch - Grey Milange Boxer Shorts - MSL110 - Dark Grey Melange, S</Title>
<Brand>Boerandfitch</Brand>
<Description>97% cotton ,3% polyester <br />
Dark Grey Melange colour, Regular fit <br />
Wash dark colour seperately <br />
Do not Iron on applique. Reverse Iron <br />
Machine wash or hand wash using a mild detergent</Description>
<BulletPoint>Constructed in cotton fine fleece</BulletPoint>
<Manufacturer>Boerandfitch</Manufacturer>
<MfrPartNumber>MSL110-DGM-S</MfrPartNumber>
<SearchTerms>online shopping shorts knitted trackpant track sho</SearchTerms>
<SearchTerms>bottom melange shorts cotton shorts fire bird shor</SearchTerms>
</DescriptionData>
<ProductData>
<Clothing>
<VariationData>
<Parentage>child</Parentage>
<Size>Small</Size>
<Color>Dark Grey Melange</Color>
<VariationTheme>SizeColor</VariationTheme>
</VariationData>
<ClassificationData>
<ClothingType>Sleepwear</ClothingType>
<Department>Men</Department>
<StyleKeywords>Relaxed</StyleKeywords>
<ColorMap>Multi-Coloured</ColorMap>
<MaterialComposition>Cotton</MaterialComposition>
<InnerMaterial>Cotton</InnerMaterial>
<OuterMaterial>Cotton</OuterMaterial>
<Season>Spring-Summer</Season>
<SizeMap>Small</SizeMap>
<CollectionName>Spring-Summer 14</CollectionName>
</ClassificationData>
</Clothing>
</ProductData>
</Product>
</Message>
<Message>
<MessageID>4</MessageID>
<OperationType>Update</OperationType>
<Product>
<SKU>MSL110-DGM-XL</SKU>
<StandardProductID>
<Type>EAN</Type>
<Value>8903189246721</Value>
</StandardProductID>
<Condition>
<ConditionType>New</ConditionType>
</Condition>
<DescriptionData>
<Title>Boerandfitch - Grey Milange Boxer Shorts - MSL110 - Dark Grey Melange, XL</Title>
<Brand>Boerandfitch</Brand>
<Description>97% cotton ,3% polyester <br />
Dark Grey Melange colour, Regular fit <br />
Wash dark colour seperately <br />
Do not Iron on applique. Reverse Iron <br />
Machine wash or hand wash using a mild detergent</Description>
<BulletPoint>Constructed in cotton fine fleece</BulletPoint>
<Manufacturer>Boerandfitch</Manufacturer>
<MfrPartNumber>MSL110-DGM-XL</MfrPartNumber>
<SearchTerms>online shopping shorts knitted trackpant track sho</SearchTerms>
<SearchTerms>bottom melange shorts cotton shorts fire bird shor</SearchTerms>
</DescriptionData>
<ProductData>
<Clothing>
<VariationData>
<Parentage>child</Parentage>
<Size>X-Large</Size>
<Color>Dark Grey Melange</Color>
<VariationTheme>SizeColor</VariationTheme>
</VariationData>
<ClassificationData>
<ClothingType>Sleepwear</ClothingType>
<Department>Men</Department>
<StyleKeywords>Relaxed</StyleKeywords>
<ColorMap>Multi-Coloured</ColorMap>
<MaterialComposition>Cotton</MaterialComposition>
<InnerMaterial>Cotton</InnerMaterial>
<OuterMaterial>Cotton</OuterMaterial>
<Season>Spring-Summer</Season>
<SizeMap>X-Large</SizeMap>
<CollectionName>Spring-Summer 14</CollectionName>
</ClassificationData>
</Clothing>
</ProductData>
</Product>
</Message>
<Message>
<MessageID>5</MessageID>
<OperationType>Update</OperationType>
<Product>
<SKU>MSL110-DGM-M</SKU>
<StandardProductID>
<Type>EAN</Type>
<Value>8903189246714</Value>
</StandardProductID>
<Condition>
<ConditionType>New</ConditionType>
</Condition>
<DescriptionData>
<Title>Boerandfitch - Grey Milange Boxer Shorts - MSL110 - Dark Grey Melange, M</Title>
<Brand>Boerandfitch</Brand>
<Description>97% cotton ,3% polyester <br />
Dark Grey Melange colour, Regular fit <br />
Wash dark colour seperately <br />
Do not Iron on applique. Reverse Iron <br />
Machine wash or hand wash using a mild detergent</Description>
<BulletPoint>Constructed in cotton fine fleece</BulletPoint>
<Manufacturer>Boerandfitch</Manufacturer>
<MfrPartNumber>MSL110-DGM-M</MfrPartNumber>
<SearchTerms>online shopping shorts knitted trackpant track sho</SearchTerms>
<SearchTerms>bottom melange shorts cotton shorts fire bird shor</SearchTerms>
</DescriptionData>
<ProductData>
<Clothing>
<VariationData>
<Parentage>child</Parentage>
<Size>Medium</Size>
<Color>Dark Grey Melange</Color>
<VariationTheme>SizeColor</VariationTheme>
</VariationData>
<ClassificationData>
<ClothingType>Sleepwear</ClothingType>
<Department>Men</Department>
<StyleKeywords>Relaxed</StyleKeywords>
<ColorMap>Multi-Coloured</ColorMap>
<MaterialComposition>Cotton</MaterialComposition>
<InnerMaterial>Cotton</InnerMaterial>
<OuterMaterial>Cotton</OuterMaterial>
<Season>Spring-Summer</Season>
<SizeMap>Medium</SizeMap>
<CollectionName>Spring-Summer 14</CollectionName>
</ClassificationData>
</Clothing>
</ProductData>
</Product>
</Message>
<Message>
<MessageID>6</MessageID>
<OperationType>Update</OperationType>
<Product>
<SKU>MSL110-DGM-XXL</SKU>
<StandardProductID>
<Type>EAN</Type>
<Value>8903189246707</Value>
</StandardProductID>
<Condition>
<ConditionType>New</ConditionType>
</Condition>
<DescriptionData>
<Title>Boerandfitch - Grey Milange Boxer Shorts - MSL110 - Dark Grey Melange, XXL</Title>
<Brand>Boerandfitch</Brand>
<Description>97% cotton ,3% polyester <br />
Dark Grey Melange colour, Regular fit <br />
Wash dark colour seperately <br />
Do not Iron on applique. Reverse Iron <br />
Machine wash or hand wash using a mild detergent</Description>
<BulletPoint>Constructed in cotton fine fleece</BulletPoint>
<Manufacturer>Boerandfitch</Manufacturer>
<MfrPartNumber>MSL110-DGM-XXL</MfrPartNumber>
<SearchTerms>online shopping shorts knitted trackpant track sho</SearchTerms>
<SearchTerms>bottom melange shorts cotton shorts fire bird shor</SearchTerms>
</DescriptionData>
<ProductData>
<Clothing>
<VariationData>
<Parentage>child</Parentage>
<Size>XX-Large</Size>
<Color>Dark Grey Melange</Color>
<VariationTheme>SizeColor</VariationTheme>
</VariationData>
<ClassificationData>
<ClothingType>Sleepwear</ClothingType>
<Department>Men</Department>
<StyleKeywords>Relaxed</StyleKeywords>
<ColorMap>Multi-Coloured</ColorMap>
<MaterialComposition>Cotton</MaterialComposition>
<InnerMaterial>Cotton</InnerMaterial>
<OuterMaterial>Cotton</OuterMaterial>
<Season>Spring-Summer</Season>
<SizeMap>XX-Large</SizeMap>
<CollectionName>Spring-Summer 14</CollectionName>
</ClassificationData>
</Clothing>
</ProductData>
</Product>
</Message>
</AmazonEnvelope>
我在报告返回时收到此错误:
产品Feed - ID:10242392398 进入结果 已完成的参赛作品6 参赛作品成功1 错误5的条目 带有警告1的条目
错误8008:SKU:MSL110 - 我们无法识别您的孩子SKU:[MSL110]。有关如何继续的帮助,
错误8008:SKU:MSL110 - 我们无法识别您的孩子SKU:[MSL110]。有关如何继续的帮助
错误8008:SKU:MSL110 - 我们无法识别您的孩子SKU:[MSL110]。有关如何继续的帮助
错误8008:SKU:MSL110 - 我们无法识别您的孩子SKU:[MSL110]。有关如何继续的帮助
错误8008:SKU:MSL110 - 我们无法识别您的孩子SKU:[MSL110]。有关如何继续的帮助
错误99042:SKU:MSL110 - 未为“recommended_browse_nodes”提供值。请提供“recommended_browse_nodes”的值。请使用产品分类器或从卖家帮助下载特定于类别的浏览树指南,以查看有效“recommended_browse_nodes”值的列表。此信息告诉亚马逊您的产品应该归类在哪里,并影响客户找到您产品的容易程度。
错误99001:SKU:MSL110-DGM-L - “department_name”字段需要一个值。
错误99001:SKU:MSL110-DGM-L - “material_type”字段需要一个值。
错误99042:SKU:MSL110-DGM-L - 未为“recommended_browse_nodes”提供值。请提供“recommended_browse_nodes”的值。请使用产品分类器或从卖家帮助下载特定于类别的浏览树指南,以查看有效“recommended_browse_nodes”值的列表。此信息告诉亚马逊您的产品应该归类在哪里,并影响客户找到您产品的容易程度。
错误99001:SKU:MSL110-DGM-S - “department_name”字段需要一个值。
错误99001:SKU:MSL110-DGM-S - “material_type”字段需要一个值。
错误99042:SKU:MSL110-DGM-S - 未为“recommended_browse_nodes”提供值。请提供“recommended_browse_nodes”的值。请使用产品分类器或从卖家帮助下载特定于类别的浏览树指南,以查看有效“recommended_browse_nodes”值的列表。此信息告诉亚马逊您的产品应该归类在哪里,并影响客户找到您产品的容易程度。
错误99001:SKU:MSL110-DGM-XL - “department_name”字段需要一个值。
错误99001:SKU:MSL110-DGM-XL - “material_type”字段需要一个值。
错误99042:SKU:MSL110-DGM-XL - 未为“recommended_browse_nodes”提供值。请提供“recommended_browse_nodes”的值。请使用产品分类器或从卖家帮助下载特定于类别的浏览树指南,以查看有效“recommended_browse_nodes”值的列表。此信息告诉亚马逊您的产品应该归类在哪里,并影响客户找到您产品的容易程度。
错误99001:SKU:MSL110-DGM-M - “department_name”字段需要一个值。
错误99001:SKU:MSL110-DGM-M - “material_type”字段需要一个值。
错误99042:SKU:MSL110-DGM-M - 未为“recommended_browse_nodes”提供值。请提供“recommended_browse_nodes”的值。请使用产品分类器或从卖家帮助下载特定于类别的浏览树指南,以查看有效“recommended_browse_nodes”值的列表。此信息告诉亚马逊您的产品应该归类在哪里,并影响客户找到您产品的容易程度。
错误99001:SKU:MSL110-DGM-XXL - “department_name”字段需要一个值。
错误99001:SKU:MSL110-DGM-XXL - “material_type”字段需要一个值。
错误99042:SKU:MSL110-DGM-XXL - 未为“recommended_browse_nodes”提供值。请提供“recommended_browse_nodes”的值。请使用产品分类器或从卖家帮助下载特定于类别的浏览树指南,以查看有效“recommended_browse_nodes”值的列表。此信息告诉亚马逊您的产品应该归类在哪里,并影响客户找到您产品的容易程度。
你能解释一下我如何解决这个问题。
提前谢谢
答案 0 :(得分:1)
预先做的事情:你没有说你正在使用哪个第三方模块与PrestaShop,所以我们必须猜测实际做了什么以及如何改变它的行为。
您正在发送一个父SKU(MSL110)和五个孩子(MWS110-DGM-S,-M,-L,-XL和-XXL)。 MWS报告说它已经成功处理了这六个中的一个。我认为这是母产品,如果是这种情况,请检查卖家中心。
您的Feed无法使用我获得的XSD验证。我不允许CollectionName
,但可能已经过时了。饲料似乎已经通过了MWS饲料加工的验证阶段,所以我想无论如何都适合亚马逊。
您收到多个错误:
Department
中的XML元素ClassificationData
。MaterialAndFabric
ClassificationData
,您没有指定解决这些问题的步骤:
最简单的是最后一个错误。获取Browse Tree Guide,然后从列表中选择正确的类别。
在您的情况下,适当的类别似乎是ID 1045710,“服装和配饰/男士/内衣/拳击手”。在结束RecommendedBrowseNode
标记之前放置,如下所示:
DescriptionData
。这应该摆脱错误#4。
相同的“浏览树指南”在下一列中显示了两个附加值:DescriptionData
。这意味着您的ClassificationData应该包含这两个值。你的部门已经读过“男士”,但我会将其改为小写以匹配BTG,并查看错误#2是否消失。 item type关键字在XML中称为...<RecommendedBrowseNode>1045710</RecommendedBrowseNode></DescriptionData>
,应包含“boxer-shorts”。
当你在这里时,你还应该添加department_name:mens AND item_type_keyword:boxer-shorts
。 StyleKeywords
。这应该摆脱错误#3。
现在您应该看到Seller Central中的所有六个产品,如果您这样做,错误#1可能也会消失,因为它现在可以创建父子链接,因为它们实际上在数据库中。< / p>