Department list
GET {{kroger-baseUrl}}/departments
Provides access to a list of all departments, including departments of chains owned by The Kroger Co.
Body
PARAM
Key | Datatype | Required | Description |
HEADERS
Key | Datatype | Required | Description |
RESPONSES
status OK
{
"data": [
{
"departmentId": "<string>",
"name": "<string>"
},
{
"departmentId": "<string>",
"name": "<string>"
}
],
"meta": {
"pagination": {
"total": "<number>",
"start": "<number>",
"limit": "<number>"
},
"warnings": [
"<string>",
"<string>"
]
}
} |