| Sale Transactions | | |
Single Item Sale Transaction involving the sale of one specific item in an order | orderProductList | orderActivityLog.TransactionData.orderId |
Offline Single Item Offline transaction involving the sale of one specific item in an order | orderProductList | N/A |
Multi Item Sale Transaction involving the sale of multiple items in an order | orderProductList | N/A |
Sale With Customer Transaction associated with a specific customer | customerProfile | orderActivityLog.transactionData.profile |
| Promotions and Discounts | | |
Employee Discount Transaction with employee discount applied | orderProductList.priceAdjustments | orderActivityLog.transactionData.productList.productPriceAdjustment |
Item Level Discount Discount applied to specific items in an order | orderProductList.priceAdjustments | orderActivityLog.transactionData.productList.productPriceAdjustment |
Transaction Level Discount Discount applied to the total cost of a transaction | orderProductList.priceAdjustments transactionDiscountAmount | orderActivityLog.transactionData.productList.productPriceAdjustment Additional Field: “priceAdjustmentType”: “TRANSACTION_DISCOUNT” |
Single Use Promotion Code Promotional code used once to apply discount to cart | coupons | N/A |
Promotion Promotion applied to items or transactions | orderProductList.priceAdjustments | orderActivityLog.transactionData.productList.productPriceAdjustment Additional Field: “priceAdjustmentType”: “PROMOTION” |
| Gift Card Management | | |
Purchase Gift Card Transaction with a gift card purchase | N/A | N/A |
Issue With Loading Gift Cards Transaction with issues encountered when adding value to gift cards | orderProductList.productClass orderProductList.serialNumber | orderActivityLog.transactionData.productList.productClass |
| Notes and Adjustments | | |
Item Level Note Transaction with notes applied to individual items | orderProductList.notesList | orderActivityLog.transactionData.productList.notesList |
Order Level Note Transaction with notes applied to the entire order | notesList | N/A |
Split Sales Attribution Transaction with sales attribution split among different employees | orderProductList.salesAssociateAttribution | orderActivityLog.transactionData.tenders |
| Tax and Billing | | |
Tax Exempt Transaction with items that are not subjected to sales tax | taxExemptions | orderActivityLog.transactionData.taxExemptions |
Billing Transaction with a recorded billing address | billingAddress | N/A |