How to Create and Add a New Page to the front end?

Topic summary

Programmatic creation of a storefront page from a Shopify app to display a wholesale product list. The app already renders the product list in the back end; the goal is to surface it on the front end.

Key needs:

  • Create a new page programmatically.
  • Add content to that page.
  • Publish the page so it’s visible on the storefront.

Clarification: the page should allow product selection and pricing for wholesale, not a manually created page. Guidance is requested on what to use to achieve this.

Community update: another participant asked if a solution was found. The original poster later reported no progress yet and plans to explore with an AI coding assistant (Claude), promising to share outcomes.

Status: no solution or implementation details provided; the discussion remains open with the core questions unanswered. No code snippets or attachments referenced.

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

Hi Edward,

We’re you able to figure this out? If yes, it’ll be great if you can guide me through it.