Overview
The Marketfront API provides RESTful endpoints for building custom food ordering experiences. Use these APIs for complete control over the user interface and ordering workflow.
API Structure
The API is organized by domain:
Stores
| Endpoint | Purpose |
|---|---|
| Discover Stores | Find stores by location with optional search |
| Get Store | Fetch a store's full payload by id |
Catalog
| Endpoint | Purpose |
|---|---|
| Get CatalogSet | Get store menus (cache aggressively — immutable) |
Orders
| Endpoint | Purpose |
|---|---|
| Validate Order | Check availability, get accurate pricing |
| Place Order | Submit order for fulfillment |
Cart
Optional stateless helpers — partners can use these or implement equivalent logic themselves.
| Endpoint | Purpose |
|---|---|
| Cart Helpers | Stateless cart add/remove/update |
Simpler Alternative
Most integrations don't need full API access. The Marketfront SDK provides a complete, pre-built ordering experience that can be integrated in minutes.
Base URL
All requests use a single base URL — your API key selects the environment (Live or Sandbox):
https://api.gett-tech.com/v1
Documentation
- Getting Started — Setup and first API call
- Order Lifecycle — State machine and flow diagrams
- API Reference — Complete endpoint documentation with error codes, rate limits, and authentication details
- Schemas — Type definitions and data models
- Payments — Payment options and Card-on-File