Dear visitor, welcome to Tools & Services for CSV and XML Data. If this is your first visit here, please read the Help. It explains in detail how this page works. To use all features of this page, you should consider registering. Please use the registration form, to register here or read more information about the registration process. If you are already registered, please login here.
Source code |
|
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 |
<?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.02</DocumentVersion> <MerchantIdentifier>xxx</MerchantIdentifier> </Header> <MessageType>ProcessingReport</MessageType> <Message> <MessageID>1</MessageID> <ProcessingReport> <DocumentTransactionID>60822017569</DocumentTransactionID> <StatusCode>Complete</StatusCode> <ProcessingSummary> <MessagesProcessed>1</MessagesProcessed> <MessagesSuccessful>0</MessagesSuccessful> <MessagesWithError>1</MessagesWithError> <MessagesWithWarning>1</MessagesWithWarning> </ProcessingSummary> <Result> <MessageID>0</MessageID> <ResultCode>Warning</ResultCode> <ResultMessageCode>90061</ResultMessageCode> <ResultDescription>Der Titel des Message/Product/ProductData/Furniture/ProductType/Furniture/ProductType-Felds ist ungültig, deshalb wurden die Werte dieses Felds ignoriert. Um den Fehler zu beheben, laden Sie die Dateivorlage neu herunter und übertragen Sie Ihre Daten (ohne Header) oder kopieren Sie die korrekte Header-Zeile aus der heruntergeladenen Vorlage in Ihre Datei.</ResultDescription> </Result> <Result> <MessageID>1</MessageID> <ResultCode>Error</ResultCode> <ResultMessageCode>5000</ResultMessageCode> <ResultDescription>XML Parsing Error at Line 32, Column 19: cvc-type.3.1.2: Element 'ProductType' is a simple type, so it must have no element information item [children].</ResultDescription> <AdditionalInfo> <SKU>615</SKU> </AdditionalInfo> </Result> </ProcessingReport> </Message> </AmazonEnvelope> |
Source code |
|
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 |
<?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.02</DocumentVersion> <MerchantIdentifier>xxx</MerchantIdentifier> </Header> <MessageType>Product</MessageType> <Message> <MessageID>1</MessageID> <OperationType>Update</OperationType> <Product> <SKU>615</SKU> <StandardProductID> <Type>EAN</Type> <Value>401355663512</Value> </StandardProductID> <LaunchDate>2018-02-07T12:14:17</LaunchDate> <Condition> <ConditionType><![CDATA[New]]></ConditionType> </Condition> <DescriptionData> <Title><![CDATA[Acamp Hollywoodschaukel Star Liegeschaukel]]></Title> <Description><![CDATA[Die innovative Neuinterpretation der klassischen Hollywood-Schaukel. Pate dazu stand der traditionelle Strandkorb, der durch sein Verdeck eine gewisse Privatsphäre ermöglicht. Das Sonnendach ist beinahe um 180° verstellbar und durch Fiberglasverstrebungen sehr stabil.]]></Description> <RecommendedBrowseNode>2504728031</RecommendedBrowseNode> </DescriptionData> <ProductData> <Furniture> <ProductType> <Furniture> <ProductType>Furniture</ProductType> </Furniture> </ProductType> </Furniture> </ProductData> </Product> </Message> </AmazonEnvelope> |
Source code |
|
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 |
<?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.02</DocumentVersion> <MerchantIdentifier>xxx</MerchantIdentifier> </Header> <MessageType>Product</MessageType> <Message> <MessageID>1</MessageID> <OperationType>Update</OperationType> <Product> <SKU>0601800520000</SKU> <StandardProductID> <Type>EAN</Type> <Value>0601800520000</Value> </StandardProductID> <LaunchDate>2018-02-09T10:18:21</LaunchDate> <Condition> <ConditionType><![CDATA[New]]></ConditionType> </Condition> <DescriptionData> <Title><![CDATA[Haas und Sohn Kaminbausatz Adonis II]]></Title> <Brand><![CDATA[Haas und Sohn]]></Brand> <Description><![CDATA[Kaminfeuerromantik zum Selbermachen - Mit Wärmespeicherbeton für langanhaltende Wärmeabstrahlung.]]></Description> <RecommendedBrowseNode>2076424031</RecommendedBrowseNode> <RecommendedBrowseNode>80084031</RecommendedBrowseNode> </DescriptionData> <ProductData> <Home> <ProductType>Home</ProductType> </Home> </ProductData> </Product> </Message> </AmazonEnvelope> |
Source code |
|
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 |
<?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.02</DocumentVersion> <MerchantIdentifier>xxx</MerchantIdentifier> </Header> <MessageType>ProcessingReport</MessageType> <Message> <MessageID>1</MessageID> <ProcessingReport> <DocumentTransactionID>60862017571</DocumentTransactionID> <StatusCode>Complete</StatusCode> <ProcessingSummary> <MessagesProcessed>1</MessagesProcessed> <MessagesSuccessful>0</MessagesSuccessful> <MessagesWithError>1</MessagesWithError> <MessagesWithWarning>0</MessagesWithWarning> </ProcessingSummary> <Result> <MessageID>1</MessageID> <ResultCode>Error</ResultCode> <ResultMessageCode>5000</ResultMessageCode> <ResultDescription>XML Parsing Error at Line 30, Column 36: cvc-complex-type.2.3: Element 'ProductType' cannot have character [children], because the type's content type is element-only.</ResultDescription> <AdditionalInfo> <SKU>0601800520000</SKU> </AdditionalInfo> </Result> <Result> <MessageID>1</MessageID> <ResultCode>Error</ResultCode> <ResultMessageCode>5000</ResultMessageCode> <ResultDescription>XML Parsing Error at Line 30, Column 36: cvc-complex-type.2.4.b: The content of element 'ProductType' is not complete. One of '{BedAndBath, FurnitureAndDecor, Kitchen, OutdoorLiving, SeedsAndPlants, Art, Fabric, VacuumCleaner, Mattress, Bed, Headboard, Dresser, Cabinet, Chair, Table, Bench, Sofa, Desk, FloorCover, Bakeware, Cookware, Cutlery, Dinnerware, Serveware, KitchenTools, SmallHomeAppliances, Home}' is expected.</ResultDescription> <AdditionalInfo> <SKU>0601800520000</SKU> </AdditionalInfo> </Result> </ProcessingReport> </Message> </AmazonEnvelope> |
Source code |
|
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 |
<?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.02</DocumentVersion> <MerchantIdentifier>xxx</MerchantIdentifier> </Header> <MessageType>Product</MessageType> <Message> <MessageID>1</MessageID> <OperationType>Update</OperationType> <Product> <SKU>0601800520000</SKU> <StandardProductID> <Type>EAN</Type> <Value>0601800520000</Value> </StandardProductID> <LaunchDate>2018-02-09T10:23:35</LaunchDate> <Condition> <ConditionType><![CDATA[New]]></ConditionType> </Condition> <DescriptionData> <Title><![CDATA[Haas und Sohn Kaminbausatz Adonis II]]></Title> <Brand><![CDATA[Haas und Sohn]]></Brand> <Description><![CDATA[Kaminfeuerromantik zum Selbermachen - Mit Wärmespeicherbeton für langanhaltende Wärmeabstrahlung.]]></Description> <RecommendedBrowseNode>2076424031</RecommendedBrowseNode> <RecommendedBrowseNode>80084031</RecommendedBrowseNode> </DescriptionData> <ProductData> <Home> <ProductType>Home</ProductType> <Parentage>child</Parentage> </Home> </ProductData> </Product> </Message> </AmazonEnvelope> |
Das immer etwas irreführend. Ein Artikel bekommt beim Anlegen in Amazon automatisch den Wert Child. Daher geben wir den nicht mit.Quoted
Wenn Parentage auf 'child' gestellt wird, dann fehlt glaub ich nach ProductType eine neue Zeile
Source code |
|
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 |
<?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.02</DocumentVersion> <MerchantIdentifier>xxx</MerchantIdentifier> </Header> <MessageType>Product</MessageType> <Message> <MessageID>1</MessageID> <OperationType>Update</OperationType> <Product> <SKU>0601800520000</SKU> <StandardProductID> <Type>EAN</Type> <Value>0601800520000</Value> </StandardProductID> <LaunchDate>2018-02-09T11:33:48</LaunchDate> <Condition> <ConditionType><![CDATA[New]]></ConditionType> </Condition> <DescriptionData> <Title><![CDATA[Haas und Sohn Kaminbausatz Adonis II]]></Title> <Brand><![CDATA[Haas und Sohn]]></Brand> <Description><![CDATA[Kaminfeuerromantik zum Selbermachen - Mit Wärmespeicherbeton für langanhaltende Wärmeabstrahlung.]]></Description> <Manufacturer><![CDATA[Haas und Sohn]]></Manufacturer> <RecommendedBrowseNode>2076424031</RecommendedBrowseNode> <RecommendedBrowseNode>80084031</RecommendedBrowseNode> </DescriptionData> <ProductData> <Home> <ProductType> <Home> </Home> </ProductType> </Home> </ProductData> </Product> </Message> </AmazonEnvelope> |
Source code |
|
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 |
<?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.02</DocumentVersion> <MerchantIdentifier>xxx</MerchantIdentifier> </Header> <MessageType>ProcessingReport</MessageType> <Message> <MessageID>1</MessageID> <ProcessingReport> <DocumentTransactionID>60868017571</DocumentTransactionID> <StatusCode>Complete</StatusCode> <ProcessingSummary> <MessagesProcessed>1</MessagesProcessed> <MessagesSuccessful>0</MessagesSuccessful> <MessagesWithError>1</MessagesWithError> <MessagesWithWarning>0</MessagesWithWarning> </ProcessingSummary> <Result> <MessageID>1</MessageID> <ResultCode>Error</ResultCode> <ResultMessageCode>8560</ResultMessageCode> <ResultDescription>SKU 0601800520000, Fehlende Attribute standard_product_id. SKU 0601800520000 keine eindeutige ASIN gefunden. Zur Erstellung einer neuen ASIN fehlen noch folgende Attribute: standard_product_id. Feed ID: 0. Weitere Informationen dazu http://sellercentral.amazon.co.uk/gp/errorcode/200692370</ResultDescription> <AdditionalInfo> <SKU>0601800520000</SKU> </AdditionalInfo> </Result> <Result> <MessageID>1</MessageID> <ResultCode>Error</ResultCode> <ResultMessageCode>13013</ResultMessageCode> <ResultDescription>We're unable to complete your request because this SKU is not in the Amazon catalog. If this was a deleted SKU, wait 24 hours before resubmitting it. If you tried to add this SKU to the Amazon catalog before, check your data and correct any errors before resubmitting. </ResultDescription> <AdditionalInfo> <SKU>0601800520000</SKU> </AdditionalInfo> </Result> <Result> <MessageID>1</MessageID> <ResultCode>Error</ResultCode> <ResultMessageCode>13013</ResultMessageCode> <ResultDescription>We're unable to complete your request because this SKU is not in the Amazon catalog. If this was a deleted SKU, wait 24 hours before resubmitting it. If you tried to add this SKU to the Amazon catalog before, check your data and correct any errors before resubmitting. </ResultDescription> <AdditionalInfo> <SKU>0601800520000</SKU> </AdditionalInfo> </Result> </ProcessingReport> </Message> </AmazonEnvelope> |