Delivery Price List Page

Topic summary

A merchant using the Dawn theme wants to create an automated landing page displaying all delivery prices that updates when shipping rates change in Shopify admin, replacing their current manual table approach.

Current Limitation:

  • Shipping prices are only natively accessible through order/checkout pages, not standalone landing pages
  • No direct Shopify feature supports this functionality

Proposed Solutions:

  1. Install a third-party shipping app from the Shopify App Store
  2. Build a custom solution using a private app with API access that syncs shipping rates daily via serverless functions, storing data in shop metafields and displaying on a custom page template

Status: The discussion remains open with no definitive solution implemented. The custom development approach appears most viable for achieving automatic synchronization, though it requires technical implementation.

Summarized with AI on October 26. AI used: claude-sonnet-4-5-20250929.

Hi Community,

I was wondering if it was possible to create a landing page where all the delivery prices are located for customers to scroll through. We currently have just typed this all out in a table, but was hoping to have this automated, so when prices are updated this changes too.

We are currently using the Dawn Theme.

Thanks

Hi @lillypadflowers,

This is not possible, you can only get shipping prices through the order or checkout page.

If you want, you need to install the app for it. Refer link or Instructions

If I helped you, then a Like would be truly appreciated.

I’m not sure if any existing Shopify apps offer this
exact functionality, so this would be a custom solution tailored to your
specific needs.

A possible solution uses a private app (which gives secure API access to your store data) and a serverless function that syncs your rates daily, so
whenever you update shipping prices in shopify admin, it would be saved as shop metafield and display on a custom page template.