Skip to documentation
Browse documentation

Stores List

Search and paginate the public Morrisons store directory with addresses, coordinates, hours, departments, and services.

Capability ID morrisons.stores.list
Cost 1 credit per request
Maximum runtime 30 seconds
View raw

POST /execute Shared execution endpoint

Input parameters

page integer optional

No additional description is provided for this parameter.

Example 1
page_size integer optional

No additional description is provided for this parameter.

Example 5
query string optional

Case-insensitive text search across store name, address, and services.

Example 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 sample The full redacted fixture is shown in the response panel.

Illustrative output fields

Derived from the sample above for orientation only. These observed fields are not a fixed response schema.

PathObserved typeExample
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.