Customer custom attribute public updated BETA
EVENT
customer.custom_attribute.public.updated
Published when a customer custom attribute that is visible to the subscribing app is updated.
Permissions
CUSTOMERS_READ
Name | Description |
---|---|
merchant_
|
The ID of the target seller associated with the event. |
type
|
The type of this event. The value is |
event_
|
A unique ID for the webhook event. |
created_
|
Read only The timestamp of when the webhook event was created, in RFC 3339 format. Examples for January 25th, 2020 6:25:34pm Pacific Standard Time: UTC: 2020-01-26T02:25:34Z Pacific Standard Time with UTC offset: 2020-01-25T18:25:34-08:00 |
data
|
The data associated with the event. |
Examples
Example payload
{
"merchant_id": "DM7VKY8Q63GNP",
"type": "customer.custom_attribute.public.updated",
"event_id": "1cc2925c-f6e2-4fb6-a597-07c198de59e1",
"created_at": "2022-04-26T01:22:29Z",
"data": {
"type": "custom_attribute",
"id": "sq0idp-BushoY39o1X-GPxRRUWc0A:shirt-size:CUSTOMER:TNQC0TYTWMRSFFQ157KK4V7MVR",
"object": {
"created_at": "2022-04-21T21:40:54Z",
"key": "sq0idp-BushoY39o1X-GPxRRUWc0A:shirt-size",
"updated_at": "2022-04-26T01:22:29Z",
"value": [
"4032c1a2-d749-4c75-9c30-be6472cd2e08"
],
"version": 2,
"visibility": "VISIBILITY_READ_WRITE_VALUES"
}
}
}