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{
"id": 1473477
}curl --location --request POST 'https://api.zid.sa/v1/products/a7ad89d0-03e2-430f-b6e4-0624ef05e571/categories/' \
--header 'Authorization: {{Autherization}}' \
--header 'X-Manager-Token: {{Access-Token}}' \
--header 'Store-Id: {{StoreId}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"id": 1473477
}'{
"id": "1473477",
"name": "test sub",
"slug": "تصنيف-فرعي",
"description": "Sub category 1",
"cover_image": null,
"image": null,
"display_order": 0,
"meta": {
"childs": [],
"parents": []
}
}