Retrieve subscription details

Check the configuration of a subscription to the PCN.

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

get
/product-change-notification/{subscription_id}
Path parameters
subscription_idstringRequired

Unique ID of your subscription.

Header parameters
AuthorizationstringRequired

Token <Your_API_Key>.

Default: Token <Partner_API_key>.
Responses
200

Subscription successfully retrieved.

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"}
get
/product-change-notification/{subscription_id}
200

Subscription successfully retrieved.

Last updated

Was this helpful?