How does clover supports exchanges through API endpoints?
Hi Belleza,
The API endpoint you're looking for is:
https://www.clover.com/v3/merchants/{MID}/orders/{orderID}/line_items/{oldLineItemID}/exchange/{lineItemId}
Thanks,
Mark
This doesn't seem to work. https://www.clover.com/apidocs#orders...
I am getting the following response.
HTTP/1.1 400 Bad Request content-length: 46 content-type: application/json; charset=utf-8 X-Frame-Options: SAMEORIGIN
{"message":"Request must contain a line item"}
Command: curl -i -X POST -H "Content-Type: application/json" --header "Authorization: Bearer XXXXXXXXXXXXXXXXX" https://api.clover.com:443/v3/merchan...
Response: HTTP/1.1 400 Bad Request content-length: 46 content-type: application/json; charset=utf-8 X-Frame-Options: SAMEORIGIN
{"message":"Request must contain a lin
1 Person is following this question.