Advance Auto Parts · Example Payload

Catalog Api Productlist Example

AutomotiveE-CommerceParts CatalogRetailSupply ChainFortune 500

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

Top-level fields

productstotal

Example Payload

Raw ↑
{
  "products": [
    {
      "id": "SKU-123456",
      "name": "Duralast Gold Brake Pad Set",
      "partNumber": "MKD1083",
      "brand": "Duralast Gold",
      "price": 54.99,
      "available": true
    }
  ],
  "total": 42
}