Skip to content

Latest commit

 

History

History
25 lines (22 loc) · 2.04 KB

File metadata and controls

25 lines (22 loc) · 2.04 KB

# OrderFormat

Properties

Name Type Description Notes
context string The context to generate the order view for. [optional]
dont_link_email_to_search bool True to not link the email address to the order search [optional]
email_as_link bool True to make the email address a clickable mailto link [optional]
filter_distribution_center_oid int Specify a distribution center oid to filter the items displayed to that particular distribution center. [optional]
filter_to_items_in_container_oid int The container oid to filter items to. [optional]
format string The desired format. [optional]
hide_bill_to_address bool True to ide the bill to address [optional]
hide_price_information bool True to hide price information [optional]
link_file_attachments bool True to link file attachments for download [optional]
show_contact_info bool True to show contact information [optional]
show_in_merchant_currency bool True to show the order in the merchant currency [optional]
show_internal_information bool True to show internal information about the order [optional]
show_merchant_notes bool True to show merchant notes [optional]
show_non_sensitive_payment_info bool True to show non-sensitive payment information [optional]
show_payment_info bool True to show payment information [optional]
translate bool True to translate the order into the native language of the customer [optional]
use_phone_number_web_component bool 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]

[Back to Model list] [Back to API list] [Back to README]