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

# List Products

Returns a list of all available products (e.g., charger licenses).

## Response

<ResponseField name="data" type="array">
  Array of product objects.

  <Expandable title="product">
    <ResponseField name="id" type="integer">
      The numeric ID of the product.
    </ResponseField>

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

    <ResponseField name="sku" type="string">
      The product SKU identifier.
    </ResponseField>

    <ResponseField name="active" type="boolean">
      Whether the product is currently active and available for purchase.
    </ResponseField>

    <ResponseField name="digital" type="boolean">
      Whether the product is a digital product.
    </ResponseField>

    <ResponseField name="price" type="integer">
      The product price, expressed as an integer in minor currency units.
    </ResponseField>
  </Expandable>
</ResponseField>
