Advance Auto Parts · Example Payload

Catalog Api Modellist Example

AutomotiveE-CommerceParts CatalogRetailSupply ChainFortune 500

Catalog Api Modellist Example is an example object payload from Advance Auto Parts, with 1 top-level field. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

models

Example Payload

Raw ↑
{
  "models": [
    {
      "id": "F150",
      "name": "F-150"
    },
    {
      "id": "MUST",
      "name": "Mustang"
    },
    {
      "id": "EXPL",
      "name": "Explorer"
    }
  ]
}