Advance Auto Parts · JSON Structure

Catalog Api Storelist Structure

List of nearby store locations.

Type: object Properties: 1
AutomotiveE-CommerceParts CatalogRetailSupply ChainFortune 500

Catalog Api Storelist Structure is a JSON Structure definition published by Advance Auto Parts, describing 1 property. It conforms to the https://json-structure.org/meta/extended/v0/# meta-schema.

Properties

stores

Meta-schema: https://json-structure.org/meta/extended/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/extended/v0/#",
  "$id": "storelist-structure.json",
  "title": "StoreList",
  "description": "List of nearby store locations.",
  "type": "object",
  "properties": {
    "stores": {
      "type": "array",
      "description": "Array of store locations."
    }
  }
}