Home > @infiniteobjects/shopify-data-manager > AdminTypes > DraftOrderInvoicePreviewPayload
Return type for draftOrderInvoicePreview mutation.
Signature:
export interface DraftOrderInvoicePreviewPayload
| Property | Modifiers | Type | Description |
|---|---|---|---|
| previewHtml? | Maybe<Scalars[‘HTML’][‘output’]> | (Optional) The draft order invoice email rendered as HTML to allow previewing. | |
| previewSubject? | Maybe<Scalars[‘HTML’][‘output’]> | (Optional) The subject preview for the draft order invoice email. | |
| userErrors | Array<UserError> | The list of errors that occurred from executing the mutation. |