POST_FLAT_FILE_LISTINGS_DATA Documentation #3947
-
Hello! I can't find documentation about POST_FLAT_FILE_LISTINGS_DATA details:
Thanks for your help. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
@DmytroShumeyko That feed type via the Feeds API is being deprecated. Here is the announcement for that: https://developer-docs.amazon.com/sp-api/changelog/deprecation-of-feeds-api-support-for-xml-and-flat-file-listings-feeds. All programmatic submissions for listings should go through the Listings API directly or use the JSON_LISTINGS_FEED feed type with the Feeds API (the payloads are interchangeable between the two). I would recommend starting here: https://developer-docs.amazon.com/sp-api/docs/building-listings-management-workflows-guide. You will essentially use the Product Type Definitions API to get JSON Schemas defining the valid payloads for each product type (i.e., which attributes are required, etc.). And then use either the Listings API or JSON_LISTINGS_FEED - Feeds API to submit the data. |
Beta Was this translation helpful? Give feedback.
@DmytroShumeyko That feed type via the Feeds API is being deprecated. Here is the announcement for that: https://developer-docs.amazon.com/sp-api/changelog/deprecation-of-feeds-api-support-for-xml-and-flat-file-listings-feeds.
All programmatic submissions for listings should go through the Listings API directly or use the JSON_LISTINGS_FEED feed type with the Feeds API (the payloads are interchangeable between the two). I would recommend starting here: https://developer-docs.amazon.com/sp-api/docs/building-listings-management-workflows-guide.
You will essentially use the Product Type Definitions API to get JSON Schemas defining the valid payloads for each product type (i.e., which attribu…