Please extend access to XML documents using REST ADMIN API

Please extend XML download capabilities for our private apps for downloading orders and fulfillmentorders.

For instance, we invoke this:
admin/api/2022-04/orders.xml

As of today that is upgraded to:
admin/api/2022-07/orders.xml

And that is no longer available, returns 404 Not found.

Please extend XML capabilities by a week until we get it migrated.

Thank you.

Hi Mambro,

The Admin API no longer supports XML-format responses and payloads - we deprecated this last year (see this changelog post). If you’re using XML for Admin API requests and payloads, then you’ll need to switch to using JSON format.