Receiving a PCN update

The payload that will be sent to your servers when products are modified or their sales are stopped/resumed.

ProductChangeNotification

Payload
product_idintegerRequiredExample: 313373
change_typesstring[]RequiredExample: checkout
reasonstring,null · enumOptionalExample: temporary_closurePossible values:
reopening_datestring,null · enumOptionalExample: within_7_daysPossible values:
alternative_product_idinteger | nullOptionalExample: 555789
Responses
200

Webhook successfully received and processed by the distributor.

No content

Payload

Acknowledge the notification Return an HTTP 200 response to confirm successful delivery. If your server does not respond with a 200 status code, Tiqets will retry the notification using exponential backoff: after 20, 40, 80, 160, and 320 seconds.

Note: the response body is ignored; only the HTTP status code matters.

Last updated

Was this helpful?