Question 3 - How many Kroger brand milk products are available for ship to home for the following location Id: 01400751
GET {{kroger-baseUrl}}/products?filter.term=milk&filter.locationId=01400751&filter.brand=Kroger&filter.fulfillment=sth
- Use the Product search operation in the Products API: `GET https://api.kroger.com/v1/products?filter.term=milk&filter.locationId=01400751&filter.brand=Kroger&filter.fulfillment=sth`
- Pass the correct fulfillment type in the `filter.fulfillment` parameter based upon the values in the documentation.
- Pass
milk
in the `filter.term` parameter,Kroger
in the `filter.brand` parameter, and0140051
in the `filter.locationId` parameter.
- Look at the
total
field in themeta
section of the response.
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
filter.term | string | ||
filter.locationId | string | ||
filter.brand | string | ||
filter.fulfillment | string |