Product Detail Get
Fetch the product detail record for a PDP URL, PDP path, or bare numeric product id: JSON-LD product data plus best-effort breadcrumbs and barcode.
Capability ID
carrefourksa.product.detail.get
Cost
1 credit per request
Maximum runtime
120 seconds
POST
/execute
Shared execution endpoint
Input parameters
| Field | Type | Required | Description |
|---|---|---|---|
url |
string |
Required | Product page locator: a full PDP URL (https://www.carrefourksa.com/mafsau/en/.../p/694540), a PDP path (/mafsau/en/.../p/694540), or a bare numeric product id (694540, resolved to the canonical /mafsau/en/p/694540 route). |
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.@context |
string |
https://schema.org/ |
product.@type |
string |
Product |
product.barcode |
string |
12000062278 |
product.brand |
string |
food_7up |
product.breadcrumbs |
array |
3 items |
product.description |
string |
|
product.hasMerchantReturnPolicy |
object |
4 fields |
product.image |
string |
https://cdn.mafrservices.com/sys-master-root/hb8/h77/61617751752734/694… |
product.name |
string |
7UP Zero Sugar Cans 150ml x12 |
product.offers |
object |
5 fields |
product.productCategory |
string |
fksa1500000 |
product.sku |
string |
694540 |
Execution behavior
A 200 response completed inline. A 202 response was queued; poll
GET /jobs/:id until the job reaches completed or
failed.