Discounts
Validate Discount
Validate a discount code to check if it is valid and can be applied to the current cart.
GET
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
Discount Id
Response
200
application/json
Fetched discount by ID
The discount amount.
- If
discount_type
ispercentage
, this is in basis points (e.g., 540 => 5.4%). - Otherwise, this is USD cents (e.g., 100 =>
$1.00
).
The business this discount belongs to.
The discount code (up to 16 chars).
Timestamp when the discount is created
The unique discount ID
List of product IDs to which this discount is restricted.
How many times this discount has been used.
Available options:
percentage
Optional date/time after which discount is expired.
Name for the Discount
Usage limit for this discount, if any.