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.

Not yet available to API tokens

This endpoint currently requires session authentication; Personal Access Token scope support is in progress.

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