text
name
Required; product name.
CodeHub
API Playground
Collection Docs
Product catalog for validation practice and numeric comparisons.
text
Required; product name.
text
Required + unique; stock keeping unit identifier.
number
Required; must be 0 or greater.
number
Required; must be 0 or greater.
checkbox
Boolean; defaults to false.
/api/productsList products. Filter by price range or inventory count.
/api/products/:idFetch one product by document ID.
/api/productsCreate a product. Include name, SKU, price, inventoryCount, featured.
/api/products/:idUpdate product fields.
/api/products/:idDelete a product document.