Create Customer
This API offering to Create Customer.
{
"customer": {
"group_id": 1,
"created_in": "ZEPP Store view",
"email": "xyz@gmail.com",
"firstname": "xyz",
"lastname": "test",
"store_id": 1,
"website_id": 1,
"custom_attributes": [
{
"attribute_code": "mobile_number",
"value": "1234567890"
}
]
},
"password": "xyz@123"
}Root-Level Attributes
Attributes within customer
customerAttributes within custom_attributes
custom_attributesExtension Attributes
Custom Attributes
Last updated