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

# requestGiftCardPurchase

> Requests manager approval to purchase a gift card.

Requests manager approval to purchase a gift card.

```graphql theme={null}
mutation {
  requestGiftCardPurchase(
    input: RequestGiftCardPurchaseInput!
  ): RequestApprovalResponse!
}
```

## Arguments

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

## Returns

[`RequestApprovalResponse!`](/api-reference/types/request-approval-response) — Response returned from request approval mutations.
