Create Voucher
Create Voucher
interface VoucherCreate {
id: string,
amount: number, //Minor units
type: "percentage" | "fixed",
code: string,
deliveryIncluded: boolean,
maxUsage?: number,
}Create Voucher
Headers
Name
Type
Description
Request Body
Name
Type
Description
Last updated