Sally Beauty Holdings · JSON Structure

Sally Beauty Product Structure

JSON structure documentation for the Sally Beauty Holdings product entity

Type: object Properties: 0
BeautyRetailEcommerceProfessionalConsumerFortune 1000

Sally Beauty Product Structure is a JSON Structure definition published by Sally Beauty Holdings.

Meta-schema:

JSON Structure

sally-beauty-product-structure.json Raw ↑
{
  "title": "Sally Beauty Product Structure",
  "description": "JSON structure documentation for the Sally Beauty Holdings product entity",
  "type": "object",
  "structure": {
    "id": "string - Product SKU/identifier [required]",
    "name": "string - Product name [required]",
    "brand": "string - Brand name [required]",
    "description": "string - Product description",
    "category": "string - Category (Hair Color|Hair Care|Nail|Skin Care|Tools & Appliances|Salon Furniture|Salon Supplies|Accessories)",
    "subcategory": "string - Subcategory",
    "price": "number - Retail price USD",
    "professional_price": "number - BSG professional price",
    "currency": "string - Currency code (default: USD)",
    "upc": "string - Universal Product Code",
    "images": {
      "type": "array",
      "items": {
        "url": "string(uri) - Image URL",
        "alt": "string - Alt text",
        "type": "string - Image type (primary|alternate|swatch)"
      }
    },
    "availability": {
      "available_online": "boolean - Online purchase available",
      "available_in_store": "boolean - In-store available",
      "professional_only": "boolean - Licensed professionals only"
    },
    "channel": "string - Sales channel (sally|bsg|both)",
    "ratings": {
      "average": "number(0-5) - Average rating",
      "count": "integer - Total review count"
    }
  }
}