Product Detail Get
Fetch a Morrisons product detail page: price, availability, rating, images, and the product information sections.
Capability ID
morrisons.product.detail.get
Cost
1 credit per request
Maximum runtime
30 seconds
POST
/execute
Shared execution endpoint
Input parameters
product_id
string
optional
Morrisons retailerProductId (e.g. "107573440").
Example
107573440
url
string
optional
Official Morrisons /products/ URL. Used when product_id is not given.
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.
| Path | Observed type | Example |
|---|---|---|
product |
object |
12 fields |
product.available |
boolean |
true |
product.brand |
string |
Allinson |
product.description |
string |
|
product.details |
array |
3 items |
product.images |
array |
1 items |
product.media |
array |
1 items |
product.name |
string |
Allinson's Easy Bake Yeast Tin |
product.price |
object |
1 fields |
product.rating |
object |
2 fields |
product.retailer_product_id |
string |
107573440 |
product.size |
string |
100g |
product.url |
string |
https://groceries.morrisons.com/products/allinson-s-easy-bake-yeast-tin… |
raw |
object |
1 fields |
raw.structured_data |
object |
11 fields |
Execution behavior
A 200 response completed inline. A 202 response was queued; poll
GET /jobs/:id until the job reaches completed or
failed.