📄️ Stores
The Stores endpoint is your entry point to the Gett marketfront. It discovers stores available for delivery or pickup at a given location, with optional filtering by search terms, cuisine types, and other criteria.
📄️ CatalogSets
The CatalogSets endpoint returns a store's complete menu structure. Unlike store results, CatalogSets are immutable - once created, they never change. This makes them perfect candidates for aggressive caching.
📄️ Orders
The order flow consists of two steps: validate then place. This two-step process ensures accurate pricing and catches issues before charging the customer.