Ordergroove
Ordergroove is an enterprise subscription and relationship-commerce platform that lets retailers and DTC brands offer recurring purchases, autoship, memberships, bundles, prepaid, and rotating/curation subscriptions on top of their existing eCommerce store. It exposes a documented public REST API at restapi.ordergroove.com organized around a four-object data model - Customer, Subscription, Item, and Order - plus supporting resources for Products, Offers and Incentives, Payments, Addresses, and Entitlements, along with outbound Webhooks for order, item, subscription, and subscriber events. Requests use an Application API scope (x-api-key header, server-to-server) or a Storefront API scope (HMAC-SHA256-signed, single-customer context). A GraphQL API for subscription and order data is in Early Access. The platform itself is enterprise and sold through sales, but the developer documentation and API reference are publicly readable.
APIs
Ordergroove Subscriptions API
List, retrieve, create, update, cancel, and reactivate recurring subscriptions, and change their frequency, quantity, product, payment, shipping address, email reminder, and nex...
Ordergroove Customers API
Manage the central customer profile that ties together subscriptions, orders, addresses, and payment methods - list, retrieve, create, and update customers, and set their contac...
Ordergroove Orders API
Work with the recurring orders that subscriptions generate before they are sent to the merchant eCommerce platform - list, retrieve, cancel, send now, skip, and change the shipp...
Ordergroove Items API
Manage the individual products contained within an order or tied to a subscription - list, retrieve, create, create-in-order, update, delete, change quantity, change price, and ...
Ordergroove Products API
Manage the product catalog that subscriptions and items reference - list, retrieve, update, bulk create, and bulk update products, check group membership, and manage product rel...
Ordergroove Offers and Incentives API
Retrieve the offer profiles and incentive logic applied to recurring purchases, manage one-time discounts (OTD) with full CRUD, list cancellation reasons, and list, modify, and ...
Ordergroove Webhooks API
Subscribe to and receive outbound event notifications for order, item, subscription, subscriber, entitlement, and workflow events so internal systems stay in sync with Ordergroo...
Ordergroove GraphQL API (Early Access)
A GraphQL surface over Ordergroove subscription and order data, announced in Early Access and positioned for AI agents to explore the schema and fetch exactly the fields they ne...