GET

Get A Coupon


Retrieves a coupon by ID.

Authentication

You can only call this method when authenticated as a Wix app or Wix user identity.

Permissions
Manage Coupons
Manage Stores - all permissions
Learn more about app permissions.
Endpoint
GET
https://www.wixapis.com/stores/v2/coupons/{id}

Path Params
idstringRequired

ID of the coupon to retrieve.

Response Object
couponCoupon

Retrieved coupon.

Get A Coupon Example 1
Request
cURL
Response
JSON
Errors

This method doesn’t return any custom errors, but may return standard errors. Learn more about standard Wix errors.

Did this help?