Use case guide, GitHub, and Youtube resources for Listings API integration
August 7th, 2024 by AndieC_Amazon
The Listings Management Workflow Migration Guide has been updated to include migration strategies based on use cases.
- The Migration Tutorial includes step-by-step instructions for successful migration.
- Mapping product attributes to the Listings Items API and JSON-based feeds highlights the updated product and non-product attribute mappings.
- The Listings workflow migration tutorial describes how the Listings Items API and
JSON_LISTINGS_FEED
relate to legacy XML and flat file feed types. - Additional Listings migration resources, which include Listings Items API guides, migration guides, and sample solutions.
For supplemental material on the Developer University YouTube Channel and Github, refer to:
- The Listings Sample Solution video series
- The Listings Sample Application Framework Walkthrough
- The Listings sample solutions on GitHub, which include new features such as:
- Validation preview mode on the Create and Update Listing page.
- Search by product type by the item name on the Create Listing page.
- Instructions for product variation flow on the Create Listing page.
For supplemental material on how to identify required and conditional attributes, and structure them to create a valid Product JSON payload, refer to:
- Intro to Product Type JSON Schema to learn about the Product Type JSON schemas
- This demo to learn to create and test Product Type JSON Payload for listings submissions
Which marketplaces are affected?
This change applies to all marketplaces.
Who is affected?
Developers with applications that use the Listings Items API or JSON_LISTINGS_FEED
will find the resources helpful.
What action is recommended?
If you have an application that uses the Listings APIs, we recommend that you:
- Clone the Sample Solution Github repository and test the Listings Sample Solution.
- Review the Listings Management Workflow Migration Guide to learn how to migrate from legacy XML feeds to the Listings Items API and the
JSON_LISTINGS_FEED
feed type. - Check out the SP API Developer University YouTube channel for the latest content on Listings API.
For more information
For more information on Listings Sample Solution Application, refer to the following resources:
- Listings Sample Solution GitHub Repository
- Listings Sample Solution: Setup & Installation Video
- Listings Sample Solution: Create Listing Flow Video
- Listings Sample Solution: Create Offer Flow
- Listings Sample Solution: Bulk Listing Flow
- Listings Sample Solution: Delete Listing Flow
- Listings Sample Solution: Notifications Flow