亚马逊 API _POST_PRODUCT_DATA_ - 产品 Feed - 需要新属性

问题描述

从大约 2 周前开始,亚马逊更改了一些必需的属性。 这是我们提交的供稿:

<?xml version="1.0"?>
<AmazonEnvelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="amzn-envelope.xsd">
    <Header>
        <DocumentVersion>
            1.02
        </DocumentVersion>
        <MerchantIdentifier>
            1234
        </MerchantIdentifier>
    </Header>
    <MessageType>
        Product
    </MessageType>
    <PurgeAndReplace>
        false
    </PurgeAndReplace>
    <Message>
        <MessageID>
            1
        </MessageID>
        <OperationType>
            PartialUpdate
        </OperationType>
        <Product>
            <SKU>
                NE_940_Kids
            </SKU>
            <launchdate>
                2021-05-17T08:58:59+02:00
            </launchdate>
            <Condition>
                <ConditionType>
                    New
                </ConditionType>
            </Condition>
            <DescriptionData>
                <Title>
                    <![CDATA[kids hat children NY LA]]>
                </Title>
                <Brand>
                    <![CDATA[Testbrand]]>
                </Brand>
                <Description>
                    <![CDATA[<b>Stylish</b>]]>
                </Description>
                <BulletPoint>
                    Classic baseball
                </BulletPoint>
                <BulletPoint>
                    Stylish cap</BulletPoint>
                <BulletPoint>
                    The perfect hat </BulletPoint>
                <BulletPoint>
                    High quality material
                </BulletPoint>
                <Manufacturer>
                    <![CDATA[Testbrand]]>
                </Manufacturer>
                <SearchTerms>
                    summer
                </SearchTerms>
                <ItemType>
                    sports-fan-baseball-caps
                </ItemType>
                <RecommendedbrowseNode>
                    8794244011
                </RecommendedbrowseNode>
            </DescriptionData>
            <ProductData>
                <Sports>
                    <ProductType>
                        SportingGoods
                    </ProductType>
                    <VariationData>
                        <Parentage>
                            parent
                        </Parentage>
                        <VariationTheme>
                            ColorSize
                        </VariationTheme>
                    </VariationData>
                    <ModelYear>
                        2021
                    </ModelYear>
                    <TargetGender>
                        unisex
                    </TargetGender>
                    <AgeRangeDescription>
                        adult
                    </AgeRangeDescription>
                    <HeadwearSizeClass>
                        age
                    </HeadwearSizeClass>
                    <HeadwearSize>
                        1_year
                    </HeadwearSize>
                    <HeadwearSizeSystem>
                        as1
                    </HeadwearSizeSystem>
                    <HeadwearSizeto>
                        14_years
                    </HeadwearSizeto>
                </Sports>
            </ProductData>
        </Product>
    </Message>  
</AmazonEnvelope>

我们得到的信息是 HeadwearSizeClassHeadwearSizeHeadwearSizeSystemHeadwearSizeto 没想到。但是,如果我们删除这些字段,我们会得到错误 缺少某些属性。 两周前,我们没有提交上述 4 个属性之一,一切正常,但现在我不知道缺少什么或我们应该写什么来列出这个父级。

有人可以帮我吗?

您可以在此处下载 Sports.xsd 文件https://images-na.ssl-images-amazon.com/images/G/01/rainier/help/xsd/release_1_9/Sports.xsd

解决方法

暂无找到可以解决该程序问题的有效方法,小编努力寻找整理中!

如果你已经找到好的解决方法,欢迎将解决方案带上本链接一起发送给小编。

小编邮箱:dio#foxmail.com (将#修改为@)