Sites
Get the details of a single Site
Returns the full details of a single Site — including its name, locale, timezone, currency, and the organisation and brand it belongs to. Use this when you need the canonical record for a site identifier you already hold; for browsing the full list use listSites.
Distinct from getSite, which is the admin-scoped read at /shop/admin/sites/{siteId}.
get/sites/{siteId}
Response
The Site was successfully retrieved
Example response
{
"data": {
"country_code": "GB",
"currency": "GBP",
"external_id": "ext-site-london-bridge",
"frontend_subdomain": "palmtreespa",
"locale": "en",
"name": "Palm Tree Spa",
"organisation_name": "Palm Tree Holdings Ltd.",
"property_type": "Spa & Leisure Hotel",
"timezone": "Europe/London"
}
}