List Coupons
Authentication
Query parameters
Optional filter param. /api/v2/coupons?id={value}
Optional filter param /api/v2/coupons?code={value}
Optional filter param /api/v2/coupons?name={value}
Optional filter param /api/v2/coupons?min_id={value}
Optional filter param/api/v2/coupons?max_id={value}
Number of pages /api/v2/coupons?page={number}
Count per page /api/v2/coupons?limit={count}
Response
The discount to apply to an order, as either an amount or a percentage. This field’s usage is determined by the coupon type. For example, a type of + percentage_discount would determine a percentage here.
The coupon’s ID. This is a read-only field; do not set or modify its value in a POST or PUT request.
If the coupon is enabled, this field’s value is true; otherwise, false.
Number of times this coupon has been used. This is a read-only field; do not set or modify its value in a POST or PUT request.
This is a list of shipping-method names. A shipping method must be enabled on the store to use it with a coupon. To check which shipping methods are enabled, please use the List Shipping Methods endpoint.