Logo
The Kroger Co.'s Public API Documentation

Locations-Departments

Number of APIs: 3


1. Department list

GET {{kroger-baseUrl}}/departments

Provides access to a list of all departments, including departments of chains owned by The Kroger Co.



2. Department details

GET {{kroger-baseUrl}}/departments/:id

Provides access to the details of a specific department by using the departmentId.



3. Department query

HEAD {{kroger-baseUrl}}/departments/:id

Determine if a specific department exists by using the departmentId.



ENDPOINTS