Logo
The Kroger Co.'s Public API Documentation

Products

Number of APIs: 2


1. Product list

GET {{kroger-baseUrl}}/products?filter.term=<string>&filter.locationId=<string>&filter.productId=<string>&filter.brand=<string>&filter.fulfillment=<string>&filter.start=<string>&filter.limit=<integer>

Provides access to a list of products. If no query parameters are provided, a list of all products is returned. To return the product price and aisle location, you must include the filter.locationId query parameters.

Note: seasonal products are returned but only have a price when available.



2. 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.



ENDPOINTS