> ## 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.

# Get Product

## Response

<ResponseField name="id" type="string">
  The unique identifier for the product.
</ResponseField>

<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="feeType" type="string">
  The fee type of the product, indicating whether the cost is fixed or based on
  usage (metered).
</ResponseField>

<ResponseField name="paymentTerms" type="string">
  The payment terms for the product, such as arrears.
</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>
