API Call to Get Order list only returns Customer with herf and Id. It does not return first name, last name.
https://sandbox.dev.clover.com/v3/merchants/{mId}/orders
API Call to Get Order list only returns Customer with herf and Id. It does not return first name, last name.
https://sandbox.dev.clover.com/v3/merchants/{mId}/orders
You have to expand on the customer element:
{baseUrl}/v3/merchants/{mId}/orders/{orderId}?expand=customers
6 People are following this question.