Order custom attribute visible deleted BETA
EVENT
order.custom_attribute.visible.deleted
Published when an order custom attribute that is visible to the subscribing app is deleted.
Permissions
ORDERS_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 event. |
created_
|
Read only The timestamp of when the 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": "MLABZFS5JTW5B",
"type": "order.custom_attribute.visible.deleted",
"event_id": "0a847808-3985-361d-b31f-b6060ccfea43",
"created_at": "2022-11-09T21:36:17Z",
"data": {
"type": "custom_attribute",
"id": "sq0ids-tr5sCkWm3b9X9MkpAvJ42A:table-number:ORDER:VilxhxZHuWEqDC6GQNgiLNshRMYZY",
"deleted": true,
"object": {
"created_at": "2022-11-09T21:30:17.093Z",
"key": "sq0ids-tr5sCkWm3b9X9MkpAvJ42A:table-number",
"updated_at": "2022-11-09T21:34:20.906Z",
"value": "Table-WK",
"version": 2,
"visibility": "VISIBILITY_READ_WRITE_VALUES"
}
}
}