For Shopify billing plan details, publicDisplayName was introduced, but this field is not available in Shop webhooks, so how are we supposed to keep it in sync? Especially on shop uninstallation?
1 Like
Can you query the ShopPlan object after a store installs your app and then save this value in your database/ as a metafield?
We absolutely need this publicDisplayName included in the webhook payload. The suggested solution breaks down when a shop is closed - we receive the shop/update webhook, but then any subsequent API calls fail with an “Unavailable Shop” error, leaving us unable to retrieve plan name.