I am struggling to get any rates. When I post to https:/api.ordoro.com/v3/order/{order_number}/rate/ups, the reponse is just:
Order number {order_number}/rate/ups does not exist.
Its the same case with creating labels. Perhaps there is something I have to set up for this to work? And yes I am putting actual order numbers in place of {order_number}.
I guess explaining what I am trying to do might help too in case someone already knows if its possible or not: I am scanning ordoro packing slips with handwritten box weights, dimensions, and serial numbers on them. Then, via python, the scans get fed to google gemini which extracts the info I want. Finally, this info would be used to update orders, test rates, and create labels. Everything is working but this.