Get a coupon
Discounts
Get a coupon
Retrieve a single discount coupon by id. Requires the READ_DISCOUNTS scope.
GET
Get a coupon
Returns one coupon by id, scoped to the store bound to your app token; returns 404 if it does not exist in this store. The store is bound to your app token server-side — never send a shop id.
Authorizations
Installed-app access token (prefix app_), issued by the OAuth install flow. The store is bound to the token server-side — never send a shop id.
Path Parameters
The coupon's unique id.
Response
The requested coupon.

