Integrations
Activate storefront pixel
Installs the Shopify storefront tracking pixel, or repoints an existing one at this account. Idempotent - an already-live pixel returns changed false without writing to the store. Events start arriving on the next storefront visit; nothing is backfilled. Fails with a 400 naming the reconnect step when the store granted an older permission set. Shopify only. Requires the integrations:manage scope.
post/integrations/{id}/pixel
Path parameters
idstring required
Shopify integration ID.
Response
Pixel installed, repointed, or already live
Example response
{
"success": true,
"provider": "shopify",
"shopDomain": "example.myshopify.com"
}