Advance Auto Parts · Example Payload

Commerce Api Cartitem Example

AutomotiveE-CommerceParts CatalogRetailSupply ChainFortune 500

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

productIdquantityunitPrice

Example Payload

Raw ↑
{
  "productId": "SKU-123456",
  "quantity": 2,
  "unitPrice": 54.99
}