After creating my merchant from the dashboard , should i send all my products to clover api using REST API ??
All what i want is when a customer submit an order with my web application , Kitchen Display Application show the details of this order.
After creating my merchant from the dashboard , should i send all my products to clover api using REST API ??
All what i want is when a customer submit an order with my web application , Kitchen Display Application show the details of this order.
Very difficult to answer this question with the level of detail you have provided. Please, investigate our docs as I recommended in your previous post.
You will sign up for a developer account and create an app with the correct permissions.
You will then install the app on your test merchant and obtain a token.
If you are trying to create an order remotely (not on a Clover device) then you would use our REST APIs, specifically: https://docs.clover.com/reference#ordercreateatomicorder.
Documentation:
https://docs.clover.com/docs/clover-development-basics-web-app
using this ws https://docs.clover.com/reference#ordercreateatomicorder , the id in lineItems array refere to id returned from this ws https://docs.clover.com/reference#inventorycreateitem-1 ??
No, the id would be the id of the line item. The "item.id" is an inventory item.
so always when i want to add a new item in my menu , i shoud update my inventory with REST API and store the returned item.id in my database
1 Person is following this question.