- Getting Started with HYEGRO API
- User Guide
- Developer Guide
- HYEGRO Developer Docs
- HYEGRO CRM API v1.0
- Users
- Leads
- Contacts
- Accounts
- Products & Inventory
- Deals
- Quotations
- Orders
- Invoices
- Cases
- Activities & Tasks
- Search
- METADATA API
- Files & Attachments
Create Product
POST
https://backend.test-hyegro.com/products/
Request
Query Params
schema
Schema
Any of
Body Params application/json
name
string
Name
product_code
Product Code
Any of
description
Description
Any of
category
Category
Any of
subcategory
Subcategory
Any of
brand
Brand
Any of
manufacturer
Manufacturer
Any of
upc
Upc
Any of
sku
Sku
Any of
hsn_sac_code
Hsn Sac Code
Any of
length
Length
Any of
width
Width
Any of
height
Height
Any of
weight
Weight
Any of
unit_of_measurement
Unit Of Measurement
Any of
price
Price
Any of
tax_rate
Tax Rate
Any of
primary_supplier
Primary Supplier
Any of
supplier_sku
Supplier Sku
Any of
lead_time
Lead Time
Any of
expiry_date
Expiry Date
Any of
batch_number
Batch Number
Any of
created_at
Created At
Any of
updated_at
Updated At
Any of
created_by
Created By
Any of
updated_by
Updated By
Any of
created_by_name
Created By Name
Any of
updated_by_name
Updated By Name
Any of
final_unit_price
Final Unit Price
Any of
cf1
Cf1
Any of
cf2
Cf2
Any of
cf3
Cf3
Any of
cf4
Cf4
Any of
cf5
Cf5
Any of
cf6
Cf6
Any of
cf7
Cf7
Any of
cf8
Cf8
Any of
cf9
Cf9
Any of
cf10
Cf10
Any of
quantity
Quantity
Any of
location
Location
Any of
Example
{
"name": "string",
"product_code": "string",
"description": "string",
"category": "string",
"subcategory": "string",
"brand": "string",
"manufacturer": "string",
"upc": "string",
"sku": "string",
"hsn_sac_code": "string",
"length": 0,
"width": 0,
"height": 0,
"weight": 0,
"unit_of_measurement": "string",
"price": 0,
"tax_rate": 0,
"primary_supplier": "string",
"supplier_sku": "string",
"lead_time": 0,
"expiry_date": "2019-08-24",
"batch_number": "string",
"created_at": "2019-08-24T14:15:22Z",
"updated_at": "2019-08-24T14:15:22Z",
"created_by": 0,
"updated_by": 0,
"created_by_name": "string",
"updated_by_name": "string",
"final_unit_price": 0,
"cf1": "string",
"cf2": "string",
"cf3": "string",
"cf4": "string",
"cf5": "string",
"cf6": "string",
"cf7": "string",
"cf8": "string",
"cf9": "string",
"cf10": "string",
"quantity": 0,
"location": "string"
}
Responses
🟢200OK
application/json
Body
name
string
Name
product_code
Product Code
Any of
description
Description
Any of
category
Category
Any of
subcategory
Subcategory
Any of
brand
Brand
Any of
manufacturer
Manufacturer
Any of
upc
Upc
Any of
sku
Sku
Any of
hsn_sac_code
Hsn Sac Code
Any of
length
Length
Any of
width
Width
Any of
height
Height
Any of
weight
Weight
Any of
unit_of_measurement
Unit Of Measurement
Any of
price
Price
Any of
tax_rate
Tax Rate
Any of
primary_supplier
Primary Supplier
Any of
supplier_sku
Supplier Sku
Any of
lead_time
Lead Time
Any of
expiry_date
Expiry Date
Any of
batch_number
Batch Number
Any of
created_at
Created At
Any of
updated_at
Updated At
Any of
created_by
Created By
Any of
updated_by
Updated By
Any of
created_by_name
Created By Name
Any of
updated_by_name
Updated By Name
Any of
final_unit_price
Final Unit Price
Any of
cf1
Cf1
Any of
cf2
Cf2
Any of
cf3
Cf3
Any of
cf4
Cf4
Any of
cf5
Cf5
Any of
cf6
Cf6
Any of
cf7
Cf7
Any of
cf8
Cf8
Any of
cf9
Cf9
Any of
cf10
Cf10
Any of
quantity
Quantity
Any of
location
Location
Any of
id
integer
Id
Example
{
"name": "string",
"product_code": "string",
"description": "string",
"category": "string",
"subcategory": "string",
"brand": "string",
"manufacturer": "string",
"upc": "string",
"sku": "string",
"hsn_sac_code": "string",
"length": "string",
"width": "string",
"height": "string",
"weight": "string",
"unit_of_measurement": "string",
"price": "string",
"tax_rate": "string",
"primary_supplier": "string",
"supplier_sku": "string",
"lead_time": 0,
"expiry_date": "2019-08-24",
"batch_number": "string",
"created_at": "2019-08-24T14:15:22Z",
"updated_at": "2019-08-24T14:15:22Z",
"created_by": 0,
"updated_by": 0,
"created_by_name": "string",
"updated_by_name": "string",
"final_unit_price": 0,
"cf1": "string",
"cf2": "string",
"cf3": "string",
"cf4": "string",
"cf5": "string",
"cf6": "string",
"cf7": "string",
"cf8": "string",
"cf9": "string",
"cf10": "string",
"quantity": 0,
"location": "string",
"id": 0
}
🟠422Parameter Error
Modified at 2025-04-15 14:01:55