API Version Update. API Version 1.2 has been released.
API

Introducing the latest release, Version 1.2, of our product. Experience enhanced receipt format designed to seamlessly accommodate various businesses. With improved speed and enhanced readability, organizing your receipts has never been easier.
Following items are changed for Version 1.2.
Upsert Receipt Request Model will be changed.
cancelType
will be a numeric value. Currently, only the value0
is used, but we plan to handle values other than0
.- Export values related to
customer
as an object. The contents incustomer
will becustomerId
,customerCode
,customerGroup
,customerPrintName
,customerMemo
. - Export values related to
point
ormile
as an object. It will be an array insidecustomer
. The array name will bemembershipPrograms
, withmembershipProgramName
,membershipProgramPointsUsed
,membershipProgramPointsAdded
,membershipProgramPointsAfter
,membershipProgramPointsBefore
,membershipProgramPointsNote
. - Export values related to
tax
as an array object. This object will be defined insidePaymentSummary
. The object name will betaxes
, withtaxPercentageIfInclude
,taxPercentageIfExclude
,applicableSubTotalAmount
. isClosed
,closingDate
will no longer be available.Subtotal
,GrandTotal
,Deposit
etc. will be exported as thePaymentSummary
object.PaymentSummary
will consist ofgrandTotal
,subTotal
,taxes
,subTotalDiscountAmount
,shippingFee
,serviceFee
,otherFee
,depositMethod
,deposit
,change
.- Add
price
in addition tosalesPrice
initems
.price
will be the normal price, andsalesPrice
will be the sales price. The difference will be automatically calculated as a discount. - In
items
, renameitemId
toLineItemId
. - In
items
, changeitemTypes
toLineItemType
. - Add an array object related to
taxes
initems
. - Add
currency
. Please use ISO4217 for values. - If there is a request error, an error will be returned.
Upsert Receipt Response Model will be changed.
- Rename
rowKey
toreceiptId
. partitionKey
will no longer be available.eTag
will no longer be available.itemListJsonString
will no longer be available.- Export values related to
store
as an object. The contents instore
will bestoreId
,storeCode
,storeName
,storeRegisgrationName
,storeRegisgrationCode
,storeTel
,storeAddress
,storeMemo
. - Export values related to
staff
as an object. The contents instaff
will bestaffId
,staffCode
,staffName
. - Export values related to
customer
as an object. The contents incustomer
will becustomerId
,customerCode
,customerGroup
,customerPrintName
,customerMemo
. isClosed
andclosingDate
will no longer be available.- Export values related to
tax
as an object. The values intaxes
will betaxPercentageIfInclude
,taxPercentageIfExclude
,applicableSubTotalAmount
. - Export values related to
point
ormile
as an object. The array name will bemembershipPrograms
, withmembershipProgramName
,membershipProgramPointsUsed
,membershipProgramPointsAdded
,membershipProgramPointsAfter
,membershipProgramPointsBefore
,membershipProgramPointsNote
. Subtotal
,GrandTotal
,Deposit
etc. will be exported as thePaymentSummary
object.PaymentSummary
will consist ofgrandTotal
,subTotal
,taxes
,subTotalDiscountAmount
,shippingFee
,serviceFee
,otherFee
,depositMethod
,deposit
,change
.senderLogJsonString
will no longer be available.ocrText
,ocrResult
,receiptStatus
,expenseCategory
,readAndApproved
,isReadable
,imageLocation
will no longer be available.amount
will no longer be available and will be unified withGrandTotal
.smaregiTransactionJson
will no longer be available.- Export values related to
coupon
as an object. The array name will becoupons
, withcouponName
,couponPointsUsed
,couponPointsAdded
,couponPointsAfter
,couponPointsBefore
,couponNote
. - Rename
receiptItems
toitemDetailLines
. - In
itemDetailLines
, renamerowKey
tolineId
. - In
itemDetailLines
,partitionKey
will no longer be available. - In
itemDetailLines
, renamedetailId
toitemId
. - In
itemDetailLines
, renamedetailType
toitemType
. - In
itemDetailLines
,eTag
will no longer be available. - In
itemDetailLines
,printReceiptProductName
will no longer be available and will be unified withproductName
. - In
itemDetailLines
,productBundleGroupId
will no longer be available. - In
itemDetailLines
, export discount-related values as an object. - In
subscription
, renamerowKey
tosubscriptionId
. - In
subscription
,partitionKey
will no longer be available. - In
subscription
,eTag
will no longer be available. - In
subscription
,timestamp
will no longer be available. - In
subscription
,validSinceEpoch
,validUntilEpoch
will no longer be available.
更新日: 2023-07-11