Advance Auto Parts · Example Payload

Catalog Api Storeinventory Example

AutomotiveE-CommerceParts CatalogRetailSupply ChainFortune 500

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

Top-level fields

storeIdstoreNamequantityavailable

Example Payload

Raw ↑
{
  "storeId": "store-001",
  "storeName": "Advance Auto Parts - Main St",
  "quantity": 4,
  "available": true
}