REST API and the TypeScript SDK
How developers integrate with Vendor — the storefront and admin APIs, authentication, and the typed SDK.
Last updated: 6 min read
Vendor is API-first: everything the dashboard does runs on the same REST API your developers can use. There's a public storefront API for shopping surfaces and an authenticated admin API for store management.
The two surfaces
- Storefront API — public, read-mostly endpoints for products, stock availability, cart, and checkout.
- Admin API — authenticated endpoints for the catalog, orders, payments, settings, and everything else.
- TypeScript SDK — a typed client so your team gets autocompletion and compile-time safety instead of hand-rolling requests.
Was this article helpful?