--- title: OrderInvoiceSendPayload - GraphQL Admin description: Return type for `orderInvoiceSend` 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/orderinvoicesendpayload md: https://shopify.dev/docs/api/admin-graphql/latest/payloads/orderinvoicesendpayload.md --- # Order​Invoice​Send​Payload payload Return type for `orderInvoiceSend` mutation. ## Fields * order [Order](https://shopify.dev/docs/api/admin-graphql/latest/objects/Order) The order associated with the invoice email. * user​Errors [\[Order​Invoice​Send​User​Error!\]!](https://shopify.dev/docs/api/admin-graphql/latest/objects/OrderInvoiceSendUserError) non-null The list of errors that occurred from executing the mutation. *** ## Mutations with this payload * [order​Invoice​Send](https://shopify.dev/docs/api/admin-graphql/latest/mutations/orderInvoiceSend) mutation Sends an email invoice for an order. *** ## Map ### Mutations with this payload * [order​Invoice​Send](https://shopify.dev/docs/api/admin-graphql/latest/types/orderInvoiceSend)