Listings Management Workflow Migration

Migrate listings management workflows from XML-based and flat file feeds to Selling Partner Listings Items API and JSON-based feeds.

Important

Feeds API support for XML and flat file product listings feeds is deprecated. For more information about the affected feeds and migration guidelines, refer to the deprecation announcement.

This guide explains how to migrate listings management workflows from XML and flat file listings submissions to the Listings Items API and JSON_LISTINGS_FEED. This is necessary to prepare for the deprecation of legacy feed types.

Review the Building Listing Management Workflows Guide prior to this migration guide.

Benefits

The guidance offered here describes the following benefits for both sellers and vendors:

  • Full data requirements in product schemas
  • Availability of pre-submission validation rules
  • Sync and async feedback mechanisms
  • Up-to-date product type data requirements that ensure you are using the latest version, unlike XMLs
  • Uniformity in schemas across data requirements, unlike XML in the past that led to errors for developers uploading multiple categories
  • Reducing the effort required to map flat file or XML attributes to Listings APIs and the JSON_LISTINGS_FEED
  • Reducing human/manual input errors leading to submission errors and abandoned selections
  • Easier management of large catalogs and sending of full selections with no upload constraints

API versions

This guide references operations in the following Selling Partner API sections. For more detailed information about building workflows using these sections, refer to the Building Listings Management Workflows Guide. For more detailed information about the individual API sections, follow the referenced links.

Feed types

This guide references the following feed types used with the Feeds API. For more detailed information about feed types, refer to Listings Feed Type Values.

Important

Feeds API support for XML and flat file product listings feeds is deprecated. For more information about the affected feeds and migration guidelines, refer to the deprecation announcement.

Feed TypeFormatSchemaListings Data TypeSupported Selling PartnersDescription
JSON_LISTINGS_FEEDJSONListings Feeds SchemaAllSellers and vendors.Structured (JSON) feed type for all listings data compatible and interchangeable with the Listings Items API.
POST_PRODUCT_DATAXMLProduct.xsd and Category XSDsProductSellers only.Legacy structured (XML) feed type for listings product data used in conjunction with Category XSDs from Seller Central.
POST_INVENTORY_AVAILABILITY_DATAXMLInventory.xsdInventorySellers only.Legacy structured (XML) feed type for listings inventory data.
POST_PRODUCT_PRICING_DATAXMLPrice.xsdPricingSellers only.Legacy structured (XML) feed type for listings pricing data.
POST_PRODUCT_IMAGE_DATAXMLProductImage.xsdImagesSellers only.Legacy structured (XML) feed type for listings image data.
POST_PRODUCT_RELATIONSHIP_DATAXMLRelationship.xsdRelationships (Variations)Sellers only.Legacy structured (XML) feed type for listings relationship data.
POST_PRODUCT_OVERRIDES_DATAXMLOverride.xsdOverrides (Shipping)Sellers only.Legacy structured (XML) feed type for listings shipping overrides data (overriding account settings per listing).
POST_FLAT_FILE_LISTINGS_DATAExcel, TSV (tab-separated values)-AllSellers only.Legacy flat file (spreadsheet) feed type for all listings data.
POST_FLAT_FILE_INVLOADER_DATATSV-Inventory, PricingSellers only.Legacy flat file (spreadsheet) feed type for creating and editing offers on existing items in Amazons catalog with inventory and pricing.

To learn more about the terms that are used on this page, refer to Terminology.

Migration tutorial

The steps to migrate your listings workflow depend on your use case and business needs. Follow these steps to determine the strategy appropriate for you:

  1. Understand your use cases and review the iterative workflow migration strategies.
  2. Select the migration workflow that helps you migrate your use case:
  3. Review and navigate to the individual workflows that apply to the Feed type you are planning to migrate. Legacy Product Feeds types can be XML-based or flat file based:
  4. Create a mapping file to map product attributes from category and flat file feed types to Listings Items API and JSON-based feeds using the data mappings provided in Mapping product attributes to the Listings Items API.

OSZAR »