I am sending a delivery address as part of an order (order REST API) to Clover but I am unable to track that address anywhere on Clover. Where does this delivery address go?
Also, is there any other way to send to merchant the delivery address for an order? Is this delivery address stored with the order or is it searched for by merchant in Customer record?
UPDATE
Thanks. I am sending the address in this API - https://www.clover.com/api_docs#!/ord... in these fields below.
We are certainly storing the address for delivery on our end but we need to communicate that to the merchant because it is the merchant who finally does the delivery not us. We want the merchant to be able to access the delivery orders we send along with all the other orders merchant might be entering manually on the POS in Orders app. We don't want him to come to our app each time for orders sent by our app.
How would the merchant know where to deliver the order. Should we add the address to the customer record in Customer app (and then merchant has to 1st lookup customer from the order and then address from the customer list) or send it in notes? Is there any other way?
"customers": { "customerSince": "long", "firstName": "", "lastName": "", "addresses": [ { "zip": "", "country": "", "address3": "", "address2": "", "city": "", "address1": "", "id": "", "state": "" } ],