v2
latestOpenAPI 3.0.32026-08-05174296703.4 KBops
addWebhook seller
Register a new url to this seller
post/ops/sellers/{id}/webhook
Path parameters
idstring regexp required
Seller Id
Example:739b63c2-9e58-4964-b38d-4ebb424de242
Seller Id
Request body
Example request
{
"channels": [
"order"
],
"url": "abc123"
}Response
Created response.
Example response
{
"urls": [
"https://example.com/foo"
]
}