Working with metadata
Gain a better understanding of metadata, including its restrictions, how to manage it, and how it flows from one API object to another
Supported data types
{
"id": "674583010336",
...
"metadata": {
"adminName": "John Doe",
"adminId": 5827134,
"rewardProgram": false,
"marketingConsents": {
"email": true,
"SMS": false,
"newsLetter": true
},
"previousAddresses": [
{
"line1": "Rudi-Dutschke-Straße 26",
"city": "Berlin",
"postalCode": "10176",
"jurisdiction": null,
"country": "DE"
},
{
"line1": "21 Delaware",
"city": "Saint Paul",
"postalCode": "55017",
"jurisdiction": "MN",
"country": "US"
}
]
},
...
}Restrictions
Add metadata
Update metadata
Delete metadata
Metadata in events
Copying metadata
Last updated