Hi Team,
I am using the Rest API to get customer details but API is not returning the all details of customer.
API is returning the below details:
"elements":[ { "href":"https://www.clover.com/v3/merchants/{merchantId}/customers/{customerID}", "id":"{customerID}", "orderRef":null, "firstName":"Dev1", "lastName":"Dev2", "marketingAllowed":true, "customerSince":1454415404000 }
It doesn't contain the customer address, state, country, postal code etc. I am confusing, how can we get the all customer details? I have used the "/v3/merchants/{merchantId}/customers/" and "/v3/merchants/{merchantId}/customers/{customerID}" Rest API, but both the API is returning same results for customer.
Is there any way to get customer details by using clover SDK?
Please let me know how can i get the all customer details?
Thanks,