Advance Auto Parts · Example Payload

Commerce Api Cart Example

AutomotiveE-CommerceParts CatalogRetailSupply ChainFortune 500

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

Top-level fields

iditemssubtotal

Example Payload

Raw ↑
{
  "id": "cart-abc123",
  "items": [
    {
      "productId": "SKU-123456",
      "quantity": 2,
      "unitPrice": 54.99
    }
  ],
  "subtotal": 109.98
}