Generate Multiple Coupon Codes
Authentication
Path parameters
Headers
Request
An optional single character (_ or -) that will be placed between the prefix and the randomly generated code, and again between the randomly generated code and the suffix. It will only be applied if a valid prefix or suffix is present.
An optional array of single length string elements to exclude from the randomly generated part. Only capital letters and numbers are allowed. The default value is an empty array [].
The length of the random string to be generated for each coupon code. The value must be between 6 and 16. The default length is 16. The total length of each generated coupon code is calculated as : code_length + length of prefix with delimiter + length of suffix with delimiter. The maximum total length of a coupon code is 50.