--- 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. * order​Id [ID](https://shopify.dev/docs/api/admin-graphql/unstable/scalars/ID) ### Arguments The ID of the order to create the tax summary for. * start​Time [Date​Time](https://shopify.dev/docs/api/admin-graphql/unstable/scalars/DateTime) The start time of the range of orders to create the tax summary for. * end​Time [Date​Time](https://shopify.dev/docs/api/admin-graphql/unstable/scalars/DateTime) The end time of the range of orders to create the tax summary for. *** *** ## Map ### Mutations with this payload * [tax​Summary​Create](https://shopify.dev/docs/api/admin-graphql/unstable/types/taxSummaryCreate)