Create Product
POST/inventory-management/api/v1/Products
Creates a new product record. If a product with the same identifier already exists the request is treated as a no-op and no error is returned.
Request
Responses
- 200
- 204
- 500
OK
If the product was created or already exists
If an error occurs while creating the product