Stores List
Search and paginate the public Morrisons store directory with addresses, coordinates, hours, departments, and services.
morrisons.stores.list
/execute
Shared execution endpoint
Input parameters
page
integer
optional
No additional description is provided for this parameter.
1
page_size
integer
optional
No additional description is provided for this parameter.
5
query
string
optional
Case-insensitive text search across store name, address, and services.
London
region
string
optional
Case-insensitive exact Morrisons region name.
Response
Successful output is returned in results[0].data. Raw platform output is
intentionally open-ended and may evolve with the upstream source.
Illustrative output fields
Derived from the sample above for orientation only. These observed fields are not a fixed response schema.
| Path | Observed type | Example |
|---|---|---|
page |
object |
5 fields |
page.has_more |
boolean |
true |
page.page |
integer |
1 |
page.page_size |
integer |
5 |
page.returned |
integer |
5 |
page.total |
integer |
102 |
stores |
array |
3 items |
stores |
array |
3 items |
Execution behavior
A 200 response completed inline. A 202 response was queued; poll
GET /jobs/:id until the job reaches completed or
failed.