Ordoro API Issue

Hi Support Team,

We are trying to create the Order in ORDORO using following URL - “https://apiverson.ordoro.com/order/” but I am getting error as “404 Not Found: The requested URL was not found on the server. If you entered the URL manually please check your spelling and try again.

But when I am using “https://api.ordoro.com/order/” to create Order in ORDORO I am able to create the Order through API but it is not visible in UI, though I am able to query the record through API as well.

Please help me in fixing the issue as it is a Production System error. I need help in getting the understanding about the following:

  1. Which version of Application is running in my Production Environment.
  2. Which URL to use to create the Order in ORDORO which is visible in frontend UI.

Hi, you should leave the trailing slash off of the URL for apiverson.ordoro.com.

POST https://apiverson.ordoro.com/order no trailing slash.

Hi Sophie,

Thanks a lot, it works.

That’s great news! We’ll have to add some information for gotchas like that when switching to the latest APIs.