Roundys Store Structure
Data structures for Roundy's grocery store information, product catalog, and customer interactions as surfaced through the Kroger Developer Platform APIs for Pick 'n Save, Metro Market, and Mariano's stores
RoundysStoreData is a JSON Structure definition published by Roundy's.
Meta-schema:
JSON Structure
{
"name": "RoundysStoreData",
"description": "Data structures for Roundy's grocery store information, product catalog, and customer interactions as surfaced through the Kroger Developer Platform APIs for Pick 'n Save, Metro Market, and Mariano's stores",
"fields": [
{
"name": "store",
"type": "object",
"description": "A Roundy's grocery store location",
"fields": [
{ "name": "locationId", "type": "string", "description": "Unique Kroger location identifier", "required": true },
{ "name": "name", "type": "string", "description": "Store display name", "required": true },
{ "name": "banner", "type": "string", "description": "Retail banner: Pick 'n Save, Metro Market, Mariano's", "required": true },
{ "name": "divisionNumber", "type": "string", "description": "Kroger division number" },
{ "name": "phone", "type": "string", "description": "Store phone number" },
{
"name": "address",
"type": "object",
"description": "Physical store address",
"fields": [
{ "name": "addressLine1", "type": "string", "description": "Street address" },
{ "name": "city", "type": "string", "description": "City" },
{ "name": "state", "type": "string", "description": "State abbreviation" },
{ "name": "zipCode", "type": "string", "description": "ZIP code" }
]
},
{
"name": "geolocation",
"type": "object",
"description": "Geographic coordinates",
"fields": [
{ "name": "latitude", "type": "number", "description": "Latitude" },
{ "name": "longitude", "type": "number", "description": "Longitude" }
]
},
{ "name": "hours", "type": "array", "description": "Operating hours by day of week" },
{ "name": "departments", "type": "array", "description": "Available departments (Bakery, Deli, Pharmacy, etc.)" },
{ "name": "services", "type": "array", "description": "Available services (Pickup, Delivery, etc.)" }
]
},
{
"name": "product",
"type": "object",
"description": "A grocery product in the Roundy's/Kroger product catalog",
"fields": [
{ "name": "productId", "type": "string", "description": "Kroger unique product ID", "required": true },
{ "name": "upc", "type": "string", "description": "Universal Product Code" },
{ "name": "brand", "type": "string", "description": "Brand name" },
{ "name": "description", "type": "string", "description": "Product display name" },
{ "name": "aisleLocations", "type": "array", "description": "In-store aisle location information" },
{ "name": "categories", "type": "array", "description": "Product category hierarchy" },
{ "name": "images", "type": "array", "description": "Product images in various sizes and perspectives" },
{
"name": "items",
"type": "array",
"description": "Store-specific pricing, size, and fulfillment data",
"fields": [
{ "name": "itemId", "type": "string", "description": "Item ID for this size/package" },
{ "name": "price", "type": "object", "description": "Regular and promotional pricing" },
{ "name": "size", "type": "string", "description": "Package size description" },
{ "name": "soldBy", "type": "string", "description": "UNIT or WEIGHT" },
{ "name": "fulfillment", "type": "object", "description": "Available fulfillment methods" }
]
}
]
},
{
"name": "loyaltyAccount",
"type": "object",
"description": "A Roundy's Plus Card loyalty account",
"fields": [
{ "name": "cardNumber", "type": "string", "description": "Plus Card number" },
{ "name": "customerId", "type": "string", "description": "Kroger customer ID" },
{ "name": "fuelPoints", "type": "integer", "description": "Accumulated fuel reward points" },
{ "name": "clippedCoupons", "type": "array", "description": "Digital coupons clipped to account" }
]
}
]
}
Work with this as data
Every JSON Structure here is available over the APIs.io API and to AI agents over MCP.
MCP server
One button, every client — Claude, Cursor, VS Code and the rest.
https://apis.io/mcp
Tools for json structure
4 MCP tools reach this
find_json_structuresBrowse and filter every JSON Structure in the catalog.apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.resolveTurn a domain, URL or GitHub org into the provider it belongs to.find_cohortsEvery scored population of providers in the catalog.
Call it yourself
curl for this page
curl "https://apis.io/api/v1/json-structures/roundys-store-structure"
curl "https://apis.io/api/v1/json-structures?limit=25"
Discovery needs no key. Ratings and market analysis are Pro.
Get an API key
Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.
A second provider on the same verified email joins the account you already have.