Advance Auto Parts · JSON Structure

Commerce Api Loyaltytransaction Structure

A Speed Perks points transaction.

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

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

Properties

id type points description date

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/extended/v0/#",
  "$id": "loyaltytransaction-structure.json",
  "title": "LoyaltyTransaction",
  "description": "A Speed Perks points transaction.",
  "type": "object",
  "properties": {
    "id": {
      "type": "string",
      "description": "Transaction ID."
    },
    "type": {
      "type": "string",
      "description": "Transaction type."
    },
    "points": {
      "type": "int32",
      "description": "Points earned or redeemed."
    },
    "description": {
      "type": "string",
      "description": "Transaction description."
    },
    "date": {
      "type": "datetime",
      "description": "Transaction date."
    }
  }
}