Products & Categories
Manage products, categories, and brands
Authentication
All endpoints require API Key authentication
X-API-Key: your_api_keyGET
/api/product-categoriesList Product Categories
Get all product categories
POST
/api/product-categoriesCreate Product Category
Create a new product category
GET
/api/brandsList Brands
Get all brands
POST
/api/brandsCreate Brand
Create a new brand
GET
/api/productsList Products
Get all products
POST
/api/productsCreate Product
Create a new product