I want to use the interface to get whether my customer store has selected my app and enabled the checkout post-purchase page.
Topic summary
A developer seeks to programmatically verify if their app’s post-purchase page is enabled in a customer’s Shopify store.
Solution identified:
- Use Shopify’s Admin GraphQL API, specifically the
appquery - This API endpoint can check the active status of the post-purchase checkout extension
- Reference documentation: Shopify Admin GraphQL app query
The question appears resolved with a self-provided solution using Shopify’s official API.