For the Feeds API, Amazon plans to deprecate XML and flat file listing data support starting June 30, 2025, and recommends using the JSON format thereafter. If you have an Amazon Seller Central integration built with the universal HTTP connection or a custom flow with XML-based imports, migrate to the JSON format at the earliest opportunity.
Tip
Find additional Celigo migration resources at Deprecation of Amazon Feeds API support for XML (June 30, 2025).
This article lists all the deprecating Feed API XML elements. It explains with an example and demonstrates how to find a deprecating XML element in your existing flow and replace it with a JSON element.
The following table lists the deprecating XML elements and replacement JSON elements
POST_INVENTORY_AVAILABILITY_DATA
XML element |
JSON element |
Description |
---|---|---|
|
|
Indicates the name of the fulfillment channel. Examples: DEFAULT (MFN), AMAZON_NA (FBA), AMAZON_EU (FBA), and AMAZON_JP (FBA). |
|
|
Indicates MFN inventory. |
|
|
Indicates MFN quantity. |
|
|
Indicates the date of MFN quantity. |
|
|
Indicates the handling time for MFN fulfillment. |
XML element |
JSON element |
Description |
---|---|---|
|
|
Standard price, when no discounted price scheduled. |
|
|
Discounted price schedule start date. |
|
|
Discounted price schedule end date. |
|
|
Discounted price. |
|
|
Minimum price for automated pricing. |
|
|
Maximum price for automated pricing. |
|
|
MAP price. |
|
|
MSRP price. |
|
|
B2B price. |
|
|
Quantity discount type. |
|
|
Quantity discount. |
|
|
Quantity discount price. |
-
Sign in to your Celigo integrator.io account.
-
Navigate to Resources > Connections.
-
Search for an existing Universal HTTP Amazon Seller Central connection. From the Actions overflow menu, select Used by. A list of all items that use this connection appears.
-
Select your browser’s option to open the import in a new tab.
-
Replace the configuration for the deprecated endpoint with the new endpoint as shown in the following example:
Navigate and expand the How would you like the records imported? section and update the following settings:
Ensure to replace the XML elements with the corresponding JSON elements if you tried the listed XML elements in any settings on the Import page. For detailed information, see how to build a JSON body.