## Request **Information about the request.** ## country Returns the current [country](/reference/liquid/objects/checkout/country/). ## device Returns information about user [device](/reference/liquid/objects/checkout/device/). Please note that the data is based on the user agent string which is modifiable by the user. ## host Returns the current host. ## locale Returns the current [locale](/reference/liquid/objects/checkout/locale/). ## location Returns information about user [location](/reference/liquid/objects/checkout/location/). Location is a guess based on the user ip address. Returns null if the location cannot be determined. ## page_type Returns the page type, i.e. product or frontpage. ## path Returns the current request path. ## protocol Returns the protocol of the request. ## uri Returns the full URL for the current page.