Getting available checkout extensions targets

When using const extensions = await shopify.app.extensions(); the response I get is [
{
“handle”: “checkout”,
“activations”: [
{
“target”: “purchase.checkout.block.render”
},
{
“target”: “purchase.checkout.block.render”
},
{
“target”: “purchase.checkout.block.render”
},
{
“target”: “purchase.checkout.block.render”
}
]
}
]

It would be great if it returned which spot is used also i.e order summary 1 or order summary 4 according to this image:

Am I missing something or is it not possible?

2 Likes

That would be a nice upgrade +1

1 Like

Hey folks! Totally understand the need for getting the placement reference for the dynamic target. At this time, it’s not something we’re planning to expose on the API.

1 Like

Sorry to hear, will wait. Cause honestly without the placement reference you cannot really help merchants before they reach out - which is all we as devs really want to do.

I would love that also

1 Like