Product Inventory Management REST Endpoints

Product Inventory Management
Creates, retrieves, updates, and deletes product inventory information.
Create a Product
Method: post
Path: /product
Delete a Product by ID
Method: delete
Path: /product/{id}
Get a Product by ID
Method: get
Path: /product/{id}
List or Find Products
Method: get
Path: /product
Partially Update a Product by ID
Method: patch
Path: /product/{id}