Introducing the Better Auth Chargebee plugin: Use it to handle subscriptions, billing, and auth seamlessly.
Chargebeechargebee API

Update a coupon set

Idempotency Supported

Use this API to update a specific coupon set by updating its name and the meta_data.

Sample Request

Sample Result[JSON]

URL Format

POST https://[site].chargebee.com/api/v2/coupon_sets/{coupon-set-id}/update

Input Parameters

name
optional, string, max chars=50

Name of the coupon set.

meta_data
optional, jsonobject

A collection of key-value pairs that provides extra information about the coupon set.

Note: There's a character limit of 65,535.

Learn more .

Returns

Coupon set object
Resource object representing coupon_set