Skip to product information
1 of 1
Published:2026.07.08

[Sidekick] Manage product publish dates in one list (Publish Schedule Manager)

[Sidekick] Manage product publish dates in one list (Publish Schedule Manager)

Applications

  • 商品情報管理・編集
View full details

Build a custom admin app — just by instructing Shopify's built-in AI "Sidekick" — that lists your products' scheduled publish dates by sales channel and lets you change the date or publish instantly right there. In standard Shopify the scheduled-publish status is scattered across individual products and hard to grasp, so this consolidates scheduled / published into one view.

Publish Schedule Manager – product list

What this app does

Pick a sales channel, search by product name, and see each product's "scheduled / published" status and datetime in one list. Scheduled publishing itself is a standard feature, but getting a cross-product overview of "which product goes live, and when" is a chore in standard Shopify. This app puts it on one screen and lets you change the date or publish instantly on the spot.

The strength: one-list overview

How to use it (just paste the prompt into Sidekick)

Copy the full Sidekick prompt in the "Sample code" section below, paste it into Sidekick in your Shopify admin, and say "create this app." The prompt is also managed on GitHub: StoreHero/sidekick-product-publish-scheduler

Edit publish date modal

Technical notes

  • Channel names are read via Publication.name (the catalog field returns null in this runtime)
  • Products are fetched with -status:archived to reliably include active + draft
  • Setting, changing, and instant-publishing use publishablePublish
  • Bidirectional pagination handles large catalogs
To truly stop a pre-release product from being sold, hiding the buy button in the theme is not enough (paths that bypass the theme — the Shop app, AI agents — go straight through). Manage it via the product's publish state and check across products in this list.

After making a purchase (all items are ¥0), you will be able to view the sample code.

If you have already made a purchase, please login here.

Sample Codes

Sidekick 用プロンプト(PROMPT.md)

以下を全文コピーし、Shopify管理画面のSidekickに貼り付けて「このアプリを作成して」と伝えてください。