Authorization: Bearer ********************curl --location --request GET 'https://v1.dev.bukalombok.com/v1/vendor/products/467b4a11-01d2-4dfc-a94a-3b5ee59088f8/variants/57eb50b0-a122-499d-b8b8-859dce42aa80' \
--header 'Authorization: Bearer <token>'{
"meta": {
"success": true,
"status": 200,
"message": "Berhasil mendapatkan data varian produk"
},
"data": {
"product": {
"id": "467b4a11-01d2-4dfc-a94a-3b5ee59088f8",
"name": "Tas Testing"
},
"variant": {
"id": "57eb50b0-a122-499d-b8b8-859dce42aa80",
"name": "Merah - XXL",
"price": 102000,
"stock": 15,
"variantSku": "VAR-TOKOSE-250912-006",
"imageUrl": "https://cdn.example.com/celana-5.jpg",
"createdAt": "2025-09-12T06:52:27.044Z",
"updatedAt": "2025-09-12T06:52:27.044Z"
}
}
}