Save Data after installing the app

Topic summary

  • Main issue: A developer building a custom app with Shopify Remix asks which callback URL Shopify hits immediately after the app is installed, so they can capture and save the shop and user details in their database.

  • Clarification sought: The exact post-install callback/redirect endpoint Shopify uses (i.e., where the installation flow returns control) to perform persistence logic.

  • Context: Focused on Shopify + Remix setup; no code, logs, or configuration details (e.g., OAuth settings) were provided.

  • Terminology: “Callback URL” refers to the endpoint Shopify redirects/calls after a successful app install, typically used to finalize auth and store shop/user info.

  • Status/outcome: No responses or resolutions are provided in the thread. The question remains open with no agreed solution or action items.

Summarized with AI on December 18. AI used: gpt-5.

Iam using shopify remix for custom app , which callback url does the shopify sends the request after installing the app so that I can save the necessary shop and user details in my db.