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 - Products Readcurl --location --request GET 'https://api.zid.sa/v1/products/settings' \
--header 'x-manager-token: {{Access-Token}}' \
--header 'store-id: 3' \
--header 'Authorization: {{Autherization}}' \
--header 'Role: Manager'{
"settings": {
"extended_search_support": false,
"related_products_status": false,
"related_products_count": 8,
"sold_products_count_status": false,
"min_sold_products_count": 1,
"default_products_ordering": "-is_infinite,-quantity",
"has_products_filtration": false,
"is_wishlist_enabled": true
}
}