Reactivate PCN subscription

Start to use again a subscription that was stopped after failing.

Read our guideline to use the PCN here: [New] Product Change Notifications API

If your endpoint that receives our webhooks keeps not responding with 200, we will move the concerned subscription to degraded and then failed, and stop sending PCN.

After you fixed your URL, you can reactivate your subscriptions. If you need to change the endpoint URL, you can also do so with this endpoint.

Reactivate endpoint:

post
/product-change-notification/{subscription_id}/reactivate
Path parameters
subscription_idstringRequired

Unique ID of your subscription.

Header parameters
AuthorizationstringRequired

Token <Your_API_Key>.

Default: Token <Partner_API_key>.
Body

Optional payload used when reactivating an existing subscription.

callback_urlstring · uri | nullableOptional

Optional HTTP/HTTPS endpoint override. When omitted, the subscription is attempted to reactivate using the existing callback URL.

Example: https://example-partner.com/webhooks/product-change
Responses
200

Subscription successfully reactivated.

application/json
Responseall ofExample: {"subscription_id":"2b4e1f08-c4ef-4a4f-992e-1f7120332c6b","status":"active","subscription_type":"product_ids","entity_ids":[974081],"change_types":["product_details_update"],"callback_url":"https://example-partner.com/webhooks/product-change"}
post
/product-change-notification/{subscription_id}/reactivate

Last updated

Was this helpful?