Add Custom Field Filtering to the API
In the customers.json endpoint it should be possible to filter the results by filtering on a custom field.
[properties] => stdClass Object
(
[CustomField] => 123
)
With this added, It can reduce the number of API requests when you only need to search for specific customers who have a custom field set.
1
vote
Steve
shared this idea