products.read_write
- Products Read & Write{
"value": {
"ar": "ุงูููู",
"en": "color"
}
}
curl --location --request POST 'https://api.zid.sa/v1/attributes//presets/' \
--header 'Store-Id;' \
--header 'Content-Type: application/json' \
--data-raw '{
"value": {
"ar": "ุงูููู",
"en": "color"
}
}'
{
"id": "preset-123456",
"value": {
"ar": "ุงูููู",
"en": "color"
}
}