首页
学习
活动
专区
圈层
工具
发布
社区首页 >问答首页 >我正在使用amazon mws提交Product Feed并返回id和成功消息,但我找不到它在sellercentral中的位置?

我正在使用amazon mws提交Product Feed并返回id和成功消息,但我找不到它在sellercentral中的位置?
EN

Stack Overflow用户
提问于 2013-12-04 19:44:57
回答 1查看 630关注 0票数 1

我提交了下面的提要,并通过getFeedSubmissionId()获得了提交提要的id。

但是产品并没有出现在卖家的网站上。请在这方面帮助我。

提要:

代码语言:javascript
复制
<?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>**********</MerchantIdentifier>
    </Header>
    <MessageType>Product</MessageType>
    <Message>
        <MessageID>1</MessageID>
        <OperationType>Update</OperationType>
        <Product>
            <SKU>RO7WA11930KB1CASB</SKU>
            <StandardProductID>
                <Type>EAN</Type>
                <Value>$ean</Value>
            </StandardProductID>
            <LaunchDate>$sDate</LaunchDate>
            <DescriptionData>
                <Title>$title</Title>
                <Brand>$mid</Brand>
                <Description>$desc</Description>    
                <MSRP currency="EUR">$price</MSRP>
                <Manufacturer>$mid</Manufacturer>
                <ItemType>stilhund</ItemType>
                <ItemPackageQuantity>$stock</ItemPackageQuantity>
                <RecommendedBrowseNode>12950661</RecommendedBrowseNode> 
            </DescriptionData>
            <ProductData>
                <Health>
                    <ProductType>
                        <HealthMisc>
                            <Material>Stilhund Products</Material>
                        </HealthMisc>
                    </ProductType>
                </Health>
            </ProductData>
        </Product>
    </Message>
</AmazonEnvelope>

提前感谢

EN

回答 1

Stack Overflow用户

发布于 2016-05-13 15:15:02

你可以通过"GetFeedSubmissionResult“接口找到它,在那里你传递你的"FeedSubmissionId”,并获得你提交的提要的状态。

票数 0
EN
页面原文内容由Stack Overflow提供。腾讯云小微IT领域专用引擎提供翻译支持
原文链接:

https://stackoverflow.com/questions/20374495

复制
相关文章

相似问题

领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档