Skip to content

Product Endpoints

Jeffery Neal requested to merge productendpoints into main

Created endpoints for product

  • getAllProducts (gets all products)
  • getProductWithID (get all products with the specified ID)
  • getProductIDName (get the name of a product with a given ID)
  • getProductCategoryID (get all products that have the given categoryID) Co-Authored : @jneal
Edited by Jeffery Neal

Merge request reports