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{
"products": [
"d22fb4a6-cbcf-464c-8877-6cbf3df52056",
"d22fb4a6-cbcf-46g5-8877-6c367f52053"
],
"category": 0
}curl --location --request POST 'https://api.zid.sa/v1/products/ordering/' \
--header 'Access-Token: {{Access-Token}}' \
--header 'Store-Id: {{StoreId}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"products": [
"d22fb4a6-cbcf-464c-8877-6cbf3df52056",
"d22fb4a6-cbcf-46g5-8877-6c367f52053"
],
"category": 0
}'{}