Smaregi Product Data and Receipt Roller Product Data Mapping
After connecting Smaregi to Receipt Roller, Smaregi's product master is automatically converted into Receipt Roller's product master (ProductDto). This article summarizes the field-by-field correspondence and the quirks specific to Smaregi.
To sync, run it manually from the "Sync from Smaregi" button on the Product Management screen. For details, see Smaregi POS integration setup.
Field mapping table
Smaregi /pos/products |
Receipt Roller (ProductDto) |
Notes |
|---|---|---|
productId | SmaregiProductId | Smaregi's internal ID. Used as the match key on subsequent syncs. |
productCode | SKU | Smaregi's product code (the number store operators typically use). |
productName | ProductName | Product name (maximum 85 characters). |
description | Description | Product description (not updated if blank). |
categoryId | Category | Resolved to categoryName via /pos/categories and saved. |
price | BasePrice | Converted to decimal. On re-sync, overwritten only when the new value is greater than 0. |
cost | BaseCostPrice | Converted to decimal. If blank or 0, the existing value on the Receipt Roller side is kept. |
displayFlag | — (filter) | Products with "0" (hidden on the terminal) are excluded from the sync. |
Fields that are not imported
The following fields are not imported into Receipt Roller in the current version.
- Tax rate (
taxRate) — Smaregi's/pos/productsdoes not return a tax rate. It only returnstaxDivision(a tax-category value: 0 = tax-inclusive, 1 = tax-exclusive, 2 = non-taxable). Because the actual tax rate is determined by Smaregi's tenant settings, Receipt Roller sets a default of 10% on new registration and keeps the existing rate on updates. - JAN code — the Smaregi
/pos/productsendpoint has no JAN code field. Register this separately on the Receipt Roller side. - Brand, supplier, model number, series, etc. — there is no corresponding concept in Smaregi's standard fields. Register these separately on the Receipt Roller side.
- Product images — syncing images from Smaregi is not supported in the current version.
- Variations (individual products differing by color or size) — Smaregi's parent-child product structure is not expanded into individual products in the current version.
- Per-store pricing — if Smaregi has different prices set per store, only the contract-wide base price is imported in the current version. You can override this on the Receipt Roller side using
StorePricesJson. - Receipt Roller–specific fields (
Brand/Supplier/JanCode/ModelNumber/TaxRate, etc.) — fields with no corresponding concept in Smaregi, or that are not synced, are never overwritten on re-sync. Content registered manually on the Receipt Roller side is preserved.
Matching and new registrations
When products are imported from Smaregi, matching against existing products is done solely by an exact match on SmaregiProductId. If there is no match, the product is added to PIM as new. No automatic matching by product name or SKU is performed (since identical names could still be different products).
Sync timing
- Smaregi → Receipt Roller (product master import): Triggered manually with the "Sync from Smaregi" button on the Product Management screen. All products and the category list are fetched from the Smaregi Platform API (
/pos/products+/pos/categories) and matched bySmaregiProductIdto add or update records. - Behavior on re-sync: For existing products (matched by the same
SmaregiProductId),ProductName/Description/SKU/Category/BasePrice/BaseCostPrice(only when a value is present) are overwritten.Brand/Supplier/JanCode/TaxRate, etc. added on the Receipt Roller side are preserved. - Receipt Roller → Smaregi: Not supported in the current version. Products registered on the Receipt Roller side are not automatically reflected back to Smaregi.
Points to note
- If a product is physically deleted on the Smaregi side, matching by that product's
SmaregiProductIdstops working. On Smaregi, we recommend hiding products viadisplayFlaginstead of deleting them (hidden products are excluded from the sync, but their link with past transaction line items is preserved). - Cost (
cost) is also an optional field on Smaregi. If cost has not been entered on the Smaregi side, you will need to enterBaseCostPricemanually on the Receipt Roller side. Consider organizing your cost data to make use of profit analysis. - If products with tax rates other than 10% (such as the 8% reduced rate) are mixed in, change
TaxRateto 0.08 individually on the Receipt Roller side after syncing. Since no tax rate comes from the Smaregi side, this is not set automatically. - The initial sync of a large number of products may take time due to API rate limits. Products beyond your plan's product-count limit will be skipped.
Product information carried via transaction line items
Even if you have not run a product master sync, the productCode / productName / categoryName from SmaregiTransactionDetail are imported as transaction line items whenever a transaction occurs. These are saved as a snapshot at the time of the transaction, and function as the underlying data for receipt display and per-product sales totals. For details, see Smaregi transaction data mapping.
Related guides
- ProductDto reference (for developers) — full field specification of the canonical model
- Smaregi Platform API: GET /pos/products (external — official reference)
- Smaregi transaction data mapping
- Smaregi customer data mapping
- Smaregi POS integration setup
-
Smaregi Transaction Data and Receipt Roller Transaction Data MappingA technical explanation of how transaction data fetched from the Smaregi Platform API is mapped into Receipt Roller's transaction data model. Covers the field mapping table, status code conversion, payment method normalization, resolving line items/customer/staff information, timezone handling, and idempotency.
-
Two-Way Member Information Sync with Smaregi/SquareLearn how ReceiptRoller's member information syncs bidirectionally with connected POS systems like Smaregi and Square. Covers which fields sync, sync timing, conflict priority rules, new customer matching, supported POS systems, and troubleshooting.
-
How Digital Receipts WorkAn explanation of how ReceiptRoller's digital receipts work, and how to set up POS integration with Square and Smaregi.
-
Smaregi x ReceiptRoller — Digital Receipts, Customer Management, and Sales Analysis in One AppLearn how ReceiptRoller Link connects with Smaregi checkouts to unify automatic digital receipt issuance, member management, sales analysis with AI advice, Apple/Google Wallet membership cards, SNS integration, and flyer distribution. Install "ReceiptRoller Link" from the Smaregi App Marketplace to get started today with no complicated API setup required.
-
Smaregi Staff Data and Receipt Roller Staff Data MappingExplains how Smaregi staff master data is converted into Receipt Roller's staff data (StaffDto), field by field. Covers the name-splitting logic for staffName, the staffCode to EmployeeNumber mapping, and how displayFlag controls skipping of hidden staff.