Access a community of over 900,000 Shopify Merchants and Partners and engage in meaningful conversations with your peers.
Hi,
I am creating a subscription app extension by following this doc: https://shopify.dev/apps/subscriptions/app-extensions/create
My question is how can I show the SellingPlanGroups and Product data in the app extension for the 'Add' and 'Edit' modes?
The only data available is the ProductId, VariantId, and SellingPlanGroupId, and to my knowledge, the only way to query data using only Ids is the Admin API. So should I use my app as middleware to fetch the data or is there any other way to do this?
Thanks.
Solved! Go to the solution
This is an accepted solution.
Hi, Yes you should use your app to query the data from admin API and pass it back to your extension.
This is an accepted solution.
Hi, Yes you should use your app to query the data from admin API and pass it back to your extension.