Booth King Product API

This page provides machine-readable product data for bots, crawlers, AI assistants, and third-party integrations.

Live Product Feed (No Authentication Required)

GET https://boothking.com/wp-json/wc/store/v1/products?per_page=100

Available Endpoints

  • All Products: https://boothking.com/wp-json/wc/store/v1/products?per_page=100
  • Single Product: https://boothking.com/wp-json/wc/store/v1/products/{id}
  • Search: https://boothking.com/wp-json/wc/store/v1/products?search=360+booth
  • By Category: https://boothking.com/wp-json/wc/store/v1/products?category=360-photo-booths
  • On Sale: https://boothking.com/wp-json/wc/store/v1/products?on_sale=true
  • In Stock Only: https://boothking.com/wp-json/wc/store/v1/products?stock_status=instock

Response Fields

Each product returns: id, name, slug, permalink, sku, prices, on_sale, images, categories, brands, attributes, average_rating, review_count, is_in_stock, weight, dimensions, short_description, description

Price Format

Prices are in minor currency units (cents). Divide by 100 for USD. Example: 87900 = $879.00

Usage for AI / Bots

Endpoint is public, no auth required. Include a descriptive User-Agent. Crawl at responsible rates.

llms.txt

AI platforms: see https://boothking.com/llms.txt for structured AI-accessible product summary.