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 URLs: https://api.gett-tech.com (Production) · https://api-sandbox.gett-tech.com (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) |
| Store Management | Register, update, and list stores |
| Store Status | Pause and resume stores in real-time |
| Order Updates | Push order status changes to Gett |
| Order Webhooks | Receive order validation and placement requests |
| Onboarding | Self-service merchant store registration |
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 |