Update an existing item in the payment platform catalog.
Path Parameters
| Parameter | Type | Required | Description |
|---|
| id | string | Yes | The rootfi_id or platform_id of the item |
Request Body
| Field | Type | Required | Description |
|---|
| name | string | No | Display name |
| description | string | No | Detailed description |
| sku | string | No | Stock Keeping Unit code |
| price | number | No | Base price |
| status | string | No | Item status (active, archived) |
| variants | array | No | Product variants (replaces existing) |
Updating an item’s price does not retroactively affect existing invoices or subscriptions.
See Item Overview for complete field details.