--- title: DraftOrderCalculatePayload - GraphQL Admin description: Return type for `draftOrderCalculate` mutation. api_version: 2025-10 api_name: admin type: payload api_type: graphql source_url: html: https://shopify.dev/docs/api/admin-graphql/latest/payloads/draftordercalculatepayload md: https://shopify.dev/docs/api/admin-graphql/latest/payloads/draftordercalculatepayload.md --- # Draft​Order​Calculate​Payload payload Return type for `draftOrderCalculate` mutation. ## Fields * calculated​Draft​Order [Calculated​Draft​Order](https://shopify.dev/docs/api/admin-graphql/latest/objects/CalculatedDraftOrder) The calculated properties for a draft order. * user​Errors [\[User​Error!\]!](https://shopify.dev/docs/api/admin-graphql/latest/objects/UserError) non-null The list of errors that occurred from executing the mutation. *** ## Mutations with this payload * [draft​Order​Calculate](https://shopify.dev/docs/api/admin-graphql/latest/mutations/draftOrderCalculate) mutation Calculates the properties of a draft order. Useful for determining information such as total taxes or price without actually creating a draft order. *** ## Map ### Mutations with this payload * [draft​Order​Calculate](https://shopify.dev/docs/api/admin-graphql/latest/types/draftOrderCalculate)