Advance Auto Parts · Schema

LoyaltyTransactionList

List of loyalty transactions.

AutomotiveE-CommerceParts CatalogRetailSupply ChainFortune 500

Properties

Name Type Description
transactions array Array of transactions.
View JSON Schema on GitHub

JSON Schema

commerce-api-loyaltytransactionlist-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "LoyaltyTransactionList",
  "description": "List of loyalty transactions.",
  "type": "object",
  "properties": {
    "transactions": {
      "type": "array",
      "description": "Array of transactions.",
      "items": {
        "$ref": "#/$defs/LoyaltyTransaction"
      }
    }
  }
}