Skip to main content
POST
webhooks
{
  "detail": [
    {
      "loc": [
        "<string>"
      ],
      "msg": "<string>",
      "type": "<string>"
    }
  ]
}

Body

application/json
channel
enum<string>
required

The channel that triggered the webhook

Available options:
campaign:create,
campaign:update,
campaign:delete,
catalog:feed:download:finish,
store:availability:download:finish,
catalog:feed:upload:late,
full:availability:upload:late,
delta:availability:upload:late
payload
Payload · object
required

Most recent version of the model (e.g. campaign payload)

timestamp
string<date-time>
required

Event time

id
string
required

Unique id of the event. This can be used for event de-duplication

Response

Successful Response