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

# ExperimentalAffiliateProductCategory

> Represents a category of products offered by an affiliate merchant, detailing the category ID and name.

## Fields

***

<ParamField path="id" type={<>ID!</>} required>
  The unique identifier of the product category.
</ParamField>

<ParamField path="name" type={<>String!</>} required>
  The name of the product category.
</ParamField>
