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

# ExperimentalAffiliateMerchantDomain

> Details a domain associated with an affiliate merchant, including its ID and names.

## Fields

***

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

<ParamField path="name" type={<>String!</>} required>
  The public domain of the store.
</ParamField>

<ParamField path="canonicalDomain" type={<>String!</>} required>
  The canonical domain name of the store.
</ParamField>
