Category Products List
List the decorated products on a Morrisons category's server-rendered page with price, promotion, rating, availability, total, and continuation status.
morrisons.category.products.list
/execute
Shared execution endpoint
Input parameters
category_id
string
required
Morrisons retailerCategoryId (e.g. "177938") or an official https://groceries.morrisons.com/categories/ URL.
177938
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 |
|---|---|---|
category |
object |
5 fields |
category.categoryId |
string |
8b93a210-6a3c-49a9-b06c-4b1d8218d863 |
category.imageProductId |
string |
d44fc746-6047-4029-b0d0-58eee340dc51 |
category.name |
string |
Yeast |
category.productCount |
integer |
4 |
category.retailerCategoryId |
string |
177938 |
items |
array |
3 items |
items |
array |
3 items |
page |
object |
5 fields |
page.has_more |
boolean |
false |
page.page |
integer |
1 |
page.returned |
integer |
4 |
page.total_products |
integer |
4 |
page.url |
string |
https://groceries.morrisons.com/categories/food-cupboard/baking-ingredi… |
raw |
object |
1 fields |
raw.products |
object |
6 fields |
Execution behavior
A 200 response completed inline. A 202 response was queued; poll
GET /jobs/:id until the job reaches completed or
failed.