Create Customers
Creates Customers. Create up to 10 customers in one call.
**Required Fields**
* last_name
* first_name
* email
**Required Fields Customer Address**
* first_name
* city
* country_code
* last_name
* address1
**Required Fields Attributes**
* Attributes must be [created](/developer/api-reference/rest/admin/management/customers/v3/attributes/create-customers-attributes) **BEFORE** creating a customer.
* attribute_id
* attribute_value -- This is input as a string, regardless of the [Type](/developer/api-reference/rest/admin/management/customers/v3/attributes/create-customers-attributes).
**Notes**
A customer can be created with global access or channel-specific access.
* **Global access:**
* Make sure the channel has `allow_global_logins` enabled. This is on by default only for the default storefront. Find more info at [Customer Settings > Channel](/developer/api-reference/rest/admin/management/customers/v3/channel-settings).
* Omit `channel_ids` field, or provide `channel_ids: null`.
* **Channel-specific access:**
* Provide a `channel_ids` array containing the channels accessible by the customer. This array cannot be empty.