Spree Commerce website screenshot

Spree Commerce

Spree Commerce is an open-source headless eCommerce platform originally released in 2007 and built on Ruby on Rails. The Spree server exposes a modern Store API (v3), an Admin API (v3), a Platform API (v2) used by internal/back-office integrations, and a Storefront API (v2) based on the JSON:API spec - all described with OpenAPI 3 - plus an OAuth 2.0 token endpoint for authentication. Developer surface includes the TypeScript Store and Admin SDKs (@spree/sdk and @spree/admin-sdk), the @spree/cli for managing Spree projects, the create-spree-app scaffolder, the open-source Next.js storefront, the spree-starter application template, the spree_extension generator for building Rails extensions, the deface view-customization plugin, official payments integrations (Stripe, Adyen, PayPal), marketing integrations (Klaviyo, Google Analytics), an Avalara/AvaTax extension, the spree_multi_vendor marketplace extension, and a Webhook event system for reacting to store events.

Spree Commerce publishes 164 APIs on the APIs.io network, including Account / Address API, Account API, Account / Credit Cards API, and 161 more. Tagged areas include Commerce, Headless, E-Commerce, Open-Source, and Ruby on Rails.

Spree Commerce’s developer surface includes authentication, engineering blog, documentation, API reference, GitHub presence, pricing, release notes, and 13 more developer resources.

39.6/100 developing ▬ flat Agent 41/100 agent native open core · BSD-3-Clause Full breakdown ↓
scored 2026-09-08 · rubric v0.20.0
AccessFreemiumSelf serve⚡ Free to try
5 APIs
CommerceHeadlessE-CommerceOpen-SourceRuby on RailsRubyTypeScript

Kin Score

Kin Score Kin Score How this is scored →
scored 2026-09-08 · rubric v0.20.0
Open Source Surface applies to this provider. This product is open source and we read its repository directly, so Open Source Surface carries 10 points of the composite. It is scored from what the repository actually publishes — a security policy, a contribution guide, a release history, a code of conduct — read live from the provider rather than inferred from our own catalog pointers. This facet adds; nothing was taken away to make room for it. An open-source project is not excused from the commercial facets, because exemption would strip it of the points it does earn. If we have the wrong repository, or this product is not open source, say so on your provider repo and we will drop the facet rather than have you publish against it.
Create-or-Update Ergonomics applies to this provider. This API accepts writes, so it carries 10 points of the composite. It is scored from the published contracts themselves: whether a caller can create-or-update in one call, whether the write accepts a key the caller already holds, and whether the response says which branch ran. Without that, every write needs a search-and-branch in front of it, and the first time that check is skipped a duplicate record is created. Scored against the observed mean rather than raw — a provider at the catalog average is unchanged by this facet, not penalised by it.
The six quality facets above are damped to 80 points between them, because the conditional facet above carries the other 20. That is why each facet's contribution is shown against a damped maximum: raising a quality facet moves the composite by 80% of its nominal weight, not 100%. The full arithmetic is at apis.io/rating/.
Improve this rating by publishing the missing artifacts — every area above can be raised, and the full rubric is at apis.io/rating/. Every facet and dimension name above is a link: it opens that measurement's own page — what it means, the exact checks that feed it, how the whole catalog distributes on it, and the providers at the top of it. This rating is computed from github.com/api-evangelist/spree-commerce: open an issue to ask a question, or submit a pull request to add artifacts. Submit an artifact on GitHub — free → Manage your own listing — the Influence plan, $499/mo →

APIs 183

Individual APIs this provider publishes, each with its own machine-readable definition.

Spree Webhooks

Outbound webhook event system - the Spree server emits signed JSON payloads for order, product, customer, payment, and shipment lifecycle events. The webhook envelope carries an...

@spree/sdk (TypeScript Store API SDK)

Official TypeScript SDK for the Spree Store API - typed clients, auth helpers, and resource methods. Distributed via npm as @spree/sdk and consumed by the Next.js storefront, cu...

@spree/admin-sdk (TypeScript Admin API SDK)

Official TypeScript SDK for the Spree Admin API. Provides a typed client for managing products, orders, customers, and store configuration from Node.js services and admin tools.

@spree/cli

Command-line tool for managing Spree Commerce projects - scaffolding new apps, running the dev server, managing Docker, and orchestrating common project tasks. Installed via npm...

create-spree-app

One-line project generator for new Spree Commerce installations - mirrors create-next-app and create-medusa-app patterns. Bootstraps a working Rails-based Spree project from the...

Spree Next.js Storefront

Open-source Next.js storefront talking to the Spree Storefront API - cart, checkout, account, multi-region, one-page checkout, and Stripe, Adyen, and PayPal payments. MIT licensed.

Spree Rails Storefront

Spree 5 storefront built with Ruby on Rails and a visual page builder. Reference implementation for teams that want a Rails-monolith storefront on top of Spree rather than a sep...

spree-starter (Application Template)

Reference Spree application template used to bootstrap new Spree installations - includes Docker Compose, the recommended gem set, and a sensible default configuration for self-...

spree-multi-store

Extension for running and administering multiple stores from a single Spree installation - per-store products, taxonomies, domains, and configuration.

Spree Stripe Integration

Official Stripe payments integration for Spree, including support for Stripe Connect. Wires Spree's payment lifecycle to Stripe Payment Intents and Webhooks.

Spree Adyen Integration

Official Adyen payments platform integration for Spree Commerce - payment methods, capture, refund, and webhook handling against the Adyen API.

Spree PayPal Checkout Integration

Official PayPal Checkout integration extension for Spree - PayPal buttons, order flow, capture, and refund.

Spree Avalara AvaTax Integration

Officially certified Avalara AvaTax tax-calculation integration for Spree - real-time tax calculation, address validation, and document filing against AvaTax.

Spree Klaviyo Integration

Official Klaviyo marketing-platform integration for Spree - syncs customers, orders, and product events to Klaviyo for email and SMS lifecycle marketing.

Spree Google Analytics 4 Integration

Official Google Analytics 4 integration for Spree - ecommerce event tracking and measurement on top of the Spree storefronts.

spree_extension (Extension Generator CLI)

CLI tool for generating and managing Spree Commerce extensions - scaffolds the gemspec, engine, migrations, and conventions used by the Spree extension ecosystem.

Spree Dev Tools

Internal developer tooling for working on Spree itself - debuggers, profilers, dummy data generators, and helpers used by Spree's core contributors and extension authors.

deface (Rails View Customization)

Rails plugin maintained under the Spree organization that lets Spree stores customize ERB views without forking the underlying templates. Core extension primitive in the Spree e...

Spree Core Repository (spree/spree)

Monorepo with the Spree Rails engine, Admin, Store/Admin/Platform/ Storefront APIs, OpenAPI specs, TypeScript SDKs, CLI, and Next.js storefront. Released since 2007; latest stab...

Spree Commerce Account / Address API

The Account / Address API from Spree Commerce — 2 operation(s) for account / address.

Spree Commerce Account API

The Account API from Spree Commerce — 1 operation(s) for account.

Spree Commerce Account / Credit Cards API

The Account / Credit Cards API from Spree Commerce — 3 operation(s) for account / credit cards.

Spree Commerce Account / Orders API

The Account / Orders API from Spree Commerce — 2 operation(s) for account / orders.

Spree Commerce Addresses API

The Addresses API from Spree Commerce — 2 operation(s) for addresses.

Spree Commerce Adjustments API

The Adjustments API from Spree Commerce — 2 operation(s) for adjustments.

Spree Commerce Adyen API

