Advance Auto Parts · JSON Structure

Catalog Api Productlist Structure

List of products matching search criteria.

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

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

Properties

products total

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/extended/v0/#",
  "$id": "productlist-structure.json",
  "title": "ProductList",
  "description": "List of products matching search criteria.",
  "type": "object",
  "properties": {
    "products": {
      "type": "array",
      "description": "Array of products."
    },
    "total": {
      "type": "int32",
      "description": "Total number of matching products."
    }
  }
}