shakeshack_store
Fetch details for one Shake Shack store: address, coordinates, phone, weekly hours, and order types. Requires a valid store path from the locations endpoint to return structured JSON.
Instructions
Get one Shake Shack store's detail. Returns one Shake Shack store: postal address, coordinates, phone (when published), a Monday-first week of opening hours (omitted for a location that publishes no schedule, seen on venue/kiosk-shaped locations such as inside a stadium), and the order types Shake Shack publishes for it, e.g. "Dine In", "Delivery". Store paths come from GET /shakeshack/locations, either the aliased "location/" form or the legacy "node/" form -- both resolve to the same record, and the response's own path field always reports the canonical alias. A path with neither shape, or one that does not resolve to a real store page, returns a 404.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | Store path from a /shakeshack/locations entry |