-
Type:
Bug
-
Status: Closed
-
Priority:
Minor
-
Resolution: Duplicate
-
Affects Version/s: 2.0.4
-
Fix Version/s: 2.0.5
-
Component/s: APIs, Integrations and Extension Points
-
Labels:None
We discovered that same API's use "id" and other API's use "productId" to get/patch/post/delete Product Calls.
For example, this GET api's:
- "/v1.0/products/{id}/productSpecifications" works with "id"
- "/v1.0/products/{id}" works with "productID"