salla-api-core
Installation
SKILL.md
Salla Admin API — Core Flow
The foundation every other Salla skill builds on: authenticate, call resources, paginate,
handle errors and rate limits, and read/write app settings safely. Work through the steps
in order; complete each gate before moving on. This is runtime code against a merchant
access_token (obtained via salla-app-auth) — not a Partners MCP action.
Base URL: https://api.salla.dev/admin/v2 (all paths below are relative to it).
Docs (Get Started): https://docs.salla.dev/421117m0.md
HTTPS only — plain HTTP is rejected; every call carries
Authorization: Bearer <ACCESS_TOKEN> (OAuth 2.0). TLS protects the data in transit
(docs: https://docs.salla.dev/421121m0.md, https://docs.salla.dev/421118m0.md).