Commerce

Keystone Commerce is platform‑agnostic and headless. Fetch catalogs, surface offers, and process purchases from any client using the same HTTPS APIs, with no engine‑specific SDK required.

List store offers

Request: GET https://yourcustomurl.com/store/offers

const r = await fetch("https://yourcustomurl.com/store/offers");
const offers = await r.json();
console.log(offers[0]);

Catalog and digital products

Cosmetics, bundles, currencies, and offer listings are managed in the Admin Dashboard. You can change pricing, enable regional wallets, or adjust visibility without shipping a client patch.

Need a closer look? We can provide a guided demo of the admin platform on request.