Filter my customers
You need to add a filter parameter to your GET request. This parameter has to be a JSON array of objects. Please refer to the filters main section to see how to build correctly the filter parameter.
Allowed filter combinations for customers
Field | Description | Value(s) | Available operators |
---|---|---|---|
customer_id | The thirdparty customer id | String | eq |
name | The thirdparty name | String | eq , not_eq |
country_alpha | The thirdparty country | String | eq , not_eq |
payment_conditions | The thirdparty payment conditions | String | eq , not_eq |
Updated 8 months ago