Running update on Postman:
POST https://api.clover.com/v3/merchants/v3/merchants/*****/orders/*****
To update customers on an order.
But it returns 405 POST not allowed. What could be the issue? I tried PUT, same 405 not allowed. And then I tried PATCH, which returned:
< body > < h1 > 403 Forbidden </ h1 > Request forbidden by administrative rules. </ body >
</ html >
POST is what is used in the documentation.
Can someone explain to me if the documentation is correct or not for the production clover.