v1
latestOpenAPI 3.1.02026-08-045901.5 MBView Catalog
get/catalog/{id}
Path parameters
idinteger required
A unique identifier assigned to an object, record, or entity within the system.
Response
200
Example response
{
"status": "success",
"data": [
{
"id": 287,
"product_name": "KURTI",
"description": "updated in api",
"hsn_sac": "23874387",
"cess_type": "-",
"gst_rate": "1.5%",
"category": "Others",
"service_type": 1,
"units": "BTL-BOTTLES",
"mode": 1,
"status": 1,
"added_by": "Pugal",
"added_on": "2019-05-03 17:21:34.838588",
"extra_field": {
"cess_type": "-",
"expense_id": "-",
"expense_type": "-",
"track_inventory": "yes",
"inventory_valuation_method": "FIFO"
},
"product_variants": [
{
"id": 334,
"name": "default",
"description": "updated in api",
"price": 200,
"taxable": 200,
"rate": 200,
"status": 1,
"sku_id": "10334"
}
]
}
]
}