Gett Developer Portal
  • Welcome
  • Distribution Partners
  • Brand Partners
  • Commerce Partners
  • Ecosystem Partners
  • Errors
  • API Reference
Documentation
  • Get Started
  • Marketfront SDK
  • API Reference
Resources
  • Payments
Company
  • Gett
  • Terms of Service
  • Privacy Policy

Copyright 2026 Gett. All rights reserved.

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

EndpointPurpose
Discover StoresFind stores available at a location
Get StoreFetch a store's full payload by id

Catalog

EndpointPurpose
Get CatalogSetFetch a store's menu (immutable, cache aggressively)

Orders

EndpointPurpose
Validate OrderCheck availability and get accurate pricing
Place OrderSubmit the order for fulfillment

Cart

EndpointPurpose
Cart HelpersStateless 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

CategoryPurpose
CatalogNotify catalog updates (pull model)
Store ManagementRegister, update, and list stores
Store StatusPause and resume stores in real-time
Order UpdatesPush order status changes to Gett
Order WebhooksReceive order validation and placement requests
OnboardingSelf-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
Authorization: Bearer YOUR_API_KEY

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 platformMarketfront API
Connect my POS/e-commerce system to new demand channelsCommerce Partner API
On this page
  • Available APIs
  • Marketfront API
    • Stores
    • Catalog
    • Orders
    • Cart
  • Commerce Partner API
    • Endpoints
  • Authentication
  • Not Sure Which API?