Number of APIs: 13
Public APIs are available for all clients to build new products, services, or customer experiences that leverage the unique data, functions, and applications of Kroger. Once you get access to our Public APIs, try out our Knowledge Check to get familiar with our Public APIs. To begin using Public APIs right away, complete the following steps: Before you can register your application and begin making API requests, you must first Create an Account. After completing the account creation form, you will be asked to verify your account by email. Once you have verified your account, you can continue and register your first application. Once you have created an account, you need to Register Your Application to generate your application's OAuth2 client credentials. This video covers setting up the collection and making an API request using your client credentials. This video covers adding an item to a cart using the authorization code grant type. For complete instructions with detailed steps, visit the Qodex Quick Start on Kroger Developers.1. Create an Account
2. Register Your Application
3. Setting up Collections
4. Authorization Code
GET {{kroger-baseUrl}}/identity/profile
PUT {{kroger-baseUrl}}/cart/add
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>
GET {{kroger-baseUrl}}/products/:id?filter.locationId=<string>
GET {{kroger-baseUrl}}/locations/:locationId
HEAD {{kroger-baseUrl}}/locations/:locationId
GET {{kroger-baseUrl}}/chains/:name
HEAD {{kroger-baseUrl}}/chains/:name
GET
ENDPOINTS