Api/Customers allows to manage data about customers.
How to use
Requirements
API user must have customer module, and some subpermissions for individual commands.
Commands
Api/Customers/getFields
- get customer fieldsApi/Customers/get ([id], [externalId], [filters])
- get customersApi/Customers/geocode (id | externalId)
- geocode customersApi/Customers/save (id | externalId, location, fields)
- save customerApi/Customers/delete (id | externalId)
- delete customerApi/Customers/applyDisplayRules
- apply display rulesApi/Customers/getIdsByFieldValues (conditions)
- filter customers using sophisticated search, and get back list of ID-sApi/Customers/deleteByIds (ids)
- delete customers by ID-s