Skip to content

Export Catalogue Items from Amazon Seller Central

This task will export product information from Amazon's catalogue in XML format, based on a list of ASINs that you must provide.

Settings

Marketplaces

Required
Choose at least one marketplace export catalogue item information from.

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.

Export Classifications

Required
Set to true to export classifications (i.e. browse nodes) for catalogue items.

Export Dimensions

Required
Set to true to export dimensions for catalogue items.

Export Images

Required
Set to true to export images for catalogue items.

Export Relationships

Required
Set to true to export relationships (such as variations) for catalogue items.

Export Sales Ranks

Required
Set to true to export sales ranks for catalogue items.

Export Vendor Details

Required
Set to true to export the vendor details associated with the catalogue items from Amazon. This information is only available to vendors, and will result in an error if you are not the vendor of one or more of the items being requested.

Input File

Required
The file containing the list of product ASINs to search for. A sample is provided below.

Output File

Required
The name of the file to export the downloaded catalogue items to.

Zynk Settings

See Common Task Settings.

Examples

Sample input file:

<?xml version="1.0" encoding="utf-8"?>
<Items>
  <Item>
    <Asin>B0091XP2J6</Asin>
  </Item>
</Items>

Sample output file:

<?xml version="1.0" encoding="utf-8"?>
<Items xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
  <Item>
    <Asin>B0091XP2J6</Asin>
    <Classifications>
      <ItemBrowseClassificationByMarketplace>
        <MarketplaceId>A1F83G8C2ARO7P</MarketplaceId>
        <Marketplace>UK</Marketplace>
        <Classifications>
          <Classification>
            <DisplayName>Polish</DisplayName>
            <ClassificationId>118483031</ClassificationId>
            <Parent>
              <DisplayName>Nail Design</DisplayName>
              <ClassificationId>2909180031</ClassificationId>
              <Parent>
                <DisplayName>Manicure &amp; Pedicure</DisplayName>
                <ClassificationId>118476031</ClassificationId>
                <Parent>
                  <DisplayName>Categories</DisplayName>
                  <ClassificationId>117333031</ClassificationId>
                  <Parent>
                    <DisplayName>Beauty</DisplayName>
                    <ClassificationId>117332031</ClassificationId>
                  </Parent>
                </Parent>
              </Parent>
            </Parent>
          </Classification>
        </Classifications>
      </ItemBrowseClassificationByMarketplace>
    </Classifications>
    <Dimensions>
      <ItemDimensionByMarketplace>
        <MarketplaceId>A1F83G8C2ARO7P</MarketplaceId>
        <Marketplace>UK</Marketplace>
        <Item>
          <Height>
            <Unit>inches</Unit>
            <Value>1.75</Value>
          </Height>
          <Length>
            <Unit>inches</Unit>
            <Value>1.5</Value>
          </Length>
          <Weight>
            <Unit>pounds</Unit>
            <Value>0.03</Value>
          </Weight>
          <Width>
            <Unit>inches</Unit>
            <Value>1.5</Value>
          </Width>
        </Item>
        <Package>
          <Height>
            <Unit>inches</Unit>
            <Value>1.49999999847</Value>
          </Height>
          <Length>
            <Unit>inches</Unit>
            <Value>3.49999999643</Value>
          </Length>
          <Weight>
            <Unit>pounds</Unit>
            <Value>0.15</Value>
          </Weight>
          <Width>
            <Unit>inches</Unit>
            <Value>1.49999999847</Value>
          </Width>
        </Package>
      </ItemDimensionByMarketplace>
    </Dimensions>
    <Identifiers>
      <ItemIdentifiersByMarketplace>
        <MarketplaceId>A1F83G8C2ARO7P</MarketplaceId>
        <Marketplace>UK</Marketplace>
        <Identifiers>
          <ItemIdentifier>
            <IdentifierType>EAN</IdentifierType>
            <Identifier>0019965809665</Identifier>
          </ItemIdentifier>
          <ItemIdentifier>
            <IdentifierType>GTIN</IdentifierType>
            <Identifier>00019965809665</Identifier>
          </ItemIdentifier>
          <ItemIdentifier>
            <IdentifierType>UPC</IdentifierType>
            <Identifier>019965809665</Identifier>
          </ItemIdentifier>
        </Identifiers>
      </ItemIdentifiersByMarketplace>
    </Identifiers>
    <Images>
      <ItemImagesByMarketplace>
        <MarketplaceId>A1F83G8C2ARO7P</MarketplaceId>
        <Marketplace>UK</Marketplace>
        <Images>
          <Image>
            <Variant>MAIN</Variant>
            <Link>https://m.media-amazon.com/images/I/41NbgpT1Z6L.jpg</Link>
            <Height>750</Height>
            <Width>1500</Width>
          </Image>
          <Image>
            <Variant>PT01</Variant>
            <Link>https://m.media-amazon.com/images/I/61+UfqE7XnL.jpg</Link>
            <Height>1200</Height>
            <Width>1200</Width>
          </Image>
          <Image>
            <Variant>PT02</Variant>
            <Link>https://m.media-amazon.com/images/I/21GivjkkxmL.jpg</Link>
            <Height>250</Height>
            <Width>500</Width>
          </Image>
        </Images>
      </ItemImagesByMarketplace>
    </Images>
    <ProductTypes>
      <ItemProductTypeByMarketplace>
        <MarketplaceId>A1F83G8C2ARO7P</MarketplaceId>
        <Marketplace>UK</Marketplace>
        <ProductType>NAIL_POLISH</ProductType>
      </ItemProductTypeByMarketplace>
    </ProductTypes>
    <Relationships>
      <ItemRelationshipsByMarketplace>
        <MarketplaceId>A1F83G8C2ARO7P</MarketplaceId>
        <Marketplace>UK</Marketplace>
        <Relationships>
          <Relationship>
            <ParentAsins>
              <Asin>B07CT633T7</Asin>
            </ParentAsins>
            <Type>VARIATION</Type>
          </Relationship>
        </Relationships>
      </ItemRelationshipsByMarketplace>
    </Relationships>
    <SalesRanks>
      <ItemSalesRanksByMarketplace>
        <MarketplaceId>A1F83G8C2ARO7P</MarketplaceId>
        <Marketplace>UK</Marketplace>
        <ClassificationRanks>
          <ClassificationRank>
            <ClassificationId>118483031</ClassificationId>
            <Title>Nail Polish</Title>
            <Link>https://www.amazon.co.uk/gp/bestsellers/beauty/118483031</Link>
            <Rank>243</Rank>
          </ClassificationRank>
        </ClassificationRanks>
        <DisplayGroupRanks>
          <DisplayGroupRank>
            <WebsiteDisplayGroup>beauty_display_on_website</WebsiteDisplayGroup>
            <Title>Beauty</Title>
            <Link>https://www.amazon.co.uk/gp/bestsellers/beauty</Link>
            <Rank>15435</Rank>
          </DisplayGroupRank>
        </DisplayGroupRanks>
      </ItemSalesRanksByMarketplace>
    </SalesRanks>
    <Summaries>
      <ItemSummaryByMarketplace>
        <MarketplaceId>A1F83G8C2ARO7P</MarketplaceId>
        <Marketplace>UK</Marketplace>
        <AdultProduct>false</AdultProduct>
        <Autographed>false</Autographed>
        <Brand>China Glaze</Brand>
        <BrowseClassification>
          <DisplayName>Polish</DisplayName>
          <ClassificationId>118483031</ClassificationId>
        </BrowseClassification>
        <Color>Ahoy</Color>
        <ItemClassification>BASE_PRODUCT</ItemClassification>
        <ItemName>China Glaze Ahoy Nail Polish Lacquer with Hardeners 14ml</ItemName>
        <Manufacturer>China Glaze</Manufacturer>
        <Memorabilia>false</Memorabilia>
        <ModelNumber>80966</ModelNumber>
        <PackageQuantity>1</PackageQuantity>
        <PartNumber>80966</PartNumber>
        <ReleaseDate>2013-06-27T00:00:00</ReleaseDate>
        <Size>14 ml (Pack of 1)</Size>
        <TradeInEligible>false</TradeInEligible>
        <WebsiteDisplayGroup>beauty_display_on_website</WebsiteDisplayGroup>
        <WebsiteDisplayGroupName>Beauty</WebsiteDisplayGroupName>
      </ItemSummaryByMarketplace>
    </Summaries>
  </Item>
</Items>