--- title: TaxSummaryCreateUserError - GraphQL Admin description: An error that occurs during the execution of `TaxSummaryCreate`. api_version: unstable api_name: admin source_url: html: https://shopify.dev/docs/api/admin-graphql/unstable/objects/taxsummarycreateusererror md: https://shopify.dev/docs/api/admin-graphql/unstable/objects/taxsummarycreateusererror.md --- # Tax​Summary​Create​User​Error object An error that occurs during the execution of `TaxSummaryCreate`. ## Fields * code [Tax​Summary​Create​User​Error​Code](https://shopify.dev/docs/api/admin-graphql/unstable/enums/TaxSummaryCreateUserErrorCode) The error code. * field [\[String!\]](https://shopify.dev/docs/api/admin-graphql/unstable/scalars/String) The path to the input field that caused the error. * message [String!](https://shopify.dev/docs/api/admin-graphql/unstable/scalars/String) non-null The error message. *** ## Map No referencing types *** ## Mutations * [tax​Summary​Create](https://shopify.dev/docs/api/admin-graphql/unstable/mutations/taxSummaryCreate) mutation Creates a tax summary for a given order. If both an order ID and a start and end time are provided, the order ID will be used. *** ## <\~> TaxSummaryCreateUserError Mutations ### Mutated by * <\~>[tax​Summary​Create](https://shopify.dev/docs/api/admin-graphql/unstable/mutations/taxSummaryCreate) *** ## Interfaces * [Displayable​Error](https://shopify.dev/docs/api/admin-graphql/unstable/interfaces/DisplayableError) interface *** ## ||-TaxSummaryCreateUserError Implements ### Implements * ||-[Displayable​Error](https://shopify.dev/docs/api/admin-graphql/unstable/interfaces/DisplayableError)