Home > @infiniteobjects/shopify-data-manager > AdminTypes > OrderInvoiceSendPayload
Return type for orderInvoiceSend
mutation.
Signature:
export interface OrderInvoiceSendPayload
Property | Modifiers | Type | Description |
---|---|---|---|
order? | Maybe<Order> | (Optional) The order associated with the invoice email. | |
userErrors | Array<OrderInvoiceSendUserError> | The list of errors that occurred from executing the mutation. |