Skip to content

Latest commit

 

History

History
40 lines (28 loc) · 2.18 KB

File metadata and controls

40 lines (28 loc) · 2.18 KB

OrderFormat

Properties

Name Type Description Notes
context String The context to generate the order view for. [optional]
dontLinkEmailToSearch Boolean True to not link the email address to the order search [optional]
emailAsLink Boolean True to make the email address a clickable mailto link [optional]
filterDistributionCenterOid Integer Specify a distribution center oid to filter the items displayed to that particular distribution center. [optional]
filterToItemsInContainerOid Integer The container oid to filter items to. [optional]
format FormatEnum The desired format. [optional]
hideBillToAddress Boolean True to ide the bill to address [optional]
hidePriceInformation Boolean True to hide price information [optional]
linkFileAttachments Boolean True to link file attachments for download [optional]
showContactInfo Boolean True to show contact information [optional]
showInMerchantCurrency Boolean True to show the order in the merchant currency [optional]
showInternalInformation Boolean True to show internal information about the order [optional]
showMerchantNotes Boolean True to show merchant notes [optional]
showNonSensitivePaymentInfo Boolean True to show non-sensitive payment information [optional]
showPaymentInfo Boolean True to show payment information [optional]
translate Boolean True to translate the order into the native language of the customer [optional]
usePhoneNumberWebComponent Boolean True to render phone numbers as <phone-number-format> web components in the HTML output. Only honored by the div format. Default false preserves legacy scalar rendering for receipts and unauthenticated consumers. [optional]

Enum: FormatEnum

Name Value
TEXT "text"
DIV "div"
TABLE "table"
EMAIL "email"