The Adyen API from Spree Commerce — 3 operation(s) for adyen.

Spree Commerce Authentication API

Admin user authentication

Spree Commerce Cart API

The Cart API from Spree Commerce — 1 operation(s) for cart.

Spree Commerce Cart / Coupons API

The Cart / Coupons API from Spree Commerce — 3 operation(s) for cart / coupons.

Spree Commerce Cart / Line Items API

The Cart / Line Items API from Spree Commerce — 3 operation(s) for cart / line items.

Spree Commerce Cart / Other API

The Cart / Other API from Spree Commerce — 4 operation(s) for cart / other.

Spree Commerce Carts API

Shopping cart management

Spree Commerce Checkout API

The Checkout API from Spree Commerce — 2 operation(s) for checkout.

Spree Commerce Checkout / Payments API

The Checkout / Payments API from Spree Commerce — 2 operation(s) for checkout / payments.

Spree Commerce Checkout / Shipments API

The Checkout / Shipments API from Spree Commerce — 2 operation(s) for checkout / shipments.

Spree Commerce Checkout / State API

The Checkout / State API from Spree Commerce — 3 operation(s) for checkout / state.

Spree Commerce Checkout / Store Credit API

The Checkout / Store Credit API from Spree Commerce — 2 operation(s) for checkout / store credit.

Spree Commerce Classifications API

The Classifications API from Spree Commerce — 2 operation(s) for classifications.

Spree Commerce CMS Pages API

The CMS Pages API from Spree Commerce — 2 operation(s) for cms pages.

Spree Commerce CMS Sections API

The CMS Sections API from Spree Commerce — 2 operation(s) for cms sections.

Spree Commerce Configuration API

Store configuration — payment methods, tag autocomplete

Spree Commerce Countries API

The Countries API from Spree Commerce — 5 operation(s) for countries.

Spree Commerce Custom Fields API

The Custom Fields API from Spree Commerce — 2 operation(s) for custom fields.

Spree Commerce Customers API

Customer management — profiles, addresses, store credits, credit cards

Spree Commerce Data Feeds API

The Data Feeds API from Spree Commerce — 2 operation(s) for data feeds.

Spree Commerce Digital Assets API

The Digital Assets API from Spree Commerce — 2 operation(s) for digital assets.

Spree Commerce Digital Downloads API

The Digital Downloads API from Spree Commerce — 1 operation(s) for digital downloads.

Spree Commerce Digital Links API

The Digital Links API from Spree Commerce — 3 operation(s) for digital links.

Spree Commerce Digitals API

Digital product downloads

Spree Commerce Exports API

The Exports API from Spree Commerce — 3 operation(s) for exports.

Spree Commerce Gift Cards API

The Gift Cards API from Spree Commerce — 4 operation(s) for gift cards.

Spree Commerce Line Items API

The Line Items API from Spree Commerce — 2 operation(s) for line items.

Spree Commerce Markets API

Markets, countries, currencies, and locales

Spree Commerce Menu Items API

The Menu Items API from Spree Commerce — 3 operation(s) for menu items.

Spree Commerce Menus API

The Menus API from Spree Commerce — 2 operation(s) for menus.

Spree Commerce Newsletter Subscribers API

Guest and customer newsletter subscriptions (double opt-in)

Spree Commerce Option Types API

The Option Types API from Spree Commerce — 2 operation(s) for option types.

Spree Commerce Option Values API

The Option Values API from Spree Commerce — 2 operation(s) for option values.

Spree Commerce Order Status API

The Order Status API from Spree Commerce — 1 operation(s) for order status.

Spree Commerce Orders API

Order management — orders, items, payments, fulfillments, refunds, gift cards, store credits

Spree Commerce Payment Methods API

The Payment Methods API from Spree Commerce — 2 operation(s) for payment methods.

Spree Commerce Payments API

The Payments API from Spree Commerce — 2 operation(s) for payments.

Spree Commerce Policies API

Store policies (return policy, privacy policy, terms of service)

Spree Commerce Post Categories API

The Post Categories API from Spree Commerce — 2 operation(s) for post categories.

Spree Commerce Posts API

The Posts API from Spree Commerce — 2 operation(s) for posts.

Spree Commerce Product Catalog API

Products, variants, and option types

Spree Commerce Products API

The Products API from Spree Commerce — 6 operation(s) for products.

Spree Commerce Promotion Actions API

The Promotion Actions API from Spree Commerce — 2 operation(s) for promotion actions.

Spree Commerce Promotion Categories API

The Promotion Categories API from Spree Commerce — 2 operation(s) for promotion categories.

Spree Commerce Promotion Rules API

The Promotion Rules API from Spree Commerce — 2 operation(s) for promotion rules.

Spree Commerce Promotions API

The Promotions API from Spree Commerce — 11 operation(s) for promotions.

Spree Commerce Roles API

The Roles API from Spree Commerce — 2 operation(s) for roles.

Spree Commerce Shipments API

The Shipments API from Spree Commerce — 9 operation(s) for shipments.

Spree Commerce Shipping Categories API

The Shipping Categories API from Spree Commerce — 2 operation(s) for shipping categories.

Spree Commerce Shipping Methods API

The Shipping Methods API from Spree Commerce — 2 operation(s) for shipping methods.

Spree Commerce States API

The States API from Spree Commerce — 2 operation(s) for states.

Spree Commerce Stock Items API

The Stock Items API from Spree Commerce — 2 operation(s) for stock items.

Spree Commerce Stock Locations API

The Stock Locations API from Spree Commerce — 2 operation(s) for stock locations.

Spree Commerce Store Credit Categories API

The Store Credit Categories API from Spree Commerce — 2 operation(s) for store credit categories.

Spree Commerce Store Credit Types API

The Store Credit Types API from Spree Commerce — 2 operation(s) for store credit types.

Spree Commerce Store Credits API

The Store Credits API from Spree Commerce — 2 operation(s) for store credits.

Spree Commerce Stores API

The Stores API from Spree Commerce — 1 operation(s) for stores.

Spree Commerce Stripe API

The Stripe API from Spree Commerce — 4 operation(s) for stripe.

Spree Commerce Tax Categories API

The Tax Categories API from Spree Commerce — 2 operation(s) for tax categories.

Spree Commerce Tax Rates API

The Tax Rates API from Spree Commerce — 2 operation(s) for tax rates.

Spree Commerce Taxonomies API

The Taxonomies API from Spree Commerce — 2 operation(s) for taxonomies.

Spree Commerce Taxons API

The Taxons API from Spree Commerce — 5 operation(s) for taxons.

Spree Commerce Token API

The Token API from Spree Commerce — 1 operation(s) for token.

Spree Commerce Users API

The Users API from Spree Commerce — 2 operation(s) for users.

Spree Commerce Variants API

The Variants API from Spree Commerce — 3 operation(s) for variants.

Spree Commerce Vendors API

The Vendors API from Spree Commerce — 10 operation(s) for vendors.

Spree Commerce Webhook Events API

The Webhook Events API from Spree Commerce — 1 operation(s) for webhook events.

Spree Commerce Webhook Subscribers API

The Webhook Subscribers API from Spree Commerce — 2 operation(s) for webhook subscribers.

Spree Commerce Wished Items API

The Wished Items API from Spree Commerce — 2 operation(s) for wished items.

Spree Commerce Wishlists API

The Wishlists API from Spree Commerce — 9 operation(s) for wishlists.

Spree Commerce Wishlists / Wished Items API

The Wishlists / Wished Items API from Spree Commerce — 5 operation(s) for wishlists / wished items.

Spree Commerce Zones API

