◈ CartOS Developer Platform

Build on CartOS

Create themes, build bolts, and integrate with 17,000+ stores through the CartOS REST API. Everything you need to extend the platform.

# Fetch products from a CartOS store
curl -H "X-API-Key: ak_live_xxxxxxxx" \
     https://yourstore.com/api/products

# Response
{
  "products": [
    {
      "id": 1042,
      "title": "Classic Tee",
      "price": 29.99,
      "available": true
    }
  ]
}

Start Building

Choose your path into the CartOS ecosystem

Platform at a Glance

What makes CartOS different for developers

📄 Liquid Templates

Familiar Liquid syntax with CartOS-specific conventions. If you've built Shopify themes, you'll feel right at home with a few key differences.

🔌 Scoped API Keys

Permission-based API keys with granular scopes. Merchants control exactly what data your integration can access.

⚡ Bolt Hooks

Inject snippets, scripts, and styles into precise theme locations. Bolts hook into the storefront without modifying theme code.

📦 Theme & Bolt Stores

Publish to the CartOS Theme Store and Bolt Store. Reach 17,000+ active stores through our built-in marketplaces.

🛠 GitHub Integration

Connect your GitHub repos for version-controlled theme and bolt development. Push updates directly to the stores.

📊 Webhooks

Subscribe to order.created, order.shipped, subscription.renewed, payment.failed, and more to build reactive integrations.

Ready to build on CartOS?

Apply for a developer account and get your API credentials today.

Apply for Developer Access