Product List By Category

id
Integer
product id
product_name
String
name of the product
category_id
Integer
Product category id
brand
String
Brand name of the product
mrp
String
Price in numbers added for that product by the user
unit
String
id of the unit that is selected for that product
image
String
name of the image uploaded to that product
image_path
String
image path location of that product
short_desc
String
short description of the product in text format
product_code
String
product code added by the user for that product
status
String
Status of the product - Active or inactive
variant
String
variant of that product
moq
String
Minimum order quantity of that product in sales/orders
discount
String
Product wise discount
inventory_available_quantity
String
quantity available in the inventory
created_at
Datetime
Product creation date and time
updated_at
Datetime
Product update date and time
deleted_at
Datetime
Product deletion date time , it is not deleted. shows null status
max_discount
String
maximum dicount amount
category_name
String
category name of the product
brand_name
String
brand name of the product
unit_name
String
product unit
unit_symbol
String
product unit symbol
product_variants
String
product variant details
product_tax
String
Tax exclusive to a specific product
conversion
String
unit conversion calculation
Request
$Curl http://dev.deltasalesapp.com/api/v1/getProductByCategoryId
-X POST
-H "Content-Type: application/json;charset=UTF-8"
-H "Accept: application/json"
-H "Authorization: Bearer "
Body parameter
{
    "category_id":428
}
Response