The Zones API from Spree Commerce — 2 operation(s) for zones.

Spree Commerce Account / Address API

The Account / Address API from Spree Commerce — 2 operation(s) for account / address.

Spree Commerce Account API

The Account API from Spree Commerce — 1 operation(s) for account.

Spree Commerce Account / Credit Cards API

The Account / Credit Cards API from Spree Commerce — 3 operation(s) for account / credit cards.

Spree Commerce Account / Orders API

The Account / Orders API from Spree Commerce — 2 operation(s) for account / orders.

Spree Commerce Addresses API

The Addresses API from Spree Commerce — 2 operation(s) for addresses.

Spree Commerce Adjustments API

The Adjustments API from Spree Commerce — 2 operation(s) for adjustments.

Spree Commerce Adyen API

The Adyen API from Spree Commerce — 3 operation(s) for adyen.

Spree Commerce Allowed Origins API

CORS allowlist for storefront and admin client origins

Spree Commerce API Keys API

Secret and publishable API keys

Spree Commerce Authentication API

Admin user login, logout, token refresh, and current user profile

Spree Commerce Cart API

The Cart API from Spree Commerce — 1 operation(s) for cart.

Spree Commerce Cart / Coupons API

The Cart / Coupons API from Spree Commerce — 3 operation(s) for cart / coupons.

Spree Commerce Cart / Line Items API

The Cart / Line Items API from Spree Commerce — 3 operation(s) for cart / line items.

Spree Commerce Cart / Other API

The Cart / Other API from Spree Commerce — 4 operation(s) for cart / other.

Spree Commerce Carts API

Shopping cart management

Spree Commerce Channels API

Sales channels and product publication across channels

Spree Commerce Checkout API

The Checkout API from Spree Commerce — 2 operation(s) for checkout.

Spree Commerce Checkout / Payments API

The Checkout / Payments API from Spree Commerce — 2 operation(s) for checkout / payments.

Spree Commerce Checkout / Shipments API

The Checkout / Shipments API from Spree Commerce — 2 operation(s) for checkout / shipments.

Spree Commerce Checkout / State API

The Checkout / State API from Spree Commerce — 3 operation(s) for checkout / state.

Spree Commerce Checkout / Store Credit API

The Checkout / Store Credit API from Spree Commerce — 2 operation(s) for checkout / store credit.

Spree Commerce Classifications API

The Classifications API from Spree Commerce — 2 operation(s) for classifications.

Spree Commerce CMS Pages API

The CMS Pages API from Spree Commerce — 2 operation(s) for cms pages.

Spree Commerce CMS Sections API

The CMS Sections API from Spree Commerce — 2 operation(s) for cms sections.

Spree Commerce Countries API

The Countries API from Spree Commerce — 5 operation(s) for countries.

Spree Commerce Custom Fields API

Custom field definitions for products, variants, customers, and other resources

Spree Commerce Customer Groups API

Customer groups for segmenting customers (e.g. wholesale, VIP) used by pricing and promotions

Spree Commerce Customers API

Customer profiles, addresses, credit cards, and store credits

Spree Commerce Data Feeds API

The Data Feeds API from Spree Commerce — 2 operation(s) for data feeds.

Spree Commerce Digital Assets API

The Digital Assets API from Spree Commerce — 2 operation(s) for digital assets.

Spree Commerce Digital Downloads API

The Digital Downloads API from Spree Commerce — 1 operation(s) for digital downloads.

Spree Commerce Digital Links API

The Digital Links API from Spree Commerce — 3 operation(s) for digital links.

Spree Commerce Digitals API

Digital product downloads

Spree Commerce Exports API

Async CSV exports of admin resources

Spree Commerce Fulfillments API

Order fulfillments — shipments, fulfill, cancel, resume, split

Spree Commerce Gift Cards API

Gift cards and gift card batches

Spree Commerce Line Items API

The Line Items API from Spree Commerce — 2 operation(s) for line items.

Spree Commerce Markets API

Markets — geographic groupings of countries used for pricing, tax, and fulfillment rules

Spree Commerce Menu Items API

The Menu Items API from Spree Commerce — 3 operation(s) for menu items.

Spree Commerce Menus API

The Menus API from Spree Commerce — 2 operation(s) for menus.

Spree Commerce Newsletter Subscribers API

Guest and customer newsletter subscriptions (double opt-in)

Spree Commerce Option Types API

Option types and option values used to build product variants (e.g. Size, Color)

Spree Commerce Option Values API

The Option Values API from Spree Commerce — 2 operation(s) for option values.

Spree Commerce Order Status API

The Order Status API from Spree Commerce — 1 operation(s) for order status.

Spree Commerce Orders API

Orders, order items, applied gift cards, and applied store credits

Spree Commerce Payment Methods API

Configured payment providers and their available types

Spree Commerce Payments API

Order payments — list, capture, void

Spree Commerce Policies API

Store policies (return policy, privacy policy, terms of service)

Spree Commerce Post Categories API

The Post Categories API from Spree Commerce — 2 operation(s) for post categories.

Spree Commerce Posts API

The Posts API from Spree Commerce — 2 operation(s) for posts.

Spree Commerce Pricing API

Prices and price lists for currency-, market-, and customer-group-specific pricing

Spree Commerce Product Catalog API

Products and categories

Spree Commerce Products API

Products, taxons/categories, product custom field values, and bulk product operations

Spree Commerce Promotion Actions API

The Promotion Actions API from Spree Commerce — 2 operation(s) for promotion actions.

Spree Commerce Promotion Categories API

The Promotion Categories API from Spree Commerce — 2 operation(s) for promotion categories.

Spree Commerce Promotion Rules API

The Promotion Rules API from Spree Commerce — 2 operation(s) for promotion rules.

Spree Commerce Promotions API

Promotions, promotion rules, promotion actions, and coupon codes

Spree Commerce Roles API

The Roles API from Spree Commerce — 2 operation(s) for roles.

Spree Commerce Settings API

Store-level settings — store profile, tags, store credit categories

Spree Commerce Shipments API

The Shipments API from Spree Commerce — 9 operation(s) for shipments.

Spree Commerce Shipping Categories API

The Shipping Categories API from Spree Commerce — 2 operation(s) for shipping categories.

Spree Commerce Shipping Methods API

The Shipping Methods API from Spree Commerce — 2 operation(s) for shipping methods.

Spree Commerce Staff API

Admin users, roles, and invitations to the store

Spree Commerce States API

The States API from Spree Commerce — 2 operation(s) for states.

Spree Commerce Stock Items API

The Stock Items API from Spree Commerce — 2 operation(s) for stock items.

Spree Commerce Stock Locations API

Warehouses and physical fulfillment locations

Spree Commerce Store Credit Categories API

The Store Credit Categories API from Spree Commerce — 2 operation(s) for store credit categories.

Spree Commerce Store Credit Types API

The Store Credit Types API from Spree Commerce — 2 operation(s) for store credit types.

Spree Commerce Store Credits API

The Store Credits API from Spree Commerce — 2 operation(s) for store credits.

Spree Commerce Stores API

The Stores API from Spree Commerce — 1 operation(s) for stores.

Spree Commerce Stripe API

The Stripe API from Spree Commerce — 4 operation(s) for stripe.

Spree Commerce Tax Categories API

The Tax Categories API from Spree Commerce — 2 operation(s) for tax categories.

Spree Commerce Tax Rates API

The Tax Rates API from Spree Commerce — 2 operation(s) for tax rates.

Spree Commerce Taxonomies API

The Taxonomies API from Spree Commerce — 2 operation(s) for taxonomies.

