List of customers
Get list of customers with filters
Request Body
limitnumber · int64The limit of the results return - can be between 0 and 100
Example: 15Default: 10pagenumber · int64The page/index of the results related to the result number
Example: 2Default: 0searchstringSearch the customers by name or email - case sensitive
Example: Jhondirectionstring · enumThe direction of return results by the customer creation date
Enum values:descasc
Responses
customer_idnumber · int64Customer unique id - use to delete/get/edit customer
Example: 123customer_group_idnumber · int64Customer group id
Example: 23namestringFull customer name
Example: Jhon DoetelephonestringCustomer`s phone
Example: 0544884654date_addedstring · dateDate customer added or registered
addressesobject[]
Customer create
Create single customer
Request Body
firstnamestringCustomer first name
Example: JhonlastnamestringCustomer last name
Example: DoetelephonestringCustomers telephone
Example: 0544884547passwordstringPassword that will be related to this customer to login to the store (If you dont want to change password dont pass this and confirm field)
Example: 12345678confirmstringPassword confirmation
Example: 12345678responder_listnumber · int64Responder list id for subscription to newsletter
Example: 3221newsletterinteger · enumSubscribe to or unsubscribe from the newsletter specified in responder_list
Enum values:01addressobjectObject of the main address will be related to the new customer
Responses
Success
Customer details
Get customer details by its id
path Parameters
customer_idinteger · requiredCustomer id
Responses
In case of succes return single customer`s details
customer_idnumber · int64Customer unique id - use to delete/get/edit customer
Example: 123customer_group_idnumber · int64Customer group id
Example: 23namestringFull customer name
Example: Jhon DoetelephonestringCustomer`s phone
Example: 0544884654date_addedstring · dateDate customer added or registered
addressesobject[]
list of customers
Edit exist customer
path Parameters
customer_idinteger · requiredCustomer id
Request Body
firstnamestringCustomer first name
Example: JhonlastnamestringCustomer last name
Example: DoetelephonestringCustomers telephone
Example: 0544884547passwordstringPassword that will be related to this customer to login to the store (If you dont want to change password dont pass this and confirm field)
Example: 12345678confirmstringPassword confirmation
Example: 12345678responder_listnumber · int64Responder list id for subscription to newsletter
Example: 3221newsletterinteger · enumSubscribe to or unsubscribe from the newsletter specified in responder_list
Enum values:01addressobjectObject of the main address will be related to the new customer
Responses
Success