Skip to content

Latest commit

 

History

History
39 lines (27 loc) · 1.9 KB

File metadata and controls

39 lines (27 loc) · 1.9 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]

Enum: FormatEnum

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