Spree Commerce Taxons API

The Taxons API from Spree Commerce — 5 operation(s) for taxons.

Spree Commerce Users API

The Users API from Spree Commerce — 2 operation(s) for users.

Spree Commerce Variants API

Product variants — the individual SKUs (size/color combinations) sold under a product

Spree Commerce Vendors API

The Vendors API from Spree Commerce — 10 operation(s) for vendors.

Spree Commerce Webhook Events API

The Webhook Events API from Spree Commerce — 1 operation(s) for webhook events.

Spree Commerce Webhook Subscribers API

The Webhook Subscribers API from Spree Commerce — 2 operation(s) for webhook subscribers.

Spree Commerce Webhooks API

Webhook endpoints and webhook delivery history

Spree Commerce Wished Items API

The Wished Items API from Spree Commerce — 2 operation(s) for wished items.

Spree Commerce Wishlists API

The Wishlists API from Spree Commerce — 9 operation(s) for wishlists.

Spree Commerce Wishlists / Wished Items API

The Wishlists / Wished Items API from Spree Commerce — 5 operation(s) for wishlists / wished items.

Spree Commerce Zones API

The Zones API from Spree Commerce — 2 operation(s) for zones.

Scroll for all 183

Open Collections 84

Open, tool-agnostic API collections (OpenAPI-derived and Bruno).

API Collection

OPEN COLLECTION

Admin API

OPEN COLLECTION

Authentication

OPEN COLLECTION

Platform API

OPEN COLLECTION

Store API

OPEN COLLECTION

Storefront API

OPEN COLLECTION

Scroll for all 84

Pricing Plans 1

Published pricing tiers and plan structures.

Rate Limits 1

Documented rate limits and quota policies.

Spree Commerce Rate Limits

2 limits

RATE LIMITS

FinOps 1

Cost, billing, and metering signals for API financial operations.

Security Posture 2

Authentication, domain security, vulnerability disclosure, and trust-center signals.

Spree Commerce Authentication

apiKey/http · 3 schemes

SECURITY

Spree Commerce Domain Security

TLSv1.3 · HSTS

SECURITY

Agentic Access 1

Recommended x-agentic-access execution contracts for AI agents.

Spree Commerce Agentic Access

524 operations · 311 acting · 5 human-in-the-loop

524 operations · 311 acting

AGENTIC

Resources

Get Started 1

Portal, sign-up, and the first successful call

Documentation 4

Reference material describing how the API behaves

Agent Surfaces 1

MCP servers, agent skills, and machine-readable catalogs

Build 2

SDKs, sample code, and the tooling you integrate with

Access & Security 2

Authentication, authorization, and security posture

Operate 2

Status, limits, changes, and where to get help

Commercial 2

Pricing, plans, and the legal terms of use

Company 4

The organization behind the API

Other 2

Properties that don't map to a standard resource type

Source (apis.yml)

apis.yml Raw ↑
aid: spree-commerce
url: https://raw.githubusercontent.com/api-evangelist/spree-commerce/refs/heads/main/apis.yml
name: Spree Commerce
kind: opensource
description: Spree Commerce is an open-source headless eCommerce platform originally released in 2007 and built on Ruby on
  Rails. The Spree server exposes a modern Store API (v3), an Admin API (v3), a Platform API (v2) used by internal/back-office
  integrations, and a Storefront API (v2) based on the JSON:API spec - all described with OpenAPI 3 - plus an OAuth 2.0 token
  endpoint for authentication. Developer surface includes the TypeScript Store and Admin SDKs (@spree/sdk and @spree/admin-sdk),
  the @spree/cli for managing Spree projects, the create-spree-app scaffolder, the open-source Next.js storefront, the spree-starter
  application template, the spree_extension generator for building Rails extensions, the deface view-customization plugin,
  official payments integrations (Stripe, Adyen, PayPal), marketing integrations (Klaviyo, Google Analytics), an Avalara/AvaTax
  extension, the spree_multi_vendor marketplace extension, and a Webhook event system for reacting to store events.
deliveryModel:
  model: open-core
  license: BSD-3-Clause
  open_source: true
  commercial: true
  callable_host: false
  label: Open core · an OSS project plus a commercial hosted product
  confidence: high
  source:
  - license
  - openapi
  - pricing
  generated: '2026-08-28'
  method: derived
accessModel:
  pricing: freemium
  onboarding: self-serve
  trial: false
  try_now: true
  public: false
  label: Freemium · Self-serve signup
  confidence: medium
  source:
  - plans
  - authentication
  - security
  generated: '2026-09-03'
  method: derived
image: https://kinlane-images.s3.amazonaws.com/shared/apis-json/icons/spree-commerce.png
tags:
- Commerce
- Headless
- E-Commerce
- Open-Source
- Ruby on Rails
- Ruby
- TypeScript
tags_raw:
- Commerce
- Headless
- eCommerce
- Open Source
- Ruby on Rails
- Ruby
- TypeScript
created: '2026-05-25'
modified: '2026-07-25'
specificationVersion: '0.23'
apis:
- aid: spree-commerce:webhooks
  name: Spree Webhooks
  description: Outbound webhook event system - the Spree server emits signed JSON payloads for order, product, customer, payment,
    and shipment lifecycle events. The webhook envelope carries an id, event name, created_at, data, and metadata block, with
    payloads sharing the Store API v3 serializers.
  humanURL: https://dev-docs.spreecommerce.org/api-reference/webhooks-events
  baseURL: https://dev-docs.spreecommerce.org/api-reference/webhooks-events
  tags:
  - Webhook
  - Event
  - Notification
  tags_raw:
  - Webhooks
  - Events
  - Notifications
  properties:
  - type: Documentation
    url: https://dev-docs.spreecommerce.org/api-reference/webhooks-events
  - type: Documentation
    url: https://dev-docs.spreecommerce.org/developer/core-concepts/webhooks
- aid: spree-commerce:sdk
  name: '@spree/sdk (TypeScript Store API SDK)'
  description: Official TypeScript SDK for the Spree Store API - typed clients, auth helpers, and resource methods. Distributed
    via npm as @spree/sdk and consumed by the Next.js storefront, custom storefronts, and server-side integrations.
  humanURL: https://www.npmjs.com/package/@spree/sdk
  baseURL: https://github.com/spree/spree/tree/main/packages/sdk
  tags:
  - SDK
  - TypeScript
  - JavaScript
  - Storefront
  properties:
  - type: Repository
    url: https://github.com/spree/spree/tree/main/packages/sdk
  - type: Package
    url: https://www.npmjs.com/package/@spree/sdk
- aid: spree-commerce:admin-sdk
  name: '@spree/admin-sdk (TypeScript Admin API SDK)'
  description: Official TypeScript SDK for the Spree Admin API. Provides a typed client for managing products, orders, customers,
    and store configuration from Node.js services and admin tools.
  humanURL: https://www.npmjs.com/package/@spree/admin-sdk
  baseURL: https://github.com/spree/spree/tree/main/packages/admin-sdk
  tags:
  - SDK
  - TypeScript
  - Admin
  properties:
  - type: Repository
    url: https://github.com/spree/spree/tree/main/packages/admin-sdk
  - type: Package
    url: https://www.npmjs.com/package/@spree/admin-sdk
