Authorization: Bearer ********************curl --location --request PATCH 'https://v1.dev.bukalombok.com/v1/vendor/products/ece7939c-fb5b-494f-b2b1-c93b4407705b/discounts/7c64086f-04f6-4c18-ba9a-eaeb6f7b408d' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"discountValue": 5000
}'{
"meta": {
"success": true,
"status": 200,
"message": "Berhasil mengupdate diskon produk"
},
"data": {
"discount": {
"id": "7c64086f-04f6-4c18-ba9a-eaeb6f7b408d",
"discountType": "FIXED_AMOUNT",
"discountValue": 5000,
"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-17T04:16:53.047Z"
},
"product": {
"id": "ece7939c-fb5b-494f-b2b1-c93b4407705b",
"name": "Sapuk Lombok Asli Tenun Pringgasela",
"price": 85000
}
}
}