# OrderEditAddCustomItemPayload - admin-graphql - PAYLOAD Version: 2024-10 ## Description Return type for `orderEditAddCustomItem` mutation. ### Access Scopes ## Fields * [calculatedLineItem](/docs/api/admin-graphql/2024-10/objects/CalculatedLineItem): CalculatedLineItem - The custom line item that will be added to the order based on the current edits. * [calculatedOrder](/docs/api/admin-graphql/2024-10/objects/CalculatedOrder): CalculatedOrder - An order 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 * [orderEditAddCustomItem](/docs/api/admin-graphql/2024-10/mutations/orderEditAddCustomItem) ## Examples