Baseplate Docs

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

Resources

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.

On this page