Product list
GET {{kroger-baseUrl}}/products?filter.term=<string>&filter.locationId=<string>&filter.productId=<string>&filter.brand=<string>&filter.fulfillment=<string>&filter.start=<integer>&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, availability, and aisle location, you must include the filter.locationId
query parameter.
Note: seasonal products are returned but only have a price when available.
Body
PARAM
Key | Datatype | Required | Description |
filter.term
|
string | ||
filter.locationId
|
string | ||
filter.productId
|
string | ||
filter.brand
|
string | ||
filter.fulfillment
|
string | ||
filter.start
|
string | ||
filter.limit
|
string |
HEADERS
Key | Datatype | Curl curl -X GET 'kroger-baseUrl/products?filter.term=<string>&filter.locationId=<string>&filter.productId=<string>&filter.brand=<string>&filter.fulfillment=<string>&filter.start=<integer>&filter.limit=<integer>?filter.term=<string>&filter.locationId=<string>&filter.productId=<string>&filter.brand=<string>&filter.fulfillment=<string>&filter.start=<integer>&filter.limit=<integer>' ENDPOINTS |