Order custom attribute owned updated BETA
EVENT
order.custom_attribute.owned.updated
Published when an order custom attribute associated with a custom attribute definition that is owned by the subscribing app is updated.
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.owned.updated",
"event_id": "92322a74-fd56-304e-aba7-4c4a7b82c003",
"created_at": "2022-11-09T21:30:17.093Z",
"data": {
"type": "custom_attribute",
"id": "sq0ids-tr5sCkWm3b9X9MkpAvJ42A:table-number:ORDER:VilxhxZHuWEqDC6GQNgiLNshRMYZY",
"object": {
"created_at": "2022-11-09T21:30:17.093Z",
"key": "sq0ids-tr5sCkWm3b9X9MkpAvJ42A:table-number",
"updated_at": "2022-11-09T21:30:17.093Z",
"value": "Table-WK",
"version": 1,
"visibility": "VISIBILITY_READ_WRITE_VALUES"
}
}
}