Slice runs Slice Register, the point-of-sale and shop-management system that independent pizzerias use as their back-office system of record—the register where the shop rings up phone, online, and walk-in orders, manages one synced menu, processes payments, and watches sales and daily totals in real time. This unofficial API surfaces that back-office operating data—the pizzeria's own orders, menu/catalog, sales, payments, customers, and register reporting—not the consumer-facing Slice marketplace. Programmatically pull orders, menu items, sales and daily totals, payments and payouts, and customer records, and push menu and price updates back into the shop's register.

Slice builds technology for independent pizzerias, including Slice Register—a point-of-sale and shop-management system built specifically for pizza shops and now used across Slice's network of 18,000+ independent pizzerias. This page is about that back-office side: the register and owner tools a pizzeria runs its own operations on, not the consumer marketplace where diners browse and order. On Slice Register the shop rings up phone, online, and walk-in orders through one unified system, manages a single menu that syncs everywhere, takes credit, cash, and mobile payments, and tracks sales, orders, and daily totals in real time from the Owner's App.
The back-office shop-operations data the register holds includes:
A pizzeria runs its whole day on Slice Register, but getting that back-office operating data out programmatically is hard:
Supergood reverse-engineers the authenticated Slice Register and Owner's App flows to deliver a resilient API layer over your pizzeria's own back-office data—orders, menu, sales, payments, and customers—without waiting on a public developer program. You connect once with the shop's owner credentials and read or write the same operating data the register runs on.
Use Slice with AI agents: Slice MCP Server →
Book a 30-minute session to confirm your Slice Register setup, owner access, and which back-office entities (orders, menu, sales, payments, customers) you need.
We deliver a production-ready Slice adapter tailored to your shop's register data and authentication model.
Go live with continuous monitoring and automatic adaptation as Slice Register evolves.
Authentication
/authenticateAuthenticate with the pizzeria's Slice Register owner credentials and obtain a session token for back-office calls.
Orders
/ordersList the shop's own orders—phone, online, and walk-in—across to-go, dine-in, and delivery, with status, channel, and date filters.
Menu
/menuRetrieve the shop's canonical menu: items, modifiers, sizes, and prices from the single menu that syncs across every channel.
Menu
/menuUpdate menu items, availability, and prices on the shop's canonical catalog so changes propagate to all ordering channels.
Sales
/salesPull consolidated offline and online sales reports, real-time sales, and end-of-day daily totals for the register.
Payments
/paymentsRetrieve card, cash, and mobile payment transactions and daily payouts settled to the shop.
Customers
/customersList the shop's own customer records and ordering habits used for segmentation, promos, and reorder reminders.
- Pull phone, online, and walk-in orders from Slice Register into a single warehouse - Reconcile to-go, dine-in, and delivery tickets across channels in real time - Stream new-order events to kitchen-display, accounting, and analytics tools
- Read the shop's canonical menu items, modifiers, sizes, and prices - Push price and availability changes to the one menu that syncs everywhere - Keep an external catalog or PIM aligned with the register's source of truth
- Sync consolidated offline and online sales reports into the general ledger - Match card, cash, and mobile tenders against daily payouts - Surface end-of-day totals and item-level sales to BI dashboards
- Export the pizzeria's customer records and ordering habits for segmentation - Trigger reorder reminders and targeted promos from external marketing tools - Keep CRM and loyalty systems in sync with register customer activity
Authentication
Slice Register owner credentials handled in a managed session over an OAuth-gated, non-self-serve surface
Connectivity
Authenticated Slice Register and Owner's App flows reverse-engineered into a stable API layer
Response format
Normalized JSON across orders, menu, sales, payments, and customer objects
Rate limits
Adaptive throttling tuned to the shop's tablet/mPOS surface to avoid register-side limits
Session management
Automatic session refresh, re-auth handling, and credential rotation for the owner login
Data freshness
Near real-time pulls for orders, sales, and daily totals with optional scheduled batch syncs
Security
Encrypted credential vault, scoped access tokens, SOC 2-aligned controls, and audit logging
Webhooks
Event-style callbacks for new orders, menu changes, payment settlement, and daily-total close
Latency
Sub-second reads on cached menu and sales data; multi-second writes when posting menu and price updates
Throughput
Workers sized to a busy pizzeria's order, sales, and payment volume across channels
Reliability
Retry, backoff, and idempotency keys for menu writes and payment/payout reconciliation
Adaptation
Continuous monitoring of Slice Register releases and Owner's App changes with automatic adjustment
No. This API is strictly about the back-office side—Slice Register, the POS and shop-management system the pizzeria runs its own operations on. It surfaces the shop's own orders, menu, sales, payments, and customers (the system of record), not the consumer-facing marketplace where diners browse and order pizza.
No. Slice Register is a closed, vertically integrated POS with no published developer portal where a shop mints its own keys. Supergood provides API access over the authenticated owner surface, so you connect with the shop's own credentials rather than waiting on a public program.
You can read the shop's orders (phone, online, walk-in), the canonical menu/catalog, consolidated sales and daily totals, payments and payouts, and customer records. You can write menu and price updates back to the shop's one synced menu.
Slice Register keeps a single canonical menu that fans out to the website, Google, Facebook, Instagram, and Slice's own apps. Writes land on that canonical catalog and propagate to every channel, rather than editing a per-channel copy.
Yes. Slice Register's consolidated reports blend in-store, phone, and online orders. Supergood normalizes sales, tender mix, and daily totals across channels and payment types so the API totals match what the owner sees in the register.