Smartrr
Smartrr is a subscription and loyalty platform for Shopify DTC brands. It adds subscribe-and-save subscriptions, a branded customer account portal, loyalty and rewards, referrals, bundles, and retention tooling on top of Shopify. Its Vendor API (https://api.smartrr.com) lets merchants programmatically manage the subscriptions their customers hold - modeled as "purchase states" - along with the subscribers, orders, bills, and the selling plans / subscription programs products are sold on. The API is authenticated with a per-organization access token generated in the Smartrr admin Integrations tab and sent in the x-smartrr-access-token header. A full OpenAPI document (116 operations) is served publicly at https://api.smartrr.com/docs/spec.json and rendered at https://api.smartrr.com/docs/redoc/.
APIs
Smartrr Subscriptions API
Read and manage the subscriptions customers hold, which Smartrr models as "purchase states". Create subscriptions, list them by organization, customer, or Shopify subscription I...
Smartrr Subscribers API
Work with subscribers, which Smartrr models as customer relationships. List and retrieve customers by Smartrr or Shopify ID, read their payment methods and orders, import custom...
Smartrr Orders and Bills API
List and retrieve the orders subscriptions generate, open and close orders, and manage the recurring bills (subscription transactions) behind them - read bills, inspect a bill's...
Smartrr Plans and Purchasables API
Read the products and terms subscriptions are sold on - purchasables and purchasable collections, selling plans and selling plan groups, and the subscription programs configured...
Smartrr Webhooks API
Register HTTP endpoints to receive Smartrr event notifications. Create, list, edit, and delete webhooks for the organization so external systems can react to subscription and bi...