Service providers needed

Service providers needed


The Global Shea Alliance is seeking expressions of interest from individuals and organisations in Accra who are interested in supplying and distributing packed snacks for GIZ-funded Shea quality training in Ghana's Northern, Upper East, and Upper West regions. 

Service providers should send their expressions of interest to Micheal Sakyi, Procurement Manager, at msakyi@globalshea.com. For further information please click to download document.

Download...


Copyright © Global Shea Alliance | All rights reserved

C const popup = document.querySelector('.popup'); const close = document.querySelector('.close'); window.onload = function(){ setTimeout(function(){ popup.style.display = "block"; }, 2000) } close.addEventListener('click',()=>{ popup.style.display = 'none'; })