customer_id
field for the customer - for example, when submitting orders. This is how we reconcile all their activity with a single loyalty program membership.
Tell us when customers create an account with your store
$signup
event via the LoyaltyLion API. This tells us that the customer has
upgraded from a guest account to a full membership, and it lets us give them
points for signing up if you have that rule enabled. See the activities
endpoint for exact details on
the payload to submit.Tell us when orders are placed, paid, refunded and cancelled
merchant_id
field is the ID of the order within your systemcustomer_id
field is your customer identitydiscount_codes
field should contain all discount codes used with this order. Vouchers previously issued as rewards are marked as used within our system, and any unknown vouchers are ignored.Load the LoyaltyLion SDK and customer UI
Create rewards and import voucher codes