Advance Auto Parts · JSON Structure

Commerce Api Loyaltyaccount Structure

A Speed Perks loyalty account.

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

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

accountId memberId pointsBalance tier rewardValue

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/extended/v0/#",
  "$id": "loyaltyaccount-structure.json",
  "title": "LoyaltyAccount",
  "description": "A Speed Perks loyalty account.",
  "type": "object",
  "properties": {
    "accountId": {
      "type": "string",
      "description": "Loyalty account ID."
    },
    "memberId": {
      "type": "string",
      "description": "Member ID number."
    },
    "pointsBalance": {
      "type": "int32",
      "description": "Current points balance."
    },
    "tier": {
      "type": "string",
      "description": "Loyalty tier."
    },
    "rewardValue": {
      "type": "float",
      "description": "Dollar value of available rewards."
    }
  }
}