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

# MerchantCategory

> MerchantCategory is a curated shopping category (e.g. Dining, Travel) that groups merchants.

**Object**

MerchantCategory is a curated shopping category (e.g. Dining, Travel) that groups merchants.

## Fields

<ResponseField name="categoryId" type="UUID!">
  The unique identifier for the category. Pass it to [`getMerchants`](/api-reference/queries/get-merchants) as `categoryId` to list the merchants in this category.
</ResponseField>

<ResponseField name="name" type="String!">
  The display name of the category, for example `Dining` or `Travel`.
</ResponseField>
