Advance Auto Parts · JSON Structure

Catalog Api Storeinventory Structure

Inventory at a specific store.

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

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

Properties

storeId storeName quantity available

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/extended/v0/#",
  "$id": "storeinventory-structure.json",
  "title": "StoreInventory",
  "description": "Inventory at a specific store.",
  "type": "object",
  "properties": {
    "storeId": {
      "type": "string",
      "description": "Store identifier."
    },
    "storeName": {
      "type": "string",
      "description": "Store name."
    },
    "quantity": {
      "type": "int32",
      "description": "Available quantity."
    },
    "available": {
      "type": "boolean",
      "description": "Whether in stock."
    }
  }
}