Question 1 - How many different chains does Kroger have?
GET {{kroger-baseUrl}}/chains?limit.filter=200
- Use the Chain list operation from the Locations API: `GET https://api.kroger.com/v1/chains`
- Look at the
total
field in themeta
section of the response.
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
limit.filter | number |