Qodex.ai
Qodex.ai
Introduction
Kroger Knowledge Check Answers
Question 1 - How many different chains does Kroger have?Question 2 - How many locations have a pharmacy and a gas station near the given zip code?Question 3 - How many Kroger brand milk products are available for ship to home for the following location Id: 01400751Question 4 - Get the aisle & shelf number for Gatorade Frost Thirst Quencher at the Kroger on the Rhine locationQuestion 5 - Get the Name and Street Address of each location for the given zipcode
Kroger Partner APIs
Identity-profile
Profile informationProfile queryProfile loyalty informationProfile query
Products
Product listProduct details
Locations-Locations-{location Id}
Location detailsLocation query
Locations-Locations
Location list
Locations-Chains-{name}
Chain detailsChain query
Locations-Chains
Chain list
Locations-Departments-{id}
Department detailsDepartment query
Locations-Departments
Department list
Carts
User carts listCreate a cartDelete itemAdd to cartCart by IDUpdates item quantityUpdate cart
Deliveries
Get deliveriesGet non-deliveredUpdate delivery
Kroger Public APIs
Identity
User profile information
Cart
Add to cart
Products
Product listProduct details
Locations-Locations
Location detailsLocation listLocation query
Locations-Chains
Chain listChain detailsChain query
Locations-Departments
Department listDepartment detailsDepartment query
Introduction
Kroger Knowledge Check Answers
Question 1 - How many different chains does Kroger have?Question 2 - How many locations have a pharmacy and a gas station near the given zip code?Question 3 - How many Kroger brand milk products are available for ship to home for the following location Id: 01400751Question 4 - Get the aisle & shelf number for Gatorade Frost Thirst Quencher at the Kroger on the Rhine locationQuestion 5 - Get the Name and Street Address of each location for the given zipcode
Kroger Partner APIs
Identity-profile
Profile informationProfile queryProfile loyalty informationProfile query
Products
Product listProduct details
Locations-Locations-{location Id}
Location detailsLocation query
Locations-Locations
Location list
Locations-Chains-{name}
Chain detailsChain query
Locations-Chains
Chain list
Locations-Departments-{id}
Department detailsDepartment query
Locations-Departments
Department list
Carts
User carts listCreate a cartDelete itemAdd to cartCart by IDUpdates item quantityUpdate cart
Deliveries
Get deliveriesGet non-deliveredUpdate delivery
Kroger Public APIs
Identity
User profile information
Cart
Add to cart
Products
Product listProduct details
Locations-Locations
Location detailsLocation listLocation query
Locations-Chains
Chain listChain detailsChain query
Locations-Departments
Department listDepartment detailsDepartment query
HomeKroger Partner APIsCarts

Carts

Number of APIs: 7

  1. Add to cart POST {{kroger-baseUrl}}/carts/:id/items

  2. Cart by ID GET {{kroger-baseUrl}}/carts/:id

  3. Updates item quantity PUT {{kroger-baseUrl}}/carts/:id/items/:upc

  4. Create a cart POST {{kroger-baseUrl}}/carts

  5. Update cart PUT {{kroger-baseUrl}}/carts/:id

  6. Delete item DELETE {{kroger-baseUrl}}/carts/:id/items/:upc

  7. User carts list GET {{kroger-baseUrl}}/carts

Previous
Department list
Next
User carts list