- The HTML structure of the page
- Objects
- Attributes (and their values)
- Elements with specific IDs

The Order Details page displays an expanded view of a single order.
MyAccount Page Storefront Attributes
- Static Rendering Preferred: These attributes should be rendered into the DOM on initial page load (SSR or CSR) and be available before the Global-e integration script is executed.
- Avoid Obfuscation: Do not mask, transform, or dynamically hide these attributes via JavaScript or CSS.
- Error Handling: Ensure values are not empty or malformed. If values are unavailable, consider hiding the MyAccount integration until valid data can be displayed.

