Update product
update_productPartially update a product by providing only the fields to change. Requires merchant_write scope.
Instructions
Partially update a product (only provided fields change). Requires scope merchant_write.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | ||
| slug | No | ||
| amount | No | Amount in BRL cents (R$5.00–R$3000.00). Wire field is `amount`. | |
| metadata | No | ||
| image_url | No | ||
| expires_in | No | ||
| product_id | Yes | ||
| description | No | ||
| amount_cents | No | Alias of `amount` (BRL cents). Provide either `amount` or `amount_cents`. | |
| callback_url | No | ||
| redirect_url | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| success | Yes | ||
| product_id | Yes |