stack

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

AdminTypes.DraftOrderInvoiceSendPayload interface

Return type for draftOrderInvoiceSend mutation.

Signature:

export interface DraftOrderInvoiceSendPayload 

Properties

Property Modifiers Type Description
draftOrder?   Maybe<DraftOrder> (Optional) The draft order an invoice email is sent for.
userErrors   Array<UserError> The list of errors that occurred from executing the mutation.