## Global **Globally objects can be accessed from any file in your theme.** ## available_order_statuses Lists available order statuses. ## available_return_reasons Lists available return reasons. ## available_return_statuses Lists available return statuses. ## channel Returns the information about the current [channel](/reference/liquid/objects/checkout/channel/). ## content_for_additional_checkout_buttons Returns the content for the additional offsite checkout buttons. These are buttons that are not part of the standard checkout flow. ## has_additional_checkout_buttons Returns whether there are any additional offsite checkout buttons. These are buttons that are not part of the standard checkout flow. ## order Returns the information about the current [order](/reference/liquid/objects/checkout/order/). ## powered_by_link Returns the powered by link. ```liquid {{ powered_by_link }} ``` ## request Returns the information about the current [request](/reference/liquid/objects/checkout/request/) to page, like host or the current URL. ## routes Access information about the available [routes](/reference/liquid/objects/checkout/routes/). ## session Access information about the current [session](/reference/liquid/objects/checkout/session/) ## store Returns the information about the current [store](/reference/liquid/objects/checkout/store/). ## template Returns information about the current [template](/reference/liquid/objects/checkout/template/) used at the page. ## theme Returns information about the current [theme](/reference/liquid/objects/checkout/theme/).