Adding block to theme

Hi Devs ,

I am trying to add a block to product page redirecting store user to theme directly using following link

https:///admin/themes/current/editor?template={template}&addAppBlockId={uuid}/{handle}&target=sectionGroup:{header|footer|aside}

Block is getting added but issue is that i want to my injected html to look just below pay button in same section

can anyone guide me how to achieve that using target parameter in provided url

Hi Gajenderdh947,

It doesn’t look like you can define where in the section an app block gets added, you can only target the section, but not blocks within that section (see our docs here). Are you seeing the app block being added to the main product section?