Skip to content
SoundSyncAudio software platform

Guide

Promo Codes

Creating, testing, updating, and troubleshooting promo codes backed by product/developer promotion services.

Live Moonwave FX promotions workspace showing promotion activity, scheduled deal and promo-code controls.
Live Moonwave FX storefront deals page showing where published discounts and promotional products appear.
Live Moonwave FX storefront product catalog showing search, featured product, product media, subscription pricing, and product detail links.

SoundSync

Safe setup

Use test products and fake codes before live launch.

  1. Create code

    POST /api/developer/promotions/promo-codes with discountType percent or amount.

  2. Attach eligibility

    Use productId or storewide fallback only where supported.

  3. Test checkout

    Call /api/checkout/product with promoCode and inspect server-returned discountCents.

  4. Monitor redemptions

    List promo codes; redemptionCount and revenue stats come from redemption rows.

  5. Expire/update

    PATCH the promo code or set maxRedemptions/expiresAt as supported.