Coupons
Update an offering discount for a coupon
This endpoint updates an offering discount for a coupon.
put/shop/coupons/{couponId}/offering-discounts/{offeringDiscountId}
Request body
Example request
{
"fixed_amount": 50,
"percentage": 10
}Response
The offering discount was successfully retrieved
Example response
{
"data": {
"offerings": [
{
"offering_name": "Test offering"
}
],
"fixed_amount": 50,
"percentage": 10
}
}Changes
No recorded changes to this endpoint across all 1 revision of this API.