- aid: spree-commerce:cli
  name: '@spree/cli'
  description: Command-line tool for managing Spree Commerce projects - scaffolding new apps, running the dev server, managing
    Docker, and orchestrating common project tasks. Installed via npm and exposed as the spree binary.
  humanURL: https://www.npmjs.com/package/@spree/cli
  baseURL: https://github.com/spree/spree/tree/main/packages/cli
  tags:
  - CLI
  - Tooling
  - Developer Experience
  properties:
  - type: Repository
    url: https://github.com/spree/spree/tree/main/packages/cli
  - type: Package
    url: https://www.npmjs.com/package/@spree/cli
- aid: spree-commerce:create-spree-app
  name: create-spree-app
  description: One-line project generator for new Spree Commerce installations - mirrors create-next-app and create-medusa-app
    patterns. Bootstraps a working Rails-based Spree project from the spree-starter template.
  humanURL: https://www.npmjs.com/package/create-spree-app
  baseURL: https://github.com/spree/spree/tree/main/packages/create-spree-app
  tags:
  - CLI
  - Scaffolding
  - Starter
  properties:
  - type: Repository
    url: https://github.com/spree/spree/tree/main/packages/create-spree-app
  - type: Package
    url: https://www.npmjs.com/package/create-spree-app
- aid: spree-commerce:nextjs-storefront
  name: Spree Next.js Storefront
  description: Open-source Next.js storefront talking to the Spree Storefront API - cart, checkout, account, multi-region,
    one-page checkout, and Stripe, Adyen, and PayPal payments. MIT licensed.
  humanURL: https://github.com/spree/storefront
  baseURL: https://github.com/spree/storefront
  tags:
  - Storefront
  - Next.js
  - Starter
  - TypeScript
  properties:
  - type: Repository
    url: https://github.com/spree/storefront
- aid: spree-commerce:rails-storefront
  name: Spree Rails Storefront
  description: Spree 5 storefront built with Ruby on Rails and a visual page builder. Reference implementation for teams that
    want a Rails-monolith storefront on top of Spree rather than a separate JavaScript runtime.
  humanURL: https://github.com/spree/spree-rails-storefront
  baseURL: https://github.com/spree/spree-rails-storefront
  tags:
  - Storefront
  - Rails
  - Page Builder
  properties:
  - type: Repository
    url: https://github.com/spree/spree-rails-storefront
- aid: spree-commerce:starter
  name: spree-starter (Application Template)
  description: Reference Spree application template used to bootstrap new Spree installations - includes Docker Compose, the
    recommended gem set, and a sensible default configuration for self-hosted deployments.
  humanURL: https://github.com/spree/spree-starter
  baseURL: https://github.com/spree/spree-starter
  tags:
  - Starter
  - Application
  - Docker
  properties:
  - type: Repository
    url: https://github.com/spree/spree-starter
- aid: spree-commerce:multi-store
  name: spree-multi-store
  description: Extension for running and administering multiple stores from a single Spree installation - per-store products,
    taxonomies, domains, and configuration.
  humanURL: https://github.com/spree/spree-multi-store
  baseURL: https://github.com/spree/spree-multi-store
  tags:
  - multi-store
  - Extension
  tags_raw:
  - Multi Store
  - Extension
  properties:
  - type: Repository
    url: https://github.com/spree/spree-multi-store
- aid: spree-commerce:stripe
  name: Spree Stripe Integration
  description: Official Stripe payments integration for Spree, including support for Stripe Connect. Wires Spree's payment
    lifecycle to Stripe Payment Intents and Webhooks.
  humanURL: https://github.com/spree/spree_stripe
  baseURL: https://github.com/spree/spree_stripe
  tags:
  - Payments
  - Stripe
  - Integration
  properties:
  - type: Repository
    url: https://github.com/spree/spree_stripe
- aid: spree-commerce:adyen
  name: Spree Adyen Integration
  description: Official Adyen payments platform integration for Spree Commerce - payment methods, capture, refund, and webhook
    handling against the Adyen API.
  humanURL: https://github.com/spree/spree_adyen
  baseURL: https://github.com/spree/spree_adyen
  tags:
  - Payments
  - Adyen
  - Integration
  properties:
  - type: Repository
    url: https://github.com/spree/spree_adyen
- aid: spree-commerce:paypal-checkout
  name: Spree PayPal Checkout Integration
  description: Official PayPal Checkout integration extension for Spree - PayPal buttons, order flow, capture, and refund.
  humanURL: https://github.com/spree/spree_paypal_checkout
  baseURL: https://github.com/spree/spree_paypal_checkout
  tags:
  - Payments
  - PayPal
  - Integration
  properties:
  - type: Repository
    url: https://github.com/spree/spree_paypal_checkout
- aid: spree-commerce:avatax
  name: Spree Avalara AvaTax Integration
  description: Officially certified Avalara AvaTax tax-calculation integration for Spree - real-time tax calculation, address
    validation, and document filing against AvaTax.
  humanURL: https://github.com/spree/spree_avatax_official
  baseURL: https://github.com/spree/spree_avatax_official
  tags:
  - Tax
  - Avalara
  - AvaTax
  - Integration
  properties:
  - type: Repository
    url: https://github.com/spree/spree_avatax_official
- aid: spree-commerce:klaviyo
  name: Spree Klaviyo Integration
  description: Official Klaviyo marketing-platform integration for Spree - syncs customers, orders, and product events to
    Klaviyo for email and SMS lifecycle marketing.
  humanURL: https://github.com/spree/spree_klaviyo
  baseURL: https://github.com/spree/spree_klaviyo
  tags:
  - Marketing
  - Klaviyo
  - Email
  - Integration
  properties:
  - type: Repository
    url: https://github.com/spree/spree_klaviyo
- aid: spree-commerce:google-analytics
  name: Spree Google Analytics 4 Integration
  description: Official Google Analytics 4 integration for Spree - ecommerce event tracking and measurement on top of the
    Spree storefronts.
  humanURL: https://github.com/spree/spree_google_analytics
  baseURL: https://github.com/spree/spree_google_analytics
  tags:
  - Analytics
  - Google Analytics
  - Integration
  properties:
  - type: Repository
    url: https://github.com/spree/spree_google_analytics
- aid: spree-commerce:extension
  name: spree_extension (Extension Generator CLI)
  description: CLI tool for generating and managing Spree Commerce extensions - scaffolds the gemspec, engine, migrations,
    and conventions used by the Spree extension ecosystem.
  humanURL: https://github.com/spree/spree_extension
  baseURL: https://github.com/spree/spree_extension
  tags:
  - CLI
  - Extension
  - Tooling
  properties:
  - type: Repository
    url: https://github.com/spree/spree_extension
- aid: spree-commerce:dev-tools
  name: Spree Dev Tools
  description: Internal developer tooling for working on Spree itself - debuggers, profilers, dummy data generators, and helpers
    used by Spree's core contributors and extension authors.
  humanURL: https://github.com/spree/spree_dev_tools
  baseURL: https://github.com/spree/spree_dev_tools
  tags:
  - Developer Tools
  - Tooling
  properties:
  - type: Repository
    url: https://github.com/spree/spree_dev_tools
- aid: spree-commerce:deface
  name: deface (Rails View Customization)
  description: Rails plugin maintained under the Spree organization that lets Spree stores customize ERB views without forking
    the underlying templates. Core extension primitive in the Spree ecosystem.
  humanURL: https://github.com/spree/deface
  baseURL: https://github.com/spree/deface
  tags:
  - Rails
  - Views
  - Customization
  - Plugin
  properties:
  - type: Repository
    url: https://github.com/spree/deface
- aid: spree-commerce:core-repo
  name: Spree Core Repository (spree/spree)
  description: Monorepo with the Spree Rails engine, Admin, Store/Admin/Platform/ Storefront APIs, OpenAPI specs, TypeScript
    SDKs, CLI, and Next.js storefront. Released since 2007; latest stable release v5.4.3.
  humanURL: https://github.com/spree/spree
  baseURL: https://github.com/spree/spree
  tags:
  - Open-Source
  - Repository
  - Monorepo
  - Rails
  - Ruby
  tags_raw:
  - Open Source
  - Repository
  - Monorepo
  - Rails
  - Ruby
  properties:
  - type: Repository
    url: https://github.com/spree/spree
- aid: spree-commerce:spree-commerce-account-address-api
  name: Spree Commerce Account / Address API
  description: The Account / Address API from Spree Commerce — 2 operation(s) for account / address.
  humanURL: https://dev-docs.spreecommerce.org/api-reference/store-api/introduction
  baseURL: https://demo.spreecommerce.org
  tags:
  - Account / Address
  properties:
  - type: OpenAPI
    url: openapi/spree-commerce-account-address-api-openapi.yml
  - type: Documentation
    url: https://dev-docs.spreecommerce.org/api-reference/store-api/introduction
  - type: Documentation
    url: https://dev-docs.spreecommerce.org/api-reference/admin-api/introduction
  - type: Documentation
    url: https://dev-docs.spreecommerce.org/api-reference/platform-api/introduction
  - type: Documentation
    url: https://dev-docs.spreecommerce.org/api-reference/storefront-api/introduction
  - type: Documentation
    url: https://dev-docs.spreecommerce.org/api-reference/authentication
- aid: spree-commerce:spree-commerce-account-api
  name: Spree Commerce Account API
  description: The Account API from Spree Commerce — 1 operation(s) for account.
  humanURL: https://dev-docs.spreecommerce.org/api-reference/store-api/introduction
  baseURL: https://demo.spreecommerce.org
  tags:
  - Account
  properties:
  - type: OpenAPI
    url: openapi/spree-commerce-account-api-openapi.yml
  - type: Documentation
    url: https://dev-docs.spreecommerce.org/api-reference/store-api/introduction
  - type: Documentation
    url: https://dev-docs.spreecommerce.org/api-reference/admin-api/introduction
  - type: Documentation
    url: https://dev-docs.spreecommerce.org/api-reference/platform-api/introduction
  - type: Documentation
    url: https://dev-docs.spreecommerce.org/api-reference/storefront-api/introduction
  - type: Documentation
    url: https://dev-docs.spreecommerce.org/api-reference/authentication
- aid: spree-commerce:spree-commerce-account-credit-cards-api
  name: Spree Commerce Account / Credit Cards API
  description: The Account / Credit Cards API from Spree Commerce — 3 operation(s) for account / credit cards.
  humanURL: https://dev-docs.spreecommerce.org/api-reference/store-api/introduction
  baseURL: https://demo.spreecommerce.org
  tags:
  - Account / Credit Cards
  properties:
  - type: OpenAPI
    url: openapi/spree-commerce-account-credit-cards-api-openapi.yml
  - type: Documentation
    url: https://dev-docs.spreecommerce.org/api-reference/store-api/introduction
  - type: Documentation
    url: https://dev-docs.spreecommerce.org/api-reference/admin-api/introduction
  - type: Documentation
    url: https://dev-docs.spreecommerce.org/api-reference/platform-api/introduction
  - type: Documentation
    url: https://dev-docs.spreecommerce.org/api-reference/storefront-api/introduction
  - type: Documentation
    url: https://dev-docs.spreecommerce.org/api-reference/authentication
- aid: spree-commerce:spree-commerce-account-orders-api
  name: Spree Commerce Account / Orders API
  description: The Account / Orders API from Spree Commerce — 2 operation(s) for account / orders.
  humanURL: https://dev-docs.spreecommerce.org/api-reference/store-api/introduction
  baseURL: https://demo.spreecommerce.org
  tags:
  - Account / Orders
  properties:
  - type: OpenAPI
    url: openapi/spree-commerce-account-orders-api-openapi.yml
  - type: Documentation
    url: https://dev-docs.spreecommerce.org/api-reference/store-api/introduction
  - type: Documentation
    url: https://dev-docs.spreecommerce.org/api-reference/admin-api/introduction
  - type: Documentation
    url: https://dev-docs.spreecommerce.org/api-reference/platform-api/introduction
  - type: Documentation
    url: https://dev-docs.spreecommerce.org/api-reference/storefront-api/introduction
  - type: Documentation
    url: https://dev-docs.spreecommerce.org/api-reference/authentication
- aid: spree-commerce:spree-commerce-addresses-api
  name: Spree Commerce Addresses API
  description: The Addresses API from Spree Commerce — 2 operation(s) for addresses.
  humanURL: https://dev-docs.spreecommerce.org/api-reference/store-api/introduction
  baseURL: https://demo.spreecommerce.org
  tags:
  - Addresses
  properties:
  - type: OpenAPI
    url: openapi/spree-commerce-addresses-api-openapi.yml
  - type: Documentation
    url: https://dev-docs.spreecommerce.org/api-reference/store-api/introduction
  - type: Documentation
    url: https://dev-docs.spreecommerce.org/api-reference/admin-api/introduction
  - type: Documentation
    url: https://dev-docs.spreecommerce.org/api-reference/platform-api/introduction
  - type: Documentation
    url: https://dev-docs.spreecommerce.org/api-reference/storefront-api/introduction
  - type: Documentation
    url: https://dev-docs.spreecommerce.org/api-reference/authentication
- aid: spree-commerce:spree-commerce-adjustments-api
  name: Spree Commerce Adjustments API
  description: The Adjustments API from Spree Commerce — 2 operation(s) for adjustments.
  humanURL: https://dev-docs.spreecommerce.org/api-reference/store-api/introduction
  baseURL: https://demo.spreecommerce.org
  tags:
  - Adjustments
  properties:
  - type: OpenAPI
    url: openapi/spree-commerce-adjustments-api-openapi.yml
  - type: Documentation
    url: https://dev-docs.spreecommerce.org/api-reference/store-api/introduction
  - type: Documentation
    url: https://dev-docs.spreecommerce.org/api-reference/admin-api/introduction
  - type: Documentation
    url: https://dev-docs.spreecommerce.org/api-reference/platform-api/introduction
  - type: Documentation
    url: https://dev-docs.spreecommerce.org/api-reference/storefront-api/introduction
  - type: Documentation
    url: https://dev-docs.spreecommerce.org/api-reference/authentication
- aid: spree-commerce:spree-commerce-adyen-api
  name: Spree Commerce Adyen API
  description: The Adyen API from Spree Commerce — 3 operation(s) for adyen.
  humanURL: https://dev-docs.spreecommerce.org/api-reference/store-api/introduction
  baseURL: https://demo.spreecommerce.org
  tags:
  - Adyen
  properties:
  - type: OpenAPI
    url: openapi/spree-commerce-adyen-api-openapi.yml
  - type: Documentation
    url: https://dev-docs.spreecommerce.org/api-reference/store-api/introduction
  - type: Documentation
    url: https://dev-docs.spreecommerce.org/api-reference/admin-api/introduction
  - type: Documentation
    url: https://dev-docs.spreecommerce.org/api-reference/platform-api/introduction
  - type: Documentation
    url: https://dev-docs.spreecommerce.org/api-reference/storefront-api/introduction
  - type: Documentation
    url: https://dev-docs.spreecommerce.org/api-reference/authentication
- aid: spree-commerce:spree-commerce-authentication-api
  name: Spree Commerce Authentication API
  description: Admin user authentication
  humanURL: https://dev-docs.spreecommerce.org/api-reference/store-api/introduction
  baseURL: https://demo.spreecommerce.org
  tags:
  - Authentication
  properties:
  - type: OpenAPI
    url: openapi/spree-commerce-authentication-api-openapi.yml
  - type: Documentation
    url: https://dev-docs.spreecommerce.org/api-reference/store-api/introduction
  - type: Documentation
    url: https://dev-docs.spreecommerce.org/api-reference/admin-api/introduction
  - type: Documentation
    url: https://dev-docs.spreecommerce.org/api-reference/platform-api/introduction
  - type: Documentation
    url: https://dev-docs.spreecommerce.org/api-reference/storefront-api/introduction
  - type: Documentation
    url: https://dev-docs.spreecommerce.org/api-reference/authentication
- aid: spree-commerce:spree-commerce-cart-api
  name: Spree Commerce Cart API
  description: The Cart API from Spree Commerce — 1 operation(s) for cart.
  humanURL: https://dev-docs.spreecommerce.org/api-reference/store-api/introduction
  baseURL: https://demo.spreecommerce.org
  tags:
  - Cart
  properties:
  - type: OpenAPI
    url: openapi/spree-commerce-cart-api-openapi.yml
  - type: Documentation
    url: https://dev-docs.spreecommerce.org/api-reference/store-api/introduction
  - type: Documentation
    url: https://dev-docs.spreecommerce.org/api-reference/admin-api/introduction
  - type: Documentation
    url: https://dev-docs.spreecommerce.org/api-reference/platform-api/introduction
  - type: Documentation
    url: https://dev-docs.spreecommerce.org/api-reference/storefront-api/introduction
  - type: Documentation
    url: https://dev-docs.spreecommerce.org/api-reference/authentication
- aid: spree-commerce:spree-commerce-cart-coupons-api
  name: Spree Commerce Cart / Coupons API
  description: The Cart / Coupons API from Spree Commerce — 3 operation(s) for cart / coupons.
  humanURL: https://dev-docs.spreecommerce.org/api-reference/store-api/introduction
  baseURL: https://demo.spreecommerce.org
  tags:
  - Cart / Coupons
  properties:
  - type: OpenAPI
    url: openapi/spree-commerce-cart-coupons-api-openapi.yml
  - type: Documentation
    url: https://dev-docs.spreecommerce.org/api-reference/store-api/introduction
  - type: Documentation
    url: https://dev-docs.spreecommerce.org/api-reference/admin-api/introduction
  - type: Documentation
    url: https://dev-docs.spreecommerce.org/api-reference/platform-api/introduction
  - type: Documentation
    url: https://dev-docs.spreecommerce.org/api-reference/storefront-api/introduction
  - type: Documentation
    url: https://dev-docs.spreecommerce.org/api-reference/authentication
- aid: spree-commerce:spree-commerce-cart-line-items-api
  name: Spree Commerce Cart / Line Items API
  description: The Cart / Line Items API from Spree Commerce — 3 operation(s) for cart / line items.
  humanURL: https://dev-docs.spreecommerce.org/api-reference/store-api/introduction
  baseURL: https://demo.spreecommerce.org
  tags:
  - Cart / Line Items
  properties:
  - type: OpenAPI
    url: openapi/spree-commerce-cart-line-items-api-openapi.yml
  - type: Documentation
    url: https://dev-docs.spreecommerce.org/api-reference/store-api/introduction
  - type: Documentation
    url: https://dev-docs.spreecommerce.org/api-reference/admin-api/introduction
  - type: Documentation
    url: https://dev-docs.spreecommerce.org/api-reference/platform-api/introduction
  - type: Documentation
    url: https://dev-docs.spreecommerce.org/api-reference/storefront-api/introduction
  - type: Documentation
    url: https://dev-docs.spreecommerce.org/api-reference/authentication
- aid: spree-commerce:spree-commerce-cart-other-api
  name: Spree Commerce Cart / Other API
  description: The Cart / Other API from Spree Commerce — 4 operation(s) for cart / other.
  humanURL: https://dev-docs.spreecommerce.org/api-reference/store-api/introduction
  baseURL: https://demo.spreecommerce.org
  tags:
  - Cart / Other
  properties:
  - type: OpenAPI
    url: openapi/spree-commerce-cart-other-api-openapi.yml
  - type: Documentation
    url: https://dev-docs.spreecommerce.org/api-reference/store-api/introduction
  - type: Documentation
    url: https://dev-docs.spreecommerce.org/api-reference/admin-api/introduction
  - type: Documentation
    url: https://dev-docs.spreecommerce.org/api-reference/platform-api/introduction
  - type: Documentation
    url: https://dev-docs.spreecommerce.org/api-reference/storefront-api/introduction
  - type: Documentation
    url: https://dev-docs.spreecommerce.org/api-reference/authentication
- aid: spree-commerce:spree-commerce-carts-api
  name: Spree Commerce Carts API
  description: Shopping cart management
  humanURL: https://dev-docs.spreecommerce.org/api-reference/store-api/introduction
  baseURL: https://demo.spreecommerce.org
  tags:
  - Cart
  tags_raw:
  - Carts
  properties:
  - type: OpenAPI
    url: openapi/spree-commerce-carts-api-openapi.yml
  - type: Documentation
    url: https://dev-docs.spreecommerce.org/api-reference/store-api/introduction
  - type: Documentation
    url: https://dev-docs.spreecommerce.org/api-reference/admin-api/introduction
  - type: Documentation
    url: https://dev-docs.spreecommerce.org/api-reference/platform-api/introduction
  - type: Documentation
    url: https://dev-docs.spreecommerce.org/api-reference/storefront-api/introduction
  - type: Documentation
    url: https://dev-docs.spreecommerce.org/api-reference/authentication
- aid: spree-commerce:spree-commerce-checkout-api
  name: Spree Commerce Checkout API
  description: The Checkout API from Spree Commerce — 2 operation(s) for checkout.
  humanURL: https://dev-docs.spreecommerce.org/api-reference/store-api/introduction
  baseURL: https://demo.spreecommerce.org
  tags:
  - Checkout
  properties:
  - type: OpenAPI
    url: openapi/spree-commerce-checkout-api-openapi.yml
  - type: Documentation
    url: https://dev-docs.spreecommerce.org/api-reference/store-api/introduction
  - type: Documentation
    url: https://dev-docs.spreecommerce.org/api-reference/admin-api/introduction
  - type: Documentation
    url: https://dev-docs.spreecommerce.org/api-reference/platform-api/introduction
  - type: Documentation
    url: https://dev-docs.spreecommerce.org/api-reference/storefront-api/introduction
  - type: Documentation
    url: https://dev-docs.spreecommerce.org/api-reference/authentication
- aid: spree-commerce:spree-commerce-checkout-payments-api
  name: Spree Commerce Checkout / Payments API
  description: The Checkout / Payments API from Spree Commerce — 2 operation(s) for checkout / payments.
  humanURL: https://dev-docs.spreecommerce.org/api-reference/store-api/introduction
  baseURL: https://demo.spreecommerce.org
  tags:
  - Checkout / Payments
  properties:
  - type: OpenAPI
    url: openapi/spree-commerce-checkout-payments-api-openapi.yml
  - type: Documentation
    url: https://dev-docs.spreecommerce.org/api-reference/store-api/introduction
  - type: Documentation
    url: https://dev-docs.spreecommerce.org/api-reference/admin-api/introduction
  - type: Documentation
    url: https://dev-docs.spreecommerce.org/api-reference/platform-api/introduction
  - type: Documentation
    url: https://dev-docs.spreecommerce.org/api-reference/storefront-api/introduction
  - type: Documentation
    url: https://dev-docs.spreecommerce.org/api-reference/authentication
- aid: spree-commerce:spree-commerce-checkout-shipments-api
  name: Spree Commerce Checkout / Shipments API
  description: The Checkout / Shipments API from Spree Commerce — 2 operation(s) for checkout / shipments.
  humanURL: https://dev-docs.spreecommerce.org/api-reference/store-api/introduction
  baseURL: https://demo.spreecommerce.org
  tags:
  - Checkout / Shipments
  properties:
  - type: OpenAPI
    url: openapi/spree-commerce-checkout-shipments-api-openapi.yml
  - type: Documentation
    url: https://dev-docs.spreecommerce.org/api-reference/store-api/introduction
  - type: Documentation
    url: https://dev-docs.spreecommerce.org/api-reference/admin-api/introduction
  - type: Documentation
    url: https://dev-docs.spreecommerce.org/api-reference/platform-api/introduction
  - type: Documentation
    url: https://dev-docs.spreecommerce.org/api-reference/storefront-api/introduction
  - type: Documentation
    url: https://dev-docs.spreecommerce.org/api-reference/authentication
- aid: spree-commerce:spree-commerce-checkout-state-api
  name: Spree Commerce Checkout / State API
  description: The Checkout / State API from Spree Commerce — 3 operation(s) for checkout / state.
  humanURL: https://dev-docs.spreecommerce.org/api-reference/store-api/introduction
  baseURL: https://demo.spreecommerce.org
  tags:
  - Checkout / State
  properties:
  - type: OpenAPI
    url: openapi/spree-commerce-checkout-state-api-openapi.yml
  - type: Documentation
    url: https://dev-docs.spreecommerce.org/api-reference/store-api/introduction
  - type: Documentation
    url: https://dev-docs.spreecommerce.org/api-reference/admin-api/introduction
  - type: Documentation
    url: https://dev-docs.spreecommerce.org/api-reference/platform-api/introduction
  - type: Documentation
    url: https://dev-docs.spreecommerce.org/api-reference/storefront-api/introduction
  - type: Documentation
    url: https://dev-docs.spreecommerce.org/api-reference/authentication
- aid: spree-commerce:spree-commerce-checkout-store-credit-api
  name: Spree Commerce Checkout / Store Credit API
  description: The Checkout / Store Credit API from Spree Commerce — 2 operation(s) for checkout / store credit.
  humanURL: https://dev-docs.spreecommerce.org/api-reference/store-api/introduction
  baseURL: https://demo.spreecommerce.org
  tags:
  - Checkout / Store Credit
  properties:
  - type: OpenAPI
    url: openapi/spree-commerce-checkout-store-credit-api-openapi.yml
  - type: Documentation
    url: https://dev-docs.spreecommerce.org/api-reference/store-api/introduction
  - type: Documentation
    url: https://dev-docs.spreecommerce.org/api-reference/admin-api/introduction
  - type: Documentation
    url: https://dev-docs.spreecommerce.org/api-reference/platform-api/introduction
  - type: Documentation
    url: https://dev-docs.spreecommerce.org/api-reference/storefront-api/introduction
  - type: Documentation
    url: https://dev-docs.spreecommerce.org/api-reference/authentication
- aid: spree-commerce:spree-commerce-classifications-api
  name: Spree Commerce Classifications API
  description: The Classifications API from Spree Commerce — 2 operation(s) for classifications.
  humanURL: https://dev-docs.spreecommerce.org/api-reference/store-api/introduction
  baseURL: https://demo.spreecommerce.org
  tags:
  - Classifications
  properties:
  - type: OpenAPI
    url: openapi/spree-commerce-classifications-api-openapi.yml
  - type: Documentation
    url: https://dev-docs.spreecommerce.org/api-reference/store-api/introduction
  - type: Documentation
    url: https://dev-docs.spreecommerce.org/api-reference/admin-api/introduction
  - type: Documentation
    url: https://dev-docs.spreecommerce.org/api-reference/platform-api/introduction
  - type: Documentation
    url: https://dev-docs.spreecommerce.org/api-reference/storefront-api/introduction
  - type: Documentation
    url: https://dev-docs.spreecommerce.org/api-reference/authentication
- aid: spree-commerce:spree-commerce-cms-pages-api
  name: Spree Commerce CMS Pages API
  description: The CMS Pages API from Spree Commerce — 2 operation(s) for cms pages.
  humanURL: https://dev-docs.spreecommerce.org/api-reference/store-api/introduction
  baseURL: https://demo.spreecommerce.org
  tags:
  - CMS Pages
  properties:
  - type: OpenAPI
    url: openapi/spree-commerce-cms-pages-api-openapi.yml
  - type: Documentation
    url: https://dev-docs.spreecommerce.org/api-reference/store-api/introduction
  - type: Documentation
    url: https://dev-docs.spreecommerce.org/api-reference/admin-api/introduction
  - type: Documentation
    url: https://dev-docs.spreecommerce.org/api-reference/platform-api/introduction
  - type: Documentation
    url: https://dev-docs.spreecommerce.org/api-reference/storefront-api/introduction
  - type: Documentation
    url: https://dev-docs.spreecommerce.org/api-reference/authentication
- aid: spree-commerce:spree-commerce-cms-sections-api
  name: Spree Commerce CMS Sections API
  description: The CMS Sections API from Spree Commerce — 2 operation(s) for cms sections.
  humanURL: https://dev-docs.spreecommerce.org/api-reference/store-api/introduction
  baseURL: https://demo.spreecommerce.org
  tags:
  - CMS Sections
  properties:
  - type: OpenAPI
    url: openapi/spree-commerce-cms-sections-api-openapi.yml
  - type: Documentation
    url: https://dev-docs.spreecommerce.org/api-reference/store-api/introduction
  - type: Documentation
    url: https://dev-docs.spreecommerce.org/api-reference/admin-api/introduction
  - type: Documentation
    url: https://dev-docs.spreecommerce.org/api-reference/platform-api/introduction
  - type: Documentation
    url: https://dev-docs.spreecommerce.org/api-reference/storefront-api/introduction
  - type: Documentation
    url: https://dev-docs.spreecommerce.org/api-reference/authentication
- aid: spree-commerce:spree-commerce-configuration-api
  name: Spree Commerce Configuration API
  description: Store configuration — payment methods, tag autocomplete
  humanURL: https

# --- truncated at 32 KB (127 KB total) ---
# Full source: https://raw.githubusercontent.com/api-evangelist/spree-commerce/refs/heads/main/apis.yml

Work with this as data

Every provider here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for providers

9 MCP tools reach this
  • find_providersBrowse and filter every provider in the catalog.
  • get_provider_artifactsEvery artifact this provider publishes, grouped by type.
  • get_provider_operationsEvery operation across all of their OpenAPIs — one call instead of parsing every spec.
  • get_provider_toolsEvery MCP tool they ship, with the operation each wraps.
  • get_provider_evidenceHow each part of their score was established. Free — the basis for a claim should not sit behind it.
  • get_provider_ratingPRO — composite, band, trend and facet scores.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This provider
curl "https://apis.io/api/v1/providers/spree-commerce"
All providers
curl "https://apis.io/api/v1/providers?limit=25"
Every operation they expose
curl "https://apis.io/api/v1/providers/spree-commerce/operations?limit=25"
How their score was established
curl "https://apis.io/api/v1/providers/spree-commerce/evidence"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

A second provider on the same verified email joins the account you already have.