Request body schema for POST v1/customers/bulk/async.
| Name | Type | Description | Notes |
|---|---|---|---|
| SourceId | string | Unique customer source ID. | [optional] |
| Name | string | Customer's first and last name. | [optional] |
| Description | string | An arbitrary string that you can attach to a customer object. | [optional] |
| string | Customer's email address. | [optional] | |
| Phone | string | Customer's phone number. This parameter is mandatory when you try to send out codes to customers via an SMS channel. | [optional] |
| Birthday | DateTime? | `Deprecated`. |
[optional] |
| Birthdate | DateTime? | Customer's birthdate; format YYYY-MM-DD. | [optional] |
| Address | CustomersUpdateInBulkRequestBodyAddress | [optional] | |
| Metadata | Object | A set of custom key/value pairs that you can attach to a customer. The metadata object stores all custom attributes assigned to the customer. It can be useful for storing additional information about the customer in a structured format. This metadata can be used for validating whether the customer qualifies for a discount or it can be used in building customer segments. | [optional] |