Skip to main content
PATCH
Update a catalog webhook endpoint

Autorizace

Authorization
string
header
povinné

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Parametry cesty

id
string<uuid>
povinné

Tělo

application/json
name
string
Required string length: 1 - 120
url
string<uri>
Maximum string length: 2048
events
enum<string>[]
Minimum array length: 1
Dostupné možnosti:
product.created,
product.updated,
product.deleted,
attribute.created,
attribute.updated,
attribute.deleted
enabled
boolean
description
string | null
Maximum string length: 500

Odpověď

Updated endpoint without its signing secret

id
string<uuid>
povinné
company_id
string<uuid>
povinné
name
string
povinné
Required string length: 1 - 120
url
string<uri>
povinné

HTTPS public destination. HTTP localhost is accepted only by local development servers.

events
enum<string>[]
povinné
Minimum array length: 1
Dostupné možnosti:
product.created,
product.updated,
product.deleted,
attribute.created,
attribute.updated,
attribute.deleted
enabled
boolean
povinné
created_at
string<date-time>
povinné
updated_at
string<date-time>
povinné
description
string | null
Maximum string length: 500