Get the customer list. This endpoint implements paging by using the links provided in the response header. Sending the page argument returns an error.
API:GET/rest/api/2021-07/customerParameters
Parameters
Data Type
ids
string
Restrict results to customers specified by a comma-separated list of IDs.
since_id
string
Restrict results to those after the specified ID.
created_at_min
string
Show customers created after a specified date.(format: 2014-04-25T16:15:47-04:00)
created_at_max
string
Show customers created before a specified date.(format: 2014-04-25T16:15:47-04:00)
updated_at_min
string
Show customers last updated after a specified date.(format: 2014-04-25T16:15:47-04:00)
updated_at_max
string
Show customers last updated before a specified date.(format: 2014-04-25T16:15:47-04:00)