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

# CreateVirtualCardBulkOrderInput

**Input object**

*No description provided in the schema yet.*

## Input fields

<ParamField name="offerId" type="UUID!" required>
  The Offer Id of Virtual Card Offer. This offer will be applied to all cards
  created in this order.
</ParamField>

<ParamField name="orderItems" type="[VirtualCardOrderItemInput!]!" required>
  A list of configurations for the virtual cards to be created. Each item in this list
  represents a group of one or more cards with identical settings. The total
  number of cards across all items cannot exceed 100.
</ParamField>
