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

# Update Product

You can update product name, billing metric, description, SKU, Metric ID.

<Snippet file="products-create-request.mdx" />

<ResponseField name="name" type="string">
  The name of the product.
</ResponseField>

<ResponseField name="description" type="string">
  A brief description of the product.
</ResponseField>

<ResponseField name="sku" type="string">
  A product code used in external ERP solutions of revenue recognition.
</ResponseField>

<ResponseField name="billingFrequency" type="string">
  The frequency at which the product is billed, e.g., recurring.
</ResponseField>

<ResponseField name="metricIds" type="[]string">
  The identifiers for the associated metrics. This field is applicable for
  metered products.
</ResponseField>

<ResponseField name="createdAt" type="date">
  The timestamp when the product was created.
</ResponseField>

<ResponseField name="updatedAt" type="date">
  The timestamp when the product was last updated.
</ResponseField>
