Advance Auto Parts · Example Payload

Catalog Api Product Example

Semi-metallic brake pads for front axle

AutomotiveE-CommerceParts CatalogRetailSupply ChainFortune 500

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

Top-level fields

idnamepartNumberbranddescriptionpriceavailablecategoryId

Example Payload

Raw ↑
{
  "id": "SKU-123456",
  "name": "Duralast Gold Brake Pad Set",
  "partNumber": "MKD1083",
  "brand": "Duralast Gold",
  "description": "Semi-metallic brake pads for front axle",
  "price": 54.99,
  "available": true,
  "categoryId": "brake-pads"
}