Template: account-order
Customer order templates have access to a specific customer order via the order. object.
/account-order
sales-order
Sales Order Objects
The sales-order template type has access to the sales order being rendered, as well as to global objects.
order.
The order.
top level object allows access to order information.
Global Objects
The global objects are generally available across all templates with some exceptions, as detailed below.
theme.
The theme.
top level object allows access to current theme information.
system.
The system.
top level object allows access to system information, such as the current time.
shop.
The shop.
top level object allows access to shop information, such as shop name and primary domain name.
collections.
The collections.
top level object allows access to all collections. This object allows access to collections, potentially filtered down by name or by tag, in any page, email, SMS or document template.
brands.
The brands.
top level object allows access to all brands. This object allows access to brands, potentially filtered down by name or by tag, in any page, email, SMS or document template.
pages.
The pages.
top level object allows access to all pages. This object allows access to pages, potentially filtered down by name or by tag, in any page, email, SMS or document template.
cart.
The cart.
top level object allows access to the visitor's shopping cart.
session.
The session.
top level object allows access to session information for the website visitor.
request.
The request.
top level object allows access to the current webpage request details.