Reviewedv1Integrations
Plus POS integration
Connect drafts, offline state, and sync without duplicating an order or bypassing the Sales/POS gateway.
Drafts
Every cart draft has a stable identifier and sync state. Local recovery does not create a server order until the commit contract accepts it.
Commit
Commit crosses the POS/Sales gateway with idempotency. The application never writes directly to orders or inventory tables.
Device identity
Store the app token in secure storage and bind it to business, branch, and device. A scope change requires re-verification, not a local value edit.