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
Example: 12345678confirmstringPassword confirmation
Example: 12345678responder_listnumber · int64Responder list id for subscription to newsletter
Example: 3221addressobjectObject 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: 12345678addressobjectObject of the main address will be related to the new customer
Responses
Success