Developer documentation

Build on VINC Commerce Suite

Reference for the REST APIs, data models, and authentication flows exposed by the VINC Commerce Suite. All endpoints are versioned under /api/b2b/* and authenticated with a session, bearer token, or tenant API key.

Conventions

  • Base URL: https://cs.vendereincloud.it
  • Response envelope: { success: true, data: ... } on success; { error: "..." } with an HTTP 4xx/5xx on error.
  • Pagination: Server-side with page and limit query params.
  • Field naming: snake_case in requests and responses.