# taxAppConfigure - admin-graphql - MUTATION Version: 2024-07 ## Description Allows tax app configurations for tax partners. ### Access Scopes `write_taxes` access scope. Also: The caller must be a tax calculations app. ## Arguments * [ready](/docs/api/admin-graphql/2024-07/scalars/Boolean): Boolean! - Configures whether the tax app is correctly configured and ready to be used. ## Returns * [taxAppConfiguration](/docs/api/admin-graphql/2024-07/objects/TaxAppConfiguration): TaxAppConfiguration The updated tax app configuration. * [userErrors](/docs/api/admin-graphql/2024-07/objects/TaxAppConfigureUserError): TaxAppConfigureUserError! The list of errors that occurred from executing the mutation. ## Examples