Coupons
Operations related to retrieving and managing coupons.
This endpoint retrieves a list of all available coupons associated with the authenticated merchant account.
HTTP Basic Authentication. The username is your Merchant ID and the password is your API Key. The combined string Merchant_Id:Api_Key should be Base64 encoded.
A successful response returns a list of coupon objects.
Unauthorized. The API Key or Merchant ID is missing or invalid.
Internal Server Error.
Retrieves the details of a specific coupon by providing its unique ID.
HTTP Basic Authentication. The username is your Merchant ID and the password is your API Key. The combined string Merchant_Id:Api_Key should be Base64 encoded.
The ID of the coupon to retrieve.
cpn-1502288320598b19c0d59fdA successful response returns the specified coupon object.
Unauthorized. The API Key or Merchant ID is missing or invalid.
Not Found. The coupon with the specified ID could not be found.
Internal Server Error.
Last updated