--- title: DepositConfiguration - GraphQL Admin description: Configuration of the deposit. api_version: unstable api_name: admin source_url: html: >- https://shopify.dev/docs/api/admin-graphql/unstable/unions/DepositConfiguration md: >- https://shopify.dev/docs/api/admin-graphql/unstable/unions/DepositConfiguration.md --- # Deposit​Configuration union Configuration of the deposit. ## Possible types * [Deposit​Percentage](https://shopify.dev/docs/api/admin-graphql/unstable/objects/DepositPercentage) OBJECT A percentage deposit. * percentage [Float!](https://shopify.dev/docs/api/admin-graphql/unstable/scalars/Float) non-null The percentage value of the deposit. *** ## Fields with this union * [Buyer​Experience​Configuration.deposit](https://shopify.dev/docs/api/admin-graphql/unstable/objects/BuyerExperienceConfiguration#field-BuyerExperienceConfiguration.fields.deposit) OBJECT Settings describing the behavior of checkout for a B2B buyer. * [Calculated​Draft​Order.deposit](https://shopify.dev/docs/api/admin-graphql/unstable/objects/CalculatedDraftOrder#field-CalculatedDraftOrder.fields.deposit) OBJECT The calculated fields for a draft order. * [Draft​Order.deposit](https://shopify.dev/docs/api/admin-graphql/unstable/objects/DraftOrder#field-DraftOrder.fields.deposit) OBJECT An order that a merchant creates on behalf of a customer. Draft orders are useful for merchants that need to do the following tasks: * Create new orders for sales made by phone, in person, by chat, or elsewhere. When a merchant accepts payment for a draft order, an order is created. * Send invoices to customers to pay with a secure checkout link. * Use custom items to represent additional costs or products that aren't displayed in a shop's inventory. * Re-create orders manually from active sales channels. * Sell products at discount or wholesale rates. * Take pre-orders. For draft orders in multiple currencies `presentment_money` is the source of truth for what a customer is going to be charged and `shop_money` is an estimate of what the merchant might receive in their shop currency. **Caution:** Only use this data if it's required for your app's functionality. Shopify will restrict [access to scopes](https://shopify.dev/api/usage/access-scopes) for apps that don't have a legitimate use for the associated data. Draft orders created on or after April 1, 2025 will be automatically purged after one year of inactivity. *** ```graphql union DepositConfiguration = DepositPercentage ```