curl --location --request GET '/store/products/ESB-009/variant?category=name&keyword=&start=0&limit=10&sort_by=name&sort_dir=desc&status='
{
"data": [
{
"height": 10,
"hpp": 40000,
"length": 10,
"name": "Halus 1000 gr",
"price": 45000,
"publish_rate": 50000,
"sku": "ESB-002-24",
"status": 1,
"stok": 101,
"type": "Produk Digital",
"weight": 100,
"width": 10
},
{
"height": 10,
"hpp": 60000,
"length": 10,
"name": "Halus 2000 gr",
"price": 65000,
"publish_rate": 70000,
"sku": "ESB-002-25",
"status": 0,
"stok": 302,
"type": "Produk Digital",
"weight": 200,
"width": 10
}
],
"total": 2
}