# OrderEditAddVariantPayload - admin-graphql - PAYLOAD Version: 2024-10 ## Description Return type for `orderEditAddVariant` mutation. ### Access Scopes ## Fields * [calculatedLineItem](/docs/api/admin-graphql/2024-10/objects/CalculatedLineItem): CalculatedLineItem - The [calculated line item](https://shopify.dev/api/admin-graphql/latest/objects/calculatedlineitem) that's added during this order edit. * [calculatedOrder](/docs/api/admin-graphql/2024-10/objects/CalculatedOrder): CalculatedOrder - The [calculated order](https://shopify.dev/api/admin-graphql/latest/objects/calculatedorder) with the edits applied but not saved. * [userErrors](/docs/api/admin-graphql/2024-10/objects/UserError): UserError! - The list of errors that occurred from executing the mutation. ## Connections ## Mutations with this payload * [orderEditAddVariant](/docs/api/admin-graphql/2024-10/mutations/orderEditAddVariant) ## Examples