Product Inventory Management REST Endpoints
Product Inventory Management
Creates, retrieves, updates, and deletes product inventory information.
- Create a Product
- Method: postPath:
/product - Delete a Product by ID
- Method: deletePath:
/product/{id} - Get a Product by ID
- Method: getPath:
/product/{id} - List or Find Products
- Method: getPath:
/product - Partially Update a Product by ID
- Method: patchPath:
/product/{id}