Create a discount for your account.
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Request body for creating a discount.
code
is optional; if not provided, we generate a random 16-char code.
Created discount
The response is of type object
.
Create a discount for your account.
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Request body for creating a discount.
code
is optional; if not provided, we generate a random 16-char code.
Created discount
The response is of type object
.