Introduction to Creating a Transaction
This page will detail the entire process of creating an entire Transaction using the API.
Please see the diagram below for reference; It details the relationships between the Transaction database tables.
- Transaction: Contains data on the overall Transaction
- TransactionItem: The products in the Transaction. Each entry is one line of the Transaction
- TenderType: The method of payment e.g. Cash, Card etc.
- Tender: The amount paid
- BaseItem: Additional information relating to the Transaction e.g Basket Discount, Service Charge etc.
Creating an Entire Transaction
Documentation on how to create new transaction can be found here.