products.read_write
- Products Read & Writeen
if not specified.{
"name": {
"en": "string",
"ar": "string"
}
}
curl --location --request POST 'https://api.zid.sa/v1/attributes/' \
--header 'Accept-Language;' \
--header 'Store-Id;' \
--header 'Content-Type: application/json' \
--data-raw '{
"name": {
"en": "string",
"ar": "string"
}
}'
{
"id": "81ad822e-a9b2-4d4c-8a07-7f8110915e2f",
"name": {
"ar": "ุงูููู",
"en": "Color"
},
"slug": "color",
"value": {
"ar": "ุฃุณูุฏ",
"en": "Black"
}
}