--- title: TaxSummaryCreatePayload - GraphQL Admin description: Return type for `taxSummaryCreate` mutation. api_version: unstable api_name: admin source_url: html: https://shopify.dev/docs/api/admin-graphql/unstable/payloads/taxsummarycreatepayload md: https://shopify.dev/docs/api/admin-graphql/unstable/payloads/taxsummarycreatepayload.md --- # Tax​Summary​Create​Payload payload Return type for `taxSummaryCreate` mutation. ## Fields * enqueued​Orders [\[Order!\]](https://shopify.dev/docs/api/admin-graphql/unstable/objects/Order) A list of orders that were successfully enqueued to create a tax summary. * user​Errors [\[Tax​Summary​Create​User​Error!\]!](https://shopify.dev/docs/api/admin-graphql/unstable/objects/TaxSummaryCreateUserError) non-null The list of errors that occurred from executing the mutation. *** ## Mutations with this payload * [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. *** ## Map ### Mutations with this payload * [tax​Summary​Create](https://shopify.dev/docs/api/admin-graphql/unstable/types/taxSummaryCreate)