# TOOLSATY - Complete Store Information > TOOLSATY is an Arabic e-commerce platform based in Saudi Arabia, offering a wide variety of products with secure payments and fast delivery. ## Store Overview - Name: TOOLSATY - Domain: toolsaty.com - Language: Arabic (RTL) - Currency: Saudi Riyal (SAR) - Tax: 15% VAT (some products include tax, others add it at checkout) - Region: Saudi Arabia ## API Endpoints (Public) ### Products - GET /api/store/products - List all active products - Query params: category, brand, search, sort (newest|price_asc|price_desc|popular), per_page, page - GET /api/store/products/{slug} - Get product details including images, sizes, colors, specifications, reviews, and related products ### Categories - GET /api/store/categories - List all active categories with product counts - Categories support unlimited nesting (parent > child > grandchild) ### Brands - GET /api/store/brands - List all active brands with product counts ## Product Data Structure Each product includes: - name, slug, sku - Product identification - price, sale_price - Pricing (SAR) - tax_type - "inclusive" (price includes VAT) or "exclusive" (VAT added at checkout, 15%) - short_description, long_description - Product descriptions - images[] - Product images - sizes[] - Available sizes with optional price adjustments - colors[] - Available colors with color codes - specifications[] - Key-value product specs - categories[] - Product categories (supports multiple) - brand_name - Product brand - reviews_stats - Average rating and review count - quantity - Stock availability - product_type - "cart" (add to cart) or "quote" (request quote) ## Schema.org Support Products include structured data fields: - schema_type (default: Product) - schema_gtin - Global Trade Item Number - schema_mpn - Manufacturer Part Number - schema_condition - NewCondition, UsedCondition, RefurbishedCondition - schema_availability - InStock, OutOfStock, PreOrder ## Sitemap Product pages: /#product?slug={product-slug} Category pages: /#shop?category={category-slug} Shop: /#shop