curl --location -g --request PUT '{{ecommercev2_url}}/addons/6810ac70db30fd717c0f61e5' \
--header 'Content-Type: application/json' \
--header 'x-access-token;' \
--data-raw '{
"label": {
"ar": "خيارات الصوص",
"defaultTranslation": "Sauce Options",
"en": "Sauce Options"
},
"minSelection": 1,
"maxSelection": 2,
"addonValues": [
{
"id": "6810ac70db30fd717c0f61e3",
"label": {
"ar": "صوص الثوم",
"defaultTranslation": "Garlic Sauce",
"en": "Garlic Sauce"
},
"image": {
"_id": "64e8b7c2f1a2b3c4d5e6f7a9",
"path": "https://cdn.example.com/images/garlic.png"
},
"price": 0.5,
"minSelection": 0,
"maxSelection": 1
},
{
"label": {
"ar": "صوص حار",
"defaultTranslation": "Spicy Sauce",
"en": "Spicy Sauce"
},
"price": 0.7,
"minSelection": 0,
"maxSelection": 1
}
]
}'
{"label":{"ar":"خيارات الصوص","defaultTranslation":"Sauce Options","en":"Sauce Options"},"minSelection":1,"maxSelection":2,"addonValues":[{"id":"6810ac70db30fd717c0f61e3","label":{"ar":"صوص الثوم","defaultTranslation":"Garlic Sauce","en":"Garlic Sauce"},"image":{"_id":"64e8b7c2f1a2b3c4d5e6f7a9","path":"https://cdn.example.com/images/garlic.png"},"price":0.5,"minSelection":0,"maxSelection":1},{"id":"6810ae823f1b9f4b8d9fcda0","label":{"ar":"صوص حار","defaultTranslation":"Spicy Sauce","en":"Spicy Sauce"},"price":0.7,"minSelection":0,"maxSelection":1}],"id":"6810ac70db30fd717c0f61e5","createdAt":"2025-04-29T10:39:44.466Z","createdBy":"667917cabd1516884a1af8fe","updatedAt":"2025-04-29T10:48:34.806Z","updatedBy":"667917cabd1516884a1af8fe"}