--- title: DepositConfiguration - Customer API description: Configuration of the deposit. api_version: 2026-04 api_name: customer type: union api_type: graphql source_url: html: 'https://shopify.dev/docs/api/customer/latest/unions/DepositConfiguration' md: 'https://shopify.dev/docs/api/customer/latest/unions/DepositConfiguration.md' --- # Deposit​Configuration union Configuration of the deposit. ## Fields with this union * [Buyer​Experience​Configuration.deposit](https://shopify.dev/docs/api/customer/latest/objects/BuyerExperienceConfiguration#field-BuyerExperienceConfiguration.fields.deposit) OBJECT The configuration for the buyer's checkout. *** ```graphql union DepositConfiguration = DepositPercentage ```