stack

Home > @infiniteobjects/shopify-data-manager > AdminTypes > OrderInvoiceSendPayload

AdminTypes.OrderInvoiceSendPayload interface

Return type for orderInvoiceSend mutation.

Signature:

export interface OrderInvoiceSendPayload 

Properties

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.