Developer platform

Build on storeVero.

Ship themes and apps against a real Liquid engine, GraphQL & REST APIs and signed webhooks — then publish them to merchants in the marketplace.

Sell to merchants

Publish your work on storeVero

Upload a theme or build an app and list it for storeVero merchants. Joining and listing are free.

Three ways to build

Themes, apps & integrations

Themes

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.

  • Liquid + {% schema %}
  • In-browser code editor
  • Multi-file .zip import/export
  • Per-store isolation

Apps

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.

  • OAuth install flow
  • App embeds
  • App Marketplace listing
  • Partner dashboard

Data & integrations

Model custom content with Metaobjects, react to orders, fulfilments and refunds with signed webhooks, and read the catalogue from the Storefront API.

  • Metaobjects (custom data)
  • HMAC-signed webhooks
  • REST Admin API
  • GraphQL Storefront API
APIs & webhooks

Everything is an 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.

GraphQL Storefront
productByHandle, cartCreate, cartLinesAdd
REST Admin API
Products, orders, customers, inventory
Signed webhooks
orders/create, fulfillments/create, refunds/create
Storefront tokens
Per-store GraphQL access
sections/main-product.liquid
{% 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 %}
Docs & guides

Read the reference

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)
Partner program

List your themes and apps

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.

Free
To join and list
Dev stores
Free, for testing
Liquid
Shopify-compatible themes
REST
Admin API
GraphQL
Storefront API
Signed
Webhooks

Start building today.

Spin up a free store, open Edit code, and ship your first theme in an afternoon.

Create your free account
Chat with us