Getting "Not Found" response when trying to retrieve a single order using orders api

@donny ,

Thanks for providing the request-id.

Looking at the logs, you’re not specifying the api version in the request. I’m seeing /admin/api/orders/somenum.json instead of /admin/api/2020-10/orders/somenum.json. Without the version the REST endpoint will return a 404.

Hope that helps out.

Regards,

John