TallyMarks
  • Overview
  • Getting Started
    • Points Economy
    • Creating Your First Rule
      • Assessment Criteria
      • Fulfilment Actions
      • Rule Status
    • Testing Rules
    • Sending Events
  • Key Concepts
    • Customer Profile
    • Events
      • Action
      • Anniversary
      • Basket
      • Errors
      • Orders
      • Points
      • Redemptions
      • Transactions
    • Segments
    • Points Expiry
    • Triggers
    • Web Hooks
  • API Documentation
    • Authentication
    • Error Handling
    • End Point Urls
    • Event API
    • Customer API
    • Admin API
  • Example Rules Sets
    • Bonus Points Earning for Specific Orders
Powered by GitBook
On this page

Was this helpful?

  1. Key Concepts
  2. Events

Basket

Represent an event notification that supports the assessment of the state of a customer's ecommerce shopping basket in real-time allowing offers to be made to customers at the time of purchase.

The Basket event is assessed syncronously against the available basket assessment criteria:

  • Type/Namespace

  • Reference

  • Basket Total

  • Tax Total

  • Shipping Total

  • SKU in Basket

  • Product Category in Order

  • Product Type in Basket

  • Product Quantity in Basket

  • Vendor in Basket

  • Segment

  • Payment Amount

  • Campaign

  • Customer Exists in a List

  • Presence of Tag (meta data items) in Basket

  • Count of Tags (meta data items) in Basket

Matched rules return fulfilment outcomes which you can apply to your Cart, supporting capability such as:

  • Return potential points rewarded if cart is ordered

  • Return a Discount Voucher based on the Cart contents

  • Basket Discount: Percentage

  • Basket Discount: Absolute Amount

  • Delivery Discount: Percentage

  • Delivery Discount: Absolute Amount

  • Product Discount: Percentage

  • Product Discount: Absolute Amount

  • Issue or Apply a Voucher Code

  • Return a Customised Message

  • Call a Webhook

PreviousAnniversaryNextErrors

Last updated 4 years ago

Was this helpful?