I'm trying to update and order using the following POST request:
https://sandbox.dev.clover.com/v3/merchants/{merchant_id}/order_types/{order_type_id}
with the following body:
{"label":"Foo"}
and i get
{"message":"401 Unauthorized"}
I'm pretty sure there is no problem with my credentials or something because as soon as change (in my postman app) the request from POST to GET I receive the proper response with the specified order type. Everything else remains the same. Just GET instead of POST. And it works
There already is a similar thread and it looks like it wasn't resolved. So please look into it and let me know if you want me to try something or provide any additional details