Open API

GET api/product/getallproducts

This Method will returns complete list of Products
Define these parameters in the Http Request Header:
Content-Type : application/json
Authorization : Bearer AccessToken

Response Information
[
  {
    "SCProductID": 1,
    "BrandCode": "sample string 2",
    "BrandName": "sample string 3",
    "SupplierCode": "sample string 4",
    "ProductCode": "sample string 5",
    "ProductName": "sample string 6",
    "ProductDescription": "sample string 7",
    "ProductTechSpec": "sample string 8",
    "SearchKeywords": "sample string 9",
    "CreatedDate": "2024-04-20T03:24:47.4221677+00:00",
    "ModifiedDate": "2024-04-20T03:24:47.4221677+00:00",
    "Categories": [
      {
        "Code": "sample string 1",
        "Name": "sample string 2",
        "ParentCategoryCode": "sample string 3",
        "IsBrand": 64,
        "CreatedDate": "2024-04-20T03:24:47.4221677+00:00",
        "ModifiedDate": "2024-04-20T03:24:47.4221677+00:00"
      },
      {
        "Code": "sample string 1",
        "Name": "sample string 2",
        "ParentCategoryCode": "sample string 3",
        "IsBrand": 64,
        "CreatedDate": "2024-04-20T03:24:47.4221677+00:00",
        "ModifiedDate": "2024-04-20T03:24:47.4221677+00:00"
      }
    ],
    "Status": true
  },
  {
    "SCProductID": 1,
    "BrandCode": "sample string 2",
    "BrandName": "sample string 3",
    "SupplierCode": "sample string 4",
    "ProductCode": "sample string 5",
    "ProductName": "sample string 6",
    "ProductDescription": "sample string 7",
    "ProductTechSpec": "sample string 8",
    "SearchKeywords": "sample string 9",
    "CreatedDate": "2024-04-20T03:24:47.4221677+00:00",
    "ModifiedDate": "2024-04-20T03:24:47.4221677+00:00",
    "Categories": [
      {
        "Code": "sample string 1",
        "Name": "sample string 2",
        "ParentCategoryCode": "sample string 3",
        "IsBrand": 64,
        "CreatedDate": "2024-04-20T03:24:47.4221677+00:00",
        "ModifiedDate": "2024-04-20T03:24:47.4221677+00:00"
      },
      {
        "Code": "sample string 1",
        "Name": "sample string 2",
        "ParentCategoryCode": "sample string 3",
        "IsBrand": 64,
        "CreatedDate": "2024-04-20T03:24:47.4221677+00:00",
        "ModifiedDate": "2024-04-20T03:24:47.4221677+00:00"
      }
    ],
    "Status": true
  }
]