API Request to update quantities of a sku

Hi,

We want to update the inventory using api.

Which api url would we use of the below:
https://api.ordoro.com/
https://apiverson.ordoro.com/

And how would we query it?
We have tried the below two, but they didnt work:
url = f"https://api.ordoro.com/product/{product_sku}/warehouse/{warehouse_id}"
url = f"https://apiverson.ordoro.com/product/{product_sku}/warehouse/{warehouse_id}"

Hi,

Use api.ordoro.com the other is for v3 orders only

You’re missing a / at the end of the first request url.

Hope that works for you.

1 Like