How to check whether store is using the new checkout extensibility from the online store URL

Topic summary

Main topic: Determine from a store’s public URL whether the new checkout extensibility is enabled.

  • Context: An app developer needs to send pixel migration instructions to clients adopting the new checkout.

  • Goal: Identify a reliable, client-side way to detect the new checkout from the storefront.

  • Proposed approaches:

    • Inspect browser network requests for distinctive assets.
    • Look for specific JavaScript files loaded during checkout.
    • Check for identifying properties on the window object.
  • Technical terms:

    • “Pixel migration” refers to updating/moving tracking pixels or scripts to align with the new checkout implementation.
    • “Checkout extensibility” denotes a newer, more flexible checkout integration mechanism.
  • Status: No confirmed detection method or guidance provided in the thread; the question remains open and unresolved.

Summarized with AI on January 2. AI used: gpt-5.

I am an app developer and trying to send the pixel migration instructions to clients using new Checkout extensibility.

Is there a way to check from the store’s online URL whether the store is using the new Checkout extensibility or not? (Ex: Inspecting the browser’s network call and checking for any specific JS file being loaded or checking for any window object)