I believe there is a typo. “SHOPIFY_EXTENSION_NAME_ID” should actually be replaced with “BLOCK_UUIID”.
The block ID is reported to be available only after the initial deployment. To acquire it again, please follow these steps:
- Go to Online Store > Themes > Customize.
- Add your app block to the theme.
- Save your changes.
- Click the kebab menu (…) next to the theme name.
- Select “Edit code”.
- Look for your app and block to obtain your BLOCK_UUID. It should appear as follows:
"type": "shopify://apps/YOUR_APP_NAME/blocks/BLOCK_NAME/BLOCK_UUID",