---
title: OrderInvoiceSendPayload - GraphQL Admin
description: Return type for `orderInvoiceSend` mutation.
api_version: 2025-07
api_name: admin
type: payload
api_type: graphql
source_url:
html: https://shopify.dev/docs/api/admin-graphql/2025-07/payloads/orderinvoicesendpayload
md: https://shopify.dev/docs/api/admin-graphql/2025-07/payloads/orderinvoicesendpayload.md
---
# OrderInvoiceSendPayload
payload
Return type for `orderInvoiceSend` mutation.
## Fields
* order
[Order](https://shopify.dev/docs/api/admin-graphql/2025-07/objects/Order)
The order associated with the invoice email.
* userErrors
[\[OrderInvoiceSendUserError!\]!](https://shopify.dev/docs/api/admin-graphql/2025-07/objects/OrderInvoiceSendUserError)
non-null
The list of errors that occurred from executing the mutation.
***
## Mutations with this payload
* [orderInvoiceSend](https://shopify.dev/docs/api/admin-graphql/2025-07/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\\ and \\bcc\\ input fields.
***
* id
[ID!](https://shopify.dev/docs/api/admin-graphql/2025-07/scalars/ID)
required
### Arguments
The order associated with the invoice.
* email
[EmailInput](https://shopify.dev/docs/api/admin-graphql/2025-07/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
* [orderInvoiceSend](https://shopify.dev/docs/api/admin-graphql/2025-07/types/orderInvoiceSend)