Product details
GET {{kroger-baseUrl}}/products/:id?filter.locationId=<string>
Provides access to the details of a specific product by either using the productId
or UPC
. To return the product price and aisle location, you must include the filter.locationId
query parameters.
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
filter.locationId | string | The locationId of the store you want results limited to. When using this filter, only products available at that location are returned. |
RESPONSES
status: OK
{"data":{"productId":"\u003cstring\u003e","aisleLocations":[{"bayNumber":"\u003cstring\u003e","description":"\u003cstring\u003e","number":"\u003cstring\u003e","numberOfFacings":"\u003cstring\u003e","sequenceNumber":"\u003cstring\u003e","side":"\u003cstring\u003e","shelfNumber":"\u003cstring\u003e","shelfPositionInBay":"\u003cstring\u003e"},{"bayNumber":"\u003cstring\u003e","description":"\u003cstring\u003e","number":"\u003cstring\u003e","numberOfFacings":"\u003cstring\u003e","sequenceNumber":"\u003cstring\u003e","side":"\u003cstring\u003e","shelfNumber":"\u003cstring\u003e","shelfPositionInBay":"\u003cstring\u003e"}],"brand":"\u003cstring\u003e","categories":["\u003cstring\u003e","\u003cstring\u003e"],"countryOrigin":"\u003cstring\u003e","description":"\u003cstring\u003e","items":[{"itemId":"\u003cstring\u003e","inventory":{"stockLevel":"\u003cstring\u003e"},"favorite":"\u003cboolean\u003e","fulfillment":{"curbside":"\u003cboolean\u003e","delivery":"\u003cboolean\u003e"},"price":{"regular":"\u003cnumber\u003e","promo":"\u003cnumber\u003e"},"size":"\u003cstring\u003e"}],"itemInformation":{"depth":"\u003cstring\u003e","height":"\u003cstring\u003e","width":"\u003cstring\u003e"},"temperature":{"indicator":"\u003cstring\u003e","heatSensitive":"\u003cboolean\u003e"},"images":[{"type":"boolean","default":"\u003cboolean\u003e"},{"type":"boolean","default":"\u003cboolean\u003e"}],"upc":"\u003cstring\u003e"},"meta":{"pagination":{"total":"\u003cnumber\u003e","start":"\u003cnumber\u003e","limit":"\u003cnumber\u003e"},"warnings":["\u003cstring\u003e","\u003cstring\u003e"]}}