Export Product Types from Amazon Seller Central
This task will provide a list of all product types that are available within Amazon's catalogue in XML format. You can optionally specify one or more keywords to filter the list of results, or provide a product name to obtain the product type that Amazon would recommend for a specific product.
Settings
Amazon Seller Central Connection
Required
The Amazon Seller Central connection to use. See the Connecting to Amazon Seller Central article if you require more information on how to create/manage connections.
Marketplaces
Required
Choose at least one marketplace to export product types from.
Item Name
Optional
Provide a product name to get Amazon's recommended product type for a specific product. The 'Keywords' setting must be left blank when using this option.
Keywords
Optional
Provide a comma separated list of keywords to search product types by. The 'Item Name' setting must be left blank when using this option.
Locale
Optional
Provide a locale, such as en_GB
or en_US
to specify the language used in the 'Item Name' and 'Keywords' settings, and the language the product type display names should be returned in. If not specified, the primary locale of the selected marketplace will be used.
Output File
Required
The name of the file to export the downloaded product types to.
Zynk Settings
See Common Task Settings.
Examples
Sample output file:
<?xml version="1.0" encoding="utf-8"?>
<ProductTypes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<ProductType>
<Name>3D_PRINTABLE_DESIGNS</Name>
<DisplayName>3D_PRINTABLE_DESIGNS</DisplayName>
<Marketplaces>
<Marketplace Id="A1805IZSGTT6HS">NL</Marketplace>
<Marketplace Id="A1F83G8C2ARO7P">UK</Marketplace>
</Marketplaces>
</ProductType>
<ProductType>
<Name>3D_PRINTED_PRODUCT</Name>
<DisplayName>3D_PRINTED_PRODUCT</DisplayName>
<Marketplaces>
<Marketplace Id="A1805IZSGTT6HS">NL</Marketplace>
<Marketplace Id="A1F83G8C2ARO7P">UK</Marketplace>
</Marketplaces>
</ProductType>
<ProductType>
<Name>3D_PRINTER</Name>
<DisplayName>3D Printer</DisplayName>
<Marketplaces>
<Marketplace Id="A1805IZSGTT6HS">NL</Marketplace>
<Marketplace Id="A1F83G8C2ARO7P">UK</Marketplace>
</Marketplaces>
</ProductType>
</ProductTypes>