Themes built on the Twig templating engine are now deprecated and require migration to Vitrin to ensure continued support and compatibility with Zid.
products.read_write - Products Read & Write{
"is_published": "string"
}curl --location --request PUT 'https://api.zid.sa/v1/managers/store/categories/1486524/publishing' \
--header 'Authorization: {{Autherization}}' \
--header 'X-Manager-Token: {{Access-Token}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"is_published": "string"
}'{
"status": "success",
"message": {
"type": "success",
"code": "",
"name": "",
"description": "ok"
}
}