> ## Documentation Index
> Fetch the complete documentation index at: https://docs.zocomputer.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Update product

> Update an existing Stripe product's name or description.

{/* Tool: update_stripe_product */}

## Parameters

<ParamField path="product_id" type="string" required={true}>
  Stripe product ID to update (e.g., "prod\_...")
</ParamField>

<ParamField path="name" type="string" default={""}>
  New product name (optional)
</ParamField>

<ParamField path="description" type="string" default={""}>
  New product description (optional)
</ParamField>

<ParamField path="testmode" type="boolean" default={false}>
  Use test mode (default: false)
</ParamField>
