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}"