Ship themes and apps against a real Liquid engine, GraphQL & REST APIs and signed webhooks — then publish them to merchants in the marketplace.
Upload a theme or build an app and list it for storeVero merchants. Joining and listing are free.
Upload a Shopify-compatible Liquid theme .zip. Preview instantly, get reviewed, and go live in the Theme Store.
Upload a theme →Build an app with the OAuth install flow and app embeds, and list it on the App Marketplace. Paid app billing is not live yet.
Create an app →Design storefronts with a real Shopify-compatible Liquid engine — sections, blocks, JSON templates, settings schema & color schemes. Edit code in-browser, preview, publish, and list on the Theme Store.
Build apps that add features to merchant stores: the OAuth install flow, app embeds, and distribution through the App Marketplace. Paid app billing is not live yet — a paid app's charge is only recorded in test mode.
Model custom content with Metaobjects, react to orders, fulfilments and refunds with signed webhooks, and read the catalogue from the Storefront API.
A Shopify-shaped GraphQL Storefront API (edges, nodes, cart mutations) plus a REST admin API for products, orders, customers, inventory and more. Subscribe to order, fulfilment, refund and draft-order events with HMAC-signed webhooks.
{% comment %} storeVero theme — Liquid {% endcomment %} {% for product in collection.products %} <a href="{{ product.url }}"> <h3>{{ product.title }}</h3> <span>{{ product.price | money }}</span> {% if product.available %} <button data-add-to-cart="{{ product.id }}">Add</button> {% endif %} </a> {% endfor %}
The API reference covers authentication, the endpoints, webhooks and the Storefront API, with copy-paste samples in cURL, JavaScript and PHP. The short developer guide sums the same up for offline reading.
Download developer guide (.docx)Submit themes and apps from the partner dashboard. After review they are listed for storeVero merchants, and you can follow installs and reviews there.
Paid app billing is not live yet. A paid app's charge is only recorded in test mode: merchants are not billed and there are no partner payouts yet.
Spin up a free store, open Edit code, and ship your first theme in an afternoon.
Create your free account