无法使用xml(Feed Api)在amazon.de中将项目添加为书

时间:2018-07-30 09:24:15

标签: amazon

xml请求:-

<?xml version="1.0" encoding="utf-8"?>
<AmazonEnvelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="amznenvelope.xsd">
<Header>
<DocumentVersion>1.01</DocumentVersion>
</Header>
<MessageType>Product</MessageType>
<Message>
<MessageID>1</MessageID>
<OperationType>Update</OperationType>
<Product>
  <SKU>1000441836</SKU>
    <StandardProductID>
      <Type>EAN</Type>
      <Value>4260332135009</Value>
  </StandardProductID>
  <Condition>
   <ConditionType>New</ConditionType>
  </Condition>
<DescriptionData>
<Title><![CDATA[Tiptoi Bündel Alle Meine Tiere und Bauernhof Set]]></Title>
<Manufacturer>Stocker</Manufacturer>
<SearchTerms>Paragon</SearchTerms>
<SearchTerms>Jeff Kinney</SearchTerms>
<SearchTerms>Book</SearchTerms>
</DescriptionData>
<ProductData>
  <Books>
    <ProductType>
      <BooksMisc>
         <Author>Jeff Kinney</Author>
         <Binding>Hardcover</Binding>
         <IsAdultProduct>false</IsAdultProduct>
         <IsFixedPrice>true</IsFixedPrice>
         <Language>German</Language>
         <PublicationDate>2017-08-01T00:00:00</PublicationDate>
         <SourcedCountryCode>DE</SourcedCountryCode>
         <Subject>Test</Subject>
      </BooksMisc>
    </ProductType>
  </Books>
</ProductData>
</Product>
</Message>
</AmazonEnvelope>

我得到的答复:-

SKU与任何ASIN不匹配,并且提供的产品数据不适合创建ASIN

我想念的是什么?我能为我提供的任何帮助都可以

0 个答案:

没有答案