Advance Auto Parts · Example Payload

Catalog Api Inventoryresult Example

AutomotiveE-CommerceParts CatalogRetailSupply ChainFortune 500

Catalog Api Inventoryresult 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

productIdstores

Example Payload

Raw ↑
{
  "productId": "SKU-123456",
  "stores": [
    {
      "storeId": "store-001",
      "storeName": "Advance Auto Parts - Main St",
      "quantity": 4,
      "available": true
    }
  ]
}