Hi,
Is there a way to retrive the pick up time of online orders through Clover rest apis?
Thank you
Hi,
Is there a way to retrive the pick up time of online orders through Clover rest apis?
Thank you
Thanks for the follow up.
I'm not sure what do you mean by partner provider for Online Orders but I am a developer of a KDS app which is already published on the Clover app market. I'm trying to use the following end point:
- url = 'https://www.clover.com/v3/merchants/' + merchantId + '/orders/' + orderId + '/' +
- '?expand=orderType&expand=lineItems.modifications&expand=employee&expand=customers&expand=payment.tender&expand=onlineOrder';
and I'm expanding on orderType as well as onlineOrder and I'm using an orderId that is an UberEats order which has a pick up time - I have the print out receipt of that order. But I don't see the pick up time info in the response.
Am I missing something?
5 People are following this question.