API referenceSetup checklist

Setup checklist

1 operation. Every schema and example on this page is generated from the platform contract.

Get a store's remaining setup steps.

The Business app Home's walkthrough for a store that is not yet live: rows assembled from what the merchant picked at signup (stores.signup_selections), what they actually bought (active store_addons grants), and REAL state (a priced available menu item exists, checkout is switched on, a drop exists, a live Stripe account can charge). A probe that fails omits its row rather than inventing a failure. Gym stores return no rows: their own onboarding wizard owns setup.

Parameters

store_idstring · uuidqueryrequired

Store whose setup checklist to return (also authorises the merchant).

Response, 200

rowsarray of objectrequired
5 child fields
keystringrequired
labelstringrequired
detailstringrequired
completebooleanrequired
routestringrequired
curl -G "https://www.membber.com/api/v1/setup-checklist" \
  -H "Authorization: Bearer $MEMBBER_TOKEN" \
  --data-urlencode "store_id=6659c139-0000-4000-8000-d0c500000066"
Response, 200
{
  "rows": [
    {
      "key": "<key>",
      "label": "<label>",
      "detail": "<detail>",
      "complete": true,
      "route": "<route>"
    }
  ]
}
WhatsApp
Book a Call
Start Free