Use cases

Headless shops

If you're building on top of a supported headless commerce platform like Shopify Hydrogen, a lot is already handled for you:

  • We pull order and customer data from Shopify.
  • We communicate with Shopify to set up discounts.

All you need to do is to provide the loyalty program experience to the user. There two ways of accomplishing this:

  1. We recommend starting with a Blocks API, which displays built-in user interface blocks on your web site, and handles all related interactions (like redeeming points) for you.

  2. If you have engineering resources, you can alternatively build a fully custom user experience via Loyalty API.

Calling RPC APIs

A vast majority of Bubblehouse APIs are JSON-based RPCs via HTTP with consistent calling conventions.

Blocks API

Exposes built-in user interface blocks you can embed into your site

Loyalty API

A vast majority of Bubblehouse APIs are JSON-based RPCs via HTTP with consistent calling conventions.
Previous
Custom shops