New to the Flipdish API?Set up your Flipdish App and get an access token by following the Getting Started with Flipdish API guide before making calls to this API.
The Sales API provides read-only endpoints for querying sales at the org level — no salesChannelId required in the path.
What's here:
- Get a sale — single sale by
orgIdandsaleId - List sales — paginated complete sale objects for sync or export
- List sales for a property — paginated complete sale objects scoped to a property
Sales vs. Sales ManagementSales is for reading sales. To create, cancel, or update a sale, use the Sales Management API instead.
Beta NoticeThis API is currently in beta and may change without notice.
Related guides
- Sales Management API — full guide covering creation, cancellation, delivery status, and these org-wide query endpoints
- Build a POS sales analytics integration — uses these endpoints to hydrate sale events and run a daily reconciler
- Sale webhook events (beta) — event payloads carry identifiers only; use Get a sale to fetch the full sale

