Skip to content

Latest commit

 

History

History
14 lines (8 loc) · 936 Bytes

CustomersMetadataUpdateInBulkRequestBody.md

File metadata and controls

14 lines (8 loc) · 936 Bytes

CustomersMetadataUpdateInBulkRequestBody

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

Properties

Name Type Description Notes
source_ids List[str] An array of customer `source_id`'s. [optional]
metadata object Metadata key value pairs to be updated. 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]