First order
- Valid only on the customer's first order.
- No minimum order amount.
- One use only.
When a new customer account is created, Casava Vogue stores four unique coupon codes on that customer account. These codes are private to that customer, can be used once each, and expire one month after account creation.
Each code is saved to the customer's coupon records. The checkout only accepts a new customer coupon when the code belongs to the signed-in customer.
Sign in, add items to the cart, open checkout, enter one coupon code in the coupon field, then apply it before paying. The mobile and website checkout both validate the private code saved on your account.
Each coupon can be redeemed once. If checkout creates an order and payment setup succeeds, that coupon is marked as used. Expired coupons are rejected at checkout.
New customer coupons are private coupon-code discounts. They do not stack with most other discounts unless the promotion is explicitly configured to stack.
Mobile apps should apply the code through the checkout coupon endpoint first. If the response says the coupon is accepted, submit that same accepted code with checkout payment so the coupon is redeemed on the created order.