Open API

GET api/category/categoryproducts/{categorycode}

To Get the All Product Details mapped to a single category call this api
Define these parameters in the Http Request Header:
Content-Type : application/json
Authorization : bearer:AccessToken

Response Information
  • Namecategorycode
  • DescriptionNo documentation available.
  • Additional Information

    Define this parameter in the Http Request Header

{
  "ProductCode": "sample string 1",
  "ProductName": "sample string 2",
  "SupplierCode": "sample string 3"
}