Advance Auto Parts · JSON Structure

Commerce Api Loyaltytransactionlist Structure

List of loyalty transactions.

Type: object Properties: 1
AutomotiveE-CommerceParts CatalogRetailSupply ChainFortune 500

Commerce Api Loyaltytransactionlist Structure is a JSON Structure definition published by Advance Auto Parts, describing 1 property. It conforms to the https://json-structure.org/meta/extended/v0/# meta-schema.

Properties

transactions

Meta-schema: https://json-structure.org/meta/extended/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/extended/v0/#",
  "$id": "loyaltytransactionlist-structure.json",
  "title": "LoyaltyTransactionList",
  "description": "List of loyalty transactions.",
  "type": "object",
  "properties": {
    "transactions": {
      "type": "array",
      "description": "Array of transactions."
    }
  }
}