Welcome
Build on top of your Baseplate store — admin walkthroughs and a programmatic REST API.
Baseplate is a multi-tenant Brazilian commerce platform. Stores like Bododo run on top of it. This documentation covers two audiences in one place:
- Store owners who run their shop from the admin dashboard.
- Developers who integrate Baseplate with their own tools — point-of-sale, ERP sync, AI assistants, internal scripts.
Most things you can do in the dashboard you can also do through the API. The same permission model applies: tokens you issue are bound to a user and can never do more than that user is allowed to.
Start here
Quickstart
Issue a token, make your first call, see your products in JSON.
Authentication
JWT sessions, personal access tokens, and how scopes work.
Resources
Products
Create products, attach images and videos, manage variants.
Orders
Order lifecycle, fulfillment, refunds.
Webhooks
Get notified when something changes in the store.
OpenAPI reference
Every endpoint is also described in machine-readable form at
https://bp.mobicms.com.br/openapi.json — point Stoplight, Postman,
or an SDK generator at it. The guides here cover the why and the
end-to-end flows that the schema alone doesn't capture.