Home > @infiniteobjects/shopify-data-manager > AdminTypes > DraftOrderInvoiceSendPayload
Return type for draftOrderInvoiceSend
mutation.
Signature:
export interface DraftOrderInvoiceSendPayload
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. |