Authorization: Bearer ********************curl --location --request PATCH 'https://v1.dev.bukalombok.com/v1/vendor/products/a0334111-0158-4932-9ea8-2ab6470a0001/variants/07046790-53d8-49ff-9d0b-5c1bb98e04e9/discounts/7cdf8738-f37a-494b-9a84-db79688be046' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"discountValue": 10000
}'{
"meta": {
"success": true,
"status": 200,
"message": "Berhasil mengupdate diskon varian"
},
"data": {
"discount": {
"id": "7cdf8738-f37a-494b-9a84-db79688be046",
"discountType": "FIXED_AMOUNT",
"discountValue": 10000,
"startDate": "2025-10-15T17:00:00.000Z",
"endDate": "2025-12-30T17:00:00.000Z",
"isActive": true,
"createdBy": "25fd8c28-6620-45e0-b713-250db0280512",
"creatorRole": "VENDOR",
"updatedAt": "2025-10-17T01:23:50.640Z"
},
"variant": {
"id": "07046790-53d8-49ff-9d0b-5c1bb98e04e9",
"name": "Hitam - L",
"price": 20000
}
}
}