尝试向亚马逊MWS提交产品Feed时出现错误13043

时间:2012-05-02 14:27:57

标签: php amazon-mws

我正在使用MWS向亚马逊发送产品Feed。

这是我发送的内容(在产品Feed中,而不是价格Feed) 使用类型:_POST_PRODUCT_DATA _

为什么我收到错误,说我的价格不合适?

<?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>WAL-0011</SKU>

                           <ProductTaxCode>A_GEN_TAX</ProductTaxCode>
                           <Condition>
                                   <ConditionType>New</ConditionType>
                           </Condition>
                           <DescriptionData>
                                   <Title><![CDATA[ FLAMES FIRE TRIFOLD 4" LEATHER NEW Biker WALLET & CHAIN ]]></Title>
                                   <Description><![CDATA[ The awesome, Black, soft leather, tri-fold four inch wallet. This wallet includes a detachable chain with snapping belt loop as well as a "Flame" screen print. This great functional and stylish wallet makes a great gift! <BR ]]></Description>



                           </DescriptionData>
                           <ProductData>

                                   <Miscellaneous>
                                           <ProductType>Misc_Other</ProductType>
                                   </Miscellaneous>
                           </ProductData>
                   </Product>
           </Message>
           <Message>
                   <MessageID>2</MessageID>
                   <OperationType>Update</OperationType>
                   <Product>
                           <SKU>WAL-0028</SKU>

                           <ProductTaxCode>A_GEN_TAX</ProductTaxCode>
                           <Condition>
                                   <ConditionType>New</ConditionType>
                           </Condition>
                           <DescriptionData>
                                   <Title><![CDATA[ TOO LOUD TOO BAD 4" SOFT LEATHER Biker WALLET & CHAIN!! ]]></Title>
                                   <Description><![CDATA[ The awesome, 4" Leather Wallet with Chain Black, soft leather, tri-fold four inch wallet. This wallet includes a detachable chain snapping belt loop This great functional and stylish wallet makes a great gift! <BR ]]></Description>



                           </DescriptionData>
                           <ProductData>

                                   <Miscellaneous>
                                           <ProductType>Misc_Other</ProductType>
                                   </Miscellaneous>
                           </ProductData>
                   </Product>
           </Message>
           <Message>
                   <MessageID>3</MessageID>
                   <OperationType>Update</OperationType>
                   <Product>
                           <SKU>WAL-0017</SKU>

                           <ProductTaxCode>A_GEN_TAX</ProductTaxCode>
                           <Condition>
                                   <ConditionType>New</ConditionType>
                           </Condition>
                           <DescriptionData>
                                   <Title><![CDATA[ PAISLEY Ladies TRIFOLD 7.5 x 4 NEW LEATHER Biker WALLET ]]></Title>
                                   <Description><![CDATA[ The awesome, Ladies Paisley Design Leather Wallet 7.5" x 4" Trifold Wallet ID &amp; Credit Card Slots and Change Pocket. This great functional and stylish wallet makes a great gift! ]]></Description>



                           </DescriptionData>
                           <ProductData>

                                   <Miscellaneous>
                                           <ProductType>Misc_Other</ProductType>
                                   </Miscellaneous>
                           </ProductData>
                   </Product>
           </Message>
           <Message>
                   <MessageID>4</MessageID>
                   <OperationType>Update</OperationType>
                   <Product>
                           <SKU>WAL-0022</SKU>

                           <ProductTaxCode>A_GEN_TAX</ProductTaxCode>
                           <Condition>
                                   <ConditionType>New</ConditionType>
                           </Condition>
                           <DescriptionData>
                                   <Title><![CDATA[ SKULL & ROSE TATTOO Ladies 7.5 x 4 LEATHER Biker WALLET ]]></Title>
                                   <Description><![CDATA[ The awesome, Ladies Skull and Rose Tattoo Leather Wallet 7.5" x 4" Trifold Wallet ID &amp; Credit Card Slots and Change Pocket. This great functional and stylish wallet makes a great gift! ]]></Description>



                           </DescriptionData>
                           <ProductData>

                                   <Miscellaneous>
                                           <ProductType>Misc_Other</ProductType>
                                   </Miscellaneous>
                           </ProductData>
                   </Product>
           </Message>

这是我得到的错误

<AmazonEnvelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="amzn-envelope.xsd">
<Header>
    <DocumentVersion>1.02</DocumentVersion>
    <MerchantIdentifier>M_HEYGIDDAY_10799467</MerchantIdentifier>
</Header>
<MessageType>ProcessingReport</MessageType>
<Message>
    <MessageID>1</MessageID>
    <ProcessingReport>
        <DocumentTransactionID>5153491920</DocumentTransactionID>
        <StatusCode>Complete</StatusCode>
        <ProcessingSummary>
            <MessagesProcessed>4</MessagesProcessed>
            <MessagesSuccessful>0</MessagesSuccessful>
            <MessagesWithError>4</MessagesWithError>
            <MessagesWithWarning>0</MessagesWithWarning>
        </ProcessingSummary>
        <StatusCode>Complete</StatusCode>
        <ProcessingSummary>
            <MessagesProcessed>4</MessagesProcessed>
            <MessagesSuccessful>4</MessagesSuccessful>
            <MessagesWithError>0</MessagesWithError>
            <MessagesWithWarning>0</MessagesWithWarning>
        </ProcessingSummary>
        <StatusCode>Complete</StatusCode>
        <ProcessingSummary>
            <MessagesProcessed>4</MessagesProcessed>
            <MessagesSuccessful>4</MessagesSuccessful>
            <MessagesWithError>0</MessagesWithError>
            <MessagesWithWarning>0</MessagesWithWarning>
        </ProcessingSummary>
        <Result>
            <MessageID>1</MessageID>
            <ResultCode>Error</ResultCode>
            <ResultMessageCode>13043</ResultMessageCode>
            <ResultDescription>0.00 price (standard or sales) will not be accepted. Please ensure that every SKU in your feed has a price at least equal to or greater than 0.01</ResultDescription>
            <AdditionalInfo>
                <SKU>WAL-0011</SKU>
            </AdditionalInfo>
        </Result>

等每个项目......

1 个答案:

答案 0 :(得分:0)

好的,我用亚马逊的帮助解决了这个问题。非常好的支持。他们告诉我只提交价格Feed并修复它。这就是写给我的。我检查了您的Feed,我建议您上传另一个Feed,这是您在批处理ID 515341511中提到的所有skus的价格Feed。请输入所有skus的价格并上传并再次重新上传Feed您为批次ID 5153415118上传的内容。我相信不会有任何问题