mirror of
https://bitbucket.org/vendoo/vendoo_v1.0.git
synced 2025-12-25 11:47:40 +00:00
42 lines
1.7 KiB
XML
42 lines
1.7 KiB
XML
<?xml version="1.0" encoding="iso-8859-1"?>
|
|
<AmazonEnvelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
|
xsi:noNamespaceSchemaLocation="amzn-envelope.xsd">
|
|
<Header>
|
|
<DocumentVersion>1.01</DocumentVersion>
|
|
<MerchantIdentifier>M_EXAMPLE_123456</MerchantIdentifier>
|
|
</Header>
|
|
<MessageType>Product</MessageType>
|
|
<PurgeAndReplace>false</PurgeAndReplace>
|
|
<Message>
|
|
<MessageID>1</MessageID>
|
|
<OperationType>Update</OperationType>
|
|
<Product>
|
|
<SKU>56789</SKU>
|
|
<StandardProductID>
|
|
<Type>ASIN</Type>
|
|
<Value>B0EXAMPLEG</Value>
|
|
</StandardProductID>
|
|
<ProductTaxCode>A_GEN_NOTAX</ProductTaxCode>
|
|
<DescriptionData>
|
|
<Title>Example Product Title</Title>
|
|
<Brand>Example Product Brand</Brand>
|
|
<Description>This is an example product description.</Description>
|
|
<BulletPoint>Example Bullet Point 1</BulletPoint>
|
|
<BulletPoint>Example Bullet Point 2</BulletPoint>
|
|
<MSRP currency="USD">25.19</MSRP>
|
|
<Manufacturer>Example Product Manufacturer</Manufacturer>
|
|
<ItemType>example-item-type</ItemType>
|
|
</DescriptionData>
|
|
<ProductData>
|
|
<Health>
|
|
<ProductType>
|
|
<HealthMisc>
|
|
<Ingredients>Example Ingredients</Ingredients>
|
|
<Directions>Example Directions</Directions>
|
|
</HealthMisc>
|
|
</ProductType>
|
|
</Health>
|
|
</ProductData>
|
|
</Product>
|
|
</Message>
|
|
</AmazonEnvelope> |