Skip to main content

Enable Webhook Topic

POST 

/api/shopify/:integrationInstance/webhooks/configurations/:topic/enable

Registers a webhook subscription for the given topic on the connected shop (live call to the Shopify Admin API). If the subscription already exists the call succeeds without creating a duplicate.

Authorization

Any valid API token can call this endpoint — no specific scope required. Manage tokens.

Authentication: Requires Bearer token.

Path parameter: topic uses triple dashes in place of slashes, e.g. orders---create for the orders/create topic.

Request

Responses

OK

Response Headers
    Content-Type