How do I manage discounts and coupons from the Vareons dashboard?
Last verified: 2026-09-18
The list runs on GET /api/dashboard/discounts with discounts.view, creation on POST /api/dashboard/discounts with discounts.create, and edits, deletes, and status changes on PUT /api/dashboard/discounts/[id]/update, DELETE /api/dashboard/discounts/[id], and PATCH /api/dashboard/discounts/[id]/status. Duplicate creates a new draft with a _COPY code, and Mandatory Discounts navigates to /dashboard/mandatory-discounts. See discounts documentation and create a discount code.