Customer custom attribute definition visible deleted
Published when a customer custom attribute definition
that is visible to the subscribing application is deleted. A custom attribute definition can only be deleted
by the application that created it. A notification is sent when your application deletes a custom attribute
definition or when another application deletes a custom attribute definition whose visibility
is
VISIBILITY_READ_ONLY
or VISIBILITY_READ_WRITE_VALUES
.
Name | Description |
---|---|
merchant_
|
The ID of the seller associated with the event that triggered the event notification. |
type
|
The type of this event. The value is |
event_
|
A unique ID for the event notification. |
created_
|
Read only The timestamp that indicates when the event notification 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 that triggered the event notification. |
Examples
{
"merchant_id": "DM7VKY8Q63GNP",
"type": "customer.custom_attribute_definition.visible.deleted",
"event_id": "81c10a07-c329-4943-af20-7d70a300c7e6",
"created_at": "2022-04-26T01:22:29Z",
"data": {
"type": "custom_attribute_definition",
"id": "sq0idp-BushoY39o1X-GPxRRUWc0A:shirt-size",
"deleted": true,
"object": {
"created_at": "2022-04-21T21:40:49Z",
"description": "The customer's t-shirt size",
"key": "sq0idp-BushoY39o1X-GPxRRUWc0A:shirt-size",
"name": "T-Shirt Size",
"schema": {
"type": "array",
"items": {
"names": [
"Small",
"Medium",
"Large",
"Extra Large",
"Extra Small"
],
"enum": [
"9492bdda-ab4d-4eeb-8496-0986c8f78499",
"6b96fba7-d8a5-ae72-48f4-8c3ee875633f",
"4032c1a2-d749-4c75-9c30-be6472cd2e08",
"89ca2c01-e4e3-43d6-b846-1495c4e8f97b",
"4f985a76-08fc-44b1-9ec4-b1904685c3a5"
]
},
"maxItems": 1,
"uniqueItems": true
},
"updated_at": "2022-04-27T11:31:29Z",
"version": 3,
"visibility": "VISIBILITY_READ_WRITE_VALUES"
}
}
}