Advance Auto Parts · Example Payload

Commerce Api Orderlist Example

AutomotiveE-CommerceParts CatalogRetailSupply ChainFortune 500

Commerce Api Orderlist 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

orderstotal

Example Payload

Raw ↑
{
  "orders": [
    {
      "id": "order-001",
      "status": "delivered",
      "total": 109.98,
      "createdAt": "2026-04-01T10:30:00Z"
    }
  ],
  "total": 25
}