5 results
2026-06-20 API Store Store Information OAuth
Using the Store Information API

A guide to the REST API for fetching and updating a store's basic information (store name, store type, contact details, and address). Lets you implement a store information editing screen from token-authenticated clients such as staff apps.

2026-06-01 API OAuth Product Management PIM CRUD Android iOS
Using the Products API

A guide to CRUD operations on products under a business account using the ReceiptRoller Products API (/api/v1/products). An introductory article for reading and writing the PIM (product master) from an Android/iOS app or server integration.

2026-06-01 API OAuth Sales KPI Analytics Android iOS averageTicket terminalId
Using the Sales API

An overview of ReceiptRoller's Sales API (/api/v1/sales/*) and how to filter by business account, store, POS terminal, and period. A getting-started guide covering the actual response structure (the KpiValue nested type) through averageTicket and the 8-hour token lifetime, for building a sales dashboard in an Android/iOS mobile app or server integration.

2026-06-01 API OAuth Business Account Store POS Android iOS
Listing business accounts, stores, and POS terminals

A guide to retrieving, via REST API, the business accounts a user belongs to, the stores under them, and each store's POS terminals, from a ReceiptRoller mobile app or server integration.

2026-06-21 API Store App News Pages Business Info shopId
Using the Store App Content API (News, Pages, and Business Info)

A guide to /api/v1/apps/{shopId}/*, used to fetch store app content (news, pages, app manifest, business info, and membership card config). Explains that shopId is the same as the business account ID, the difference between business-account-level content and store-level content, and how authentication is handled.