Advance Auto Parts · Example Payload

Commerce Api Order Example

AutomotiveE-CommerceParts CatalogRetailSupply ChainFortune 500

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

Top-level fields

idstatustotalcreatedAtitems

Example Payload

Raw ↑
{
  "id": "order-001",
  "status": "delivered",
  "total": 109.98,
  "createdAt": "2026-04-01T10:30:00Z",
  "items": [
    {
      "productId": "SKU-123456",
      "quantity": 2,
      "unitPrice": 54.99
    }
  ]
}