Integrations
Get storefront pixel state
Reads the live state of a Shopify store's storefront tracking pixel. Nothing about the pixel is stored locally, so this queries the store on every call. A confirmed missing or stale pixel prevents on-site events (product views, cart activity, browse abandonment) from arriving; a Shopify read error reports the state as unknown instead. Shopify only. Requires the account:read scope.
get/integrations/{id}/pixel
Path parameters
idstring required
Shopify integration ID.
Response
Pixel state
Example response
{
"success": true,
"provider": "shopify",
"shopDomain": "example.myshopify.com"
}