question

dipen avatar image
dipen asked Mike M answered

Retrieve list of customers from clover using REST API

I would like to get all updated customers from my clover account. There is a REST API to get all customers but I didn't find any way to get only updated customers. Other entities such as Order, Inventory Items, etc are having a filter propert as modifiedDate by which we can fetch only those records which are updated after given data. Anyone have any idea how can we apply similar filter to customer entity? I couldn't find modifiedDate in customer entity.

Below is the reference : https://api.clover.com/v3/merchants/V...

Below is the link to API doc: https://www.clover.com/api_docs#!/cus...

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

Mike M avatar image
Mike M answered

The supported filter fields are: customerSince, firstName, lastName, marketingAllowed, fullName, order.id, id, deletedTime.

There is no modifiedTime or related column for the customer database. I will create an improvement ticket though to see if our engineering team is willing to implement that.

10 |2000

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