Hello
I am a developer of the online ordering system. My client has a restaurant website. They are looking for a POS company which can integrate with our website. Does clover offer POS and website integration? If so, how does this work? Thank you.
Hello
I am a developer of the online ordering system. My client has a restaurant website. They are looking for a POS company which can integrate with our website. Does clover offer POS and website integration? If so, how does this work? Thank you.
You can integrate your existing restaurant website with a Clover POS by using our REST APIs as a web app. For example, when online orders are created, you can use our REST APIs to create and modify orders in the Clover POS. You can use Order Types to distinguish between online and in person orders. You would have to build this integration yourself. However, you can find more information about web apps and our REST APIs in our docs: https://docs.clover.com/build/web-apps/
If there are specific requirements you have about your integration that you are concerned about, you can provide more information and we can help.
**Unable to create an order with Web API using the instructions below.
https://docs.clover.com/build/working...
POST https://apisandbox.dev.clover.com/v3/... HTTP/1.1 Content-Type: application/json Authorization: Bearer {token} Accept: text/plain Content-Length: 21 Host: apisandbox.dev.clover.com Connection: Keep-Alive Response: {"message": "401 Unauthorized"}
Is there a working sample to create order through Web API?
2 People are following this question.