question

prabudda avatar image
prabudda asked Richelle Herrli answered

Order details cannot take customer details.

https://sandbox.dev.clover.com/v3/merchants/mId/orders?filter=stat&expand=customers

this end point does not return customer details. it only returns :


"customers": {
                "elements": [
                    {
                        "href": "https://sandbox.dev.clover.com/v3/merchants/0713XJ9J3CSC1/customers/KCK4HKVKM5YXJ",
                        "id": "KCK4HKVKM5YXJ"
                    }
                ]
            },


I want to get first name and last name. how can i get that?

Customers
10 |2000

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

1 Answer

·
Richelle Herrli avatar image
Richelle Herrli answered

You will need to make a call to the following endpoint in order to get the customer details for that UUID.


https://sandbox.dev.clover.com/v3/merchants/{
                 {merchantId}}/customers/{
                 {customerId}}


10 |2000

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

Write an Answer

Hint: Notify or tag a user in this post by typing @username.

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

Welcome to the
Clover Developer Community