Catalog version updated
EVENT
catalog.version.updated
Published when the catalog is updated.
Permissions
ITEMS_READ
Name | Description |
---|---|
merchant_
|
The ID of the target merchant associated with the event. |
type
|
The type of event this represents. |
event_
|
A unique ID for the webhook event. |
created_
|
Read only 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
|
Data associated with the event. |
Examples
Example payload
{
"merchant_id": "6SSW7HV8K2ST5",
"type": "catalog.version.updated",
"event_id": "aeaaa5f6-c4fd-4e93-b688-71b50706266f",
"created_at": "2019-10-29T17:26:16.808603647Z",
"data": {
"type": "catalog",
"id": "732b6677-1acb-4d81-b09c-5a3a49399d8f",
"object": {
"catalog_version": {
"updated_at": "2019-10-29T17:26:16.53Z"
}
}
}
}