API Reference
Gett provides two RESTful APIs for integrating with the platform. Each API serves a different partner type and integration direction.
Available APIs
Marketfront API
For Distribution Partners
Build food ordering experiences for your users. Discover stores, browse menus, validate carts, and place orders.
View API Reference →Commerce Partner API
For Commerce Partners
Connect your POS or e-commerce platform to the Gett Network. Sync catalogs, receive orders via webhooks, and manage stores.
View API Reference →Marketfront API
The Marketfront API enables distribution partners to integrate food ordering into their platforms. It powers the complete ordering flow from store discovery through order placement.
Stores
| Endpoint | Purpose |
|---|---|
| Discover Stores | Find stores available at a location |
| Get Store | Fetch a store's full payload by id |
Catalog
| Endpoint | Purpose |
|---|---|
| Get CatalogSet | Fetch a store's menu (immutable, cache aggressively) |
Orders
| Endpoint | Purpose |
|---|---|
| Validate Order | Check availability and get accurate pricing |
| Place Order | Submit the order for fulfillment |
Cart
| Endpoint | Purpose |
|---|---|
| Cart Helpers | Stateless cart add, remove, and update operations |
Base URL: https://api.gett-tech.com — your API key selects the environment (Live or Sandbox).
Full Marketfront API Reference →
Commerce Partner API
The Commerce Partner API is the integration interface for POS systems, aggregators, and online ordering platforms. Your system remains the source of truth for catalogs and store status; Gett sends you orders.
Endpoints
| Category | Purpose |
|---|---|
| Catalog | Notify catalog updates (pull model) |
| Order Webhooks | Receive order validation and placement requests |
Coming Soon
Store management, store status, order status updates, and self-service onboarding are on the roadmap. Integrate against the catalog notification + order webhook core loop for now.
Base URL: https://api.providers.gett-tech.com/v1/standard-integrated
Full Commerce Partner API Reference →
Authentication
Both APIs use Bearer token authentication. Include your API key in every request:
Code
API keys are managed from the API Keys page in this portal.
Not Sure Which API?
| I want to... | Use |
|---|---|
| Add food ordering to my app or platform | Marketfront API |
| Connect my POS/e-commerce system to new demand channels | Commerce Partner API |