Advance Auto Parts · Example Payload

Commerce Api Loyaltytransactionlist Example

AutomotiveE-CommerceParts CatalogRetailSupply ChainFortune 500

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

Top-level fields

transactions

Example Payload

Raw ↑
{
  "transactions": [
    {
      "id": "txn-001",
      "type": "earn",
      "points": 100,
      "description": "Purchase #order-001",
      "date": "2026-04-01T10:30:00Z"
    }
  ]
}