Native call to create a customer on the marketplace. The Create Customer API enables the creation of a Customer in the platform and will also trigger new customer email notification
200 Success.
Internal Server error
Unexpected error
{- "customer": {
- "id": 0,
- "group_id": 0,
- "default_billing": "string",
- "default_shipping": "string",
- "confirmation": "string",
- "created_at": "string",
- "updated_at": "string",
- "created_in": "string",
- "dob": "string",
- "email": "string",
- "firstname": "string",
- "lastname": "string",
- "middlename": "string",
- "prefix": "string",
- "suffix": "string",
- "gender": 0,
- "store_id": 0,
- "taxvat": "string",
- "website_id": 0,
- "addresses": [
- {
- "id": 0,
- "customer_id": 0,
- "region": {
- "region_code": "string",
- "region": "string",
- "region_id": 0,
- "extension_attributes": { }
}, - "region_id": 0,
- "country_id": "string",
- "street": [
- "string"
], - "company": "string",
- "telephone": "string",
- "fax": "string",
- "postcode": "string",
- "city": "string",
- "firstname": "string",
- "lastname": "string",
- "middlename": "string",
- "prefix": "string",
- "suffix": "string",
- "vat_id": "string",
- "default_shipping": true,
- "default_billing": true,
- "extension_attributes": { },
- "custom_attributes": [
- {
- "attribute_code": "string",
- "value": "string"
}
]
}
], - "disable_auto_group_change": 0,
- "extension_attributes": {
- "is_subscribed": true,
- "amazon_id": "string",
- "vertex_customer_code": "string"
}, - "custom_attributes": [
- {
- "attribute_code": "string",
- "value": "string"
}
]
}, - "password": "string",
- "redirectUrl": "string"
}
{- "id": 0,
- "group_id": 0,
- "default_billing": "string",
- "default_shipping": "string",
- "confirmation": "string",
- "created_at": "string",
- "updated_at": "string",
- "created_in": "string",
- "dob": "string",
- "email": "string",
- "firstname": "string",
- "lastname": "string",
- "middlename": "string",
- "prefix": "string",
- "suffix": "string",
- "gender": 0,
- "store_id": 0,
- "taxvat": "string",
- "website_id": 0,
- "addresses": [
- {
- "id": 0,
- "customer_id": 0,
- "region": {
- "region_code": "string",
- "region": "string",
- "region_id": 0,
- "extension_attributes": { }
}, - "region_id": 0,
- "country_id": "string",
- "street": [
- "string"
], - "company": "string",
- "telephone": "string",
- "fax": "string",
- "postcode": "string",
- "city": "string",
- "firstname": "string",
- "lastname": "string",
- "middlename": "string",
- "prefix": "string",
- "suffix": "string",
- "vat_id": "string",
- "default_shipping": true,
- "default_billing": true,
- "extension_attributes": { },
- "custom_attributes": [
- {
- "attribute_code": "string",
- "value": "string"
}
]
}
], - "disable_auto_group_change": 0,
- "extension_attributes": {
- "is_subscribed": true,
- "amazon_id": "string",
- "vertex_customer_code": "string"
}, - "custom_attributes": [
- {
- "attribute_code": "string",
- "value": "string"
}
]
}
Create access token for admin given the customer credentials.
200 Success.
400 Bad Request
Unexpected error
{- "username": "string",
- "password": "string"
}
"string"