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
| Field | Type | Required | Description |
|---|---|---|---|
product_id |
string |
Optional | Morrisons retailerProductId (e.g. "107573440"). |
url |
string |
Optional | Full 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.
No committed sample output is available for this capability yet.
Execution behavior
A 200 response completed inline. A 202 response was queued; poll
GET /jobs/:id until the job reaches completed or
failed.