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

# getMerchants

> Get the active merchant catalog.

Get the active merchant catalog. Requires LIST\_OFFERS scope.

```graphql theme={null}
query {
  getMerchants(
    name: String
    paginate: OffsetInput
    offerTypes: OfferTypesInput
    filterBy: FilterByInput
  ): [Merchant]!
}
```

## Arguments

<ParamField body="name" type="String">
  *No description provided in the schema yet.*
</ParamField>

<ParamField body="paginate" type="OffsetInput">
  *No description provided in the schema yet.*
</ParamField>

<ParamField body="offerTypes" type="OfferTypesInput">
  *No description provided in the schema yet.*
</ParamField>

<ParamField body="filterBy" type="FilterByInput">
  Apply fine-grained filters to the offers.
  Example: \{ deliveryFormat: URL } will only return merchants that have gift card
  offers with the URL delivery format.
</ParamField>

## Returns

[`[Merchant]!`](/api-reference/types/merchant) — Merchant is place that a Gift Card can be use, or can charge a user's VirtualCard.
