A merchant’s store that is using a non-block theme is seeing a 403 status code when our app’s script tag is attempted to being loaded. The script tag is configured as follows. The script url is loading correctly from our servers. script tags with scope “order_status”are deprecated but the scope “online_store” should still work.
{
“event” : “onload”,
“cache” : true,
“src” : “{script_url}”,
“display_scope” : “online_store”,
“created_at” : “2026-02-05T22:34:21.000+0000”,
“updated_at” : “2026-02-05T22:34:21.000+0000”
}