Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 1.54 KB

CustomersUpdateInBulkRequestBody.md

File metadata and controls

21 lines (15 loc) · 1.54 KB

CustomersUpdateInBulkRequestBody

Request body schema for POST v1/customers/bulk/async.

Properties

Name Type Description Notes
source_id str Unique customer source ID. [optional]
name str Customer's first and last name. [optional]
description str An arbitrary string that you can attach to a customer object. [optional]
email str Customer's email address. [optional]
phone str Customer's phone number. This parameter is mandatory when you try to send out codes to customers via an SMS channel. [optional]
birthday date `Deprecated`. Customer's birthdate; format YYYY-MM-DD. [optional]
birthdate date 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]

[Back to Model list] [Back to API list] [Back to README]