--- title: OrderInvoiceSendPayload - GraphQL Admin description: Return type for `orderInvoiceSend` mutation. api_version: 2025-01 api_name: admin type: payload api_type: graphql source_url: html: https://shopify.dev/docs/api/admin-graphql/2025-01/payloads/orderinvoicesendpayload md: https://shopify.dev/docs/api/admin-graphql/2025-01/payloads/orderinvoicesendpayload.md --- # Order​Invoice​Send​Payload payload Return type for `orderInvoiceSend` mutation. ## Fields * order [Order](https://shopify.dev/docs/api/admin-graphql/2025-01/objects/Order) The order associated with the invoice email. * user​Errors [\[Order​Invoice​Send​User​Error!\]!](https://shopify.dev/docs/api/admin-graphql/2025-01/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/2025-01/mutations/orderInvoiceSend) mutation Sends an email invoice for an [`Order`](https://shopify.dev/docs/api/admin-graphql/latest/objects/Order). You can customize the email recipient, sender, and subject line using the [`email`](https://shopify.dev/docs/api/admin-graphql/latest/mutations/orderInvoiceSend#arguments-email) argument. *** Note Use store or staff account email addresses for the [`from`](https://shopify.dev/docs/api/admin-graphql/latest/mutations/orderInvoiceSend#arguments-email.fields.from) and [`bcc`](https://shopify.dev/docs/api/admin-graphql/latest/mutations/orderInvoiceSend#arguments-email.fields.bcc) input fields. *** * id [ID!](https://shopify.dev/docs/api/admin-graphql/2025-01/scalars/ID) required ### Arguments The order associated with the invoice. * email [Email​Input](https://shopify.dev/docs/api/admin-graphql/2025-01/input-objects/EmailInput) The email input fields for the order invoice. The `bcc` and `from` fields should be store or staff account emails. *** *** ## Map ### Mutations with this payload * [order​Invoice​Send](https://shopify.dev/docs/api/admin-graphql/2025-01/types/orderInvoiceSend)