I am using v3 web API for clover from which I create an order with the following API call
https://www.clover.com/v3/merchants/[...id]/orders?accesstoken=[token]
I have got order_id in response from API. Then I make another call to add line items to this order via
https://www.clover.com/v3/merchants/[...id]/orders/[orderid].'/lineitems?accesstoken=[token] [order_id] is what i have got as a response from first call
Now I have added discount if it is applicable for a order via https://www.clover.com/v3/merchants/[...id]/discounts?accesstoken=[token]
Following the above process show me the line items on clover web dashboard but it is not visible on clover cash register machine.
Can anyone help me on this ?
Thanks much in advance