Themes built on the Twig templating engine are now deprecated and require migration to Vitrin to ensure continued support and compatibility with Zid.
{ "product_ids": [ "prod_123", "prod_456", "prod_789" ] }
curl --location --request GET 'https://api.zid.sa//products/bundle-offers' \ --header 'Content-Type: application/json' \ --data-raw '{ "product_ids": [ "prod_123", "prod_456", "prod_789" ] }'
"Bundle offers fetched successfully"