Update offer code
gumroad_update_offer_codeUpdate an existing offer code on a product (its code text and/or its max purchase count). Gumroad REST: PUT /v2/products/{product_id}/offer_codes/{id}.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | The offer code id to update. | |
| offer_code | No | New discount code text. | |
| product_id | Yes | The product id the offer code belongs to. | |
| max_purchase_count | No | New cap on how many times the offer code can be used. |