Ghost Integration
Auto-publish your shop and product pages to Ghost.
Before you start: connecting Ghost uses a custom integration (step 1 below), and that isn't included on Ghost Pro's entry Starter plan. You'll need a higher Ghost Pro plan, or any self-hosted Ghost, to get custom integrations and the Admin API key.
Connecting Ghost
- In Ghost Admin, go to Settings → Integrations
- Add a custom integration and name it "Mytho"
- Copy the Admin API Key
- In your Mytho dashboard, open Settings → Store and set your Ghost site URL under Website domain (your main site, not the shop link)
- Open Settings → Integrations and paste the Admin API Key under Ghost CMS
- Click Save Ghost settings. Mytho checks the key against your Ghost site as it saves
The card badge tells you where you stand: Connected (the key passed the live check), Not verified (it didn't, so check the key and your site URL), or Not configured.
Which URL is this? It's the home page of your main Ghost site (like https://yourblog.com), not the address of your shop or store page. Don't include a path such as /store or /shop — just the root. On Ghost Pro it looks like https://yourblog.ghost.io. (If you do paste a longer link, Mytho trims it back to the root for you.)
Auto-publishing your shop page
- Click Publish to Ghost on the Storefront page's Shop Code tab
- Set a custom slug (
shop,store,products) - Your shop appears at
yoursite.com/shop - Theme changes update the published page automatically
Product pages
- Edit a product and click Publish to Ghost
- A page is created at
yoursite.com/shop-product-slug
Each product page carries its images, description, price with variants, an add to cart button, reviews, your theme colors, and SEO metadata.
Auto-sync: Product edits sync to Ghost on the next publish. You can also bulk-publish every product at once.
Custom checkout domain
Checkout runs on pay.mytho.dev by default. You can point it at a subdomain of your own instead, say pay.mystore.com, with automatic SSL. See the full walkthrough in Custom Checkout Domain.
Last updated