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
Starting July 31, 2025, the Feeds API no longer supports legacy XML and flat file listing feeds, including pricing, inventory, relationships, and images. Developers will receive fatal
processingStatusin thegetFeedAPI response for these feeds. For more information, 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.
| API Reference | API Version | Use Case Guide |
|---|---|---|
| Feeds API | 2021-06-30 | Feeds API Use Case Guide |
| Listings Items API | 2021-08-01 | Listings Items API Use Case Guide |
| Listings Restrictions API | 2021-08-01 | Listings Restrictions API Use Case Guide |
| Notifications API | v1 | Notifications API Use Case Guide |
| Product Type Definitions API | 2020-09-01 | Product Type Definitions API Use Case Guide |
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 Type | Format | Schema | Listings Data Type | Supported Selling Partners | Description |
|---|---|---|---|---|---|
JSON_LISTINGS_FEED | JSON | Listings Feeds Schema | All | Sellers and vendors. | Structured (JSON) feed type for all listings data compatible and interchangeable with the Listings Items API. |
POST_PRODUCT_DATA | XML | Product.xsd and Category XSDs | Product | Sellers only. | Legacy structured (XML) feed type for listings product data used in conjunction with Category XSDs from Seller Central. |
POST_INVENTORY_AVAILABILITY_DATA | XML | Inventory.xsd | Inventory | Sellers only. | Legacy structured (XML) feed type for listings inventory data. |
POST_PRODUCT_PRICING_DATA | XML | Price.xsd | Pricing | Sellers only. | Legacy structured (XML) feed type for listings pricing data. |
POST_PRODUCT_IMAGE_DATA | XML | ProductImage.xsd | Images | Sellers only. | Legacy structured (XML) feed type for listings image data. |
To learn more about the terms that are used on this page, refer to Terminology.
Updated 7 days ago
