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

# getOfferQuote

> Get the best offer for merchant based on matching arguments.

Get the best offer for merchant based on matching arguments. Requires LIST\_OFFERS scope.
This requires Fluz to confirm the inventory, response time varies by vendors.

```graphql theme={null}
query {
  getOfferQuote(
    input: GetOfferQuoteInput!
  ): Offer
}
```

## Arguments

<ParamField body="input" type="GetOfferQuoteInput!" required>
  *No description provided in the schema yet.*
</ParamField>

## Returns

[`Offer`](/api-reference/types/offer) — Offer is a discounted offer for a merchant.
