| Field | Required | Description |
|---|---|---|
| api-token | Yes | Authentication token provided by VasyERP |
| productVariantId | Yes | Unique identifier of the product variant |
| branch_id | Yes | Branch ID for retrieving stock quantity |
stockQuantity field.curl --location '/api/v1/product/variant-details/20847918?branch_id=24448' \
--header 'api-token: {{.in-api-token}}' \
--header 'Content-Type: application/json'{
"status": true,
"message": "Success",
"code": "200",
"response": {
"productVariantId": 20847918,
"productId": 18313750,
"variantName": "Oppo Reno 14 Pro 32GB Green",
"itemCode": "BAR073",
"minQty": 3.0,
"netWeight": 30.0,
"sellingPrice": 40999.55,
"sellingDiscount": 4.65,
"mrp": 42999.0,
"onlinePrice": 0.0,
"taxId": 65605,
"taxRate": 18.0,
"stockQuantity": 160.0,
"isActive": true
}
}