Search.../

Introduction

 

Developer Preview
APIs in Developer Preview are subject to change and are not intended for use in production.
Send us your suggestions for improving this API. Your feedback is valuable to us.

 

Introduction

The Loyalty Coupons API allows you to create loyalty coupons when a customer redeems their loyalty points for loyalty rewards.

To use the Loyalty Coupons API, import { coupons } from the wix-loyalty.v2 module.

import { coupons } from 'wix-loyalty.v2';
javascript | Copy Code

Terminology

  • Loyalty coupon: A specific loyalty object that holds the specifications used to create a reference coupon.
  • Reference coupon: The actual coupon that is created when loyalty points are redeemed for a loyalty reward. The customer receives the reference coupon which they can apply to their order.

Was this helpful?

In This Article
  1. Terminology