/docs · 16 guides · 3 apps

Which app are you
looking for?

Setup guides for merchants. Reference for developers. Pick an app to get started.

For developers

Most apps you install.
Culsin apps you build with.

Every app exposes its data through metafields, Flow triggers, signed endpoints, or a documented JavaScript API. Drop in. Extend. Replace the front end if you want to.

register.liquid
<!-- Your own form, our endpoint -->
<form action="/apps/b2b/register" method="post">
  <input name="email" type="email" required />
  <input name="company" type="text" required />
  <input name="vat" type="text" />
  <button type="submit">Apply</button>
</form>