Job Description
Buyer – Mid Ulster - Permanent Due to continued business growth and the opening of a new factory, our client is recruiting for a newly created Buyer position to join their expanding team in Mid Ulster.
This is an exciting opportunity to play a key role within a growing engineering business, taking ownership of purchasing activities and helping to ensure materials and components are sourced efficiently to support production demands. What’s on Offer:
1. Salary: £30,000 - £35,000 per annum
2. Newly created role with opportunity to make an impact
3. Join a growing company during an exciting expansion phase
4. Office-based role in Mid Ulster
5. Competitive salary package
The successful candidate will be responsible for sourcing suppliers, negotiating pricing, managing stock levels, reviewing contracts, and ensuring on-time delivery of materials while minimising shortages across the business. Experience purchasing steel or engineering-related materials would be highly beneficial. Key Responsibilities:
6. Source and purchase trailer components, steel, and engineering materials
7. Build and maintain strong supplier relationships
8. Negotiate pricing, lead times, and supply agreements
9. Monitor inventory levels and minimise shortages
10. Review supplier performance and contracts
11. Work closely with production and operations teams to meet deadlines
12. Ensure purchasing activities are completed efficiently and accurately
Essential Criteria:
13. Minimum 2 years’ experience in buying, procurement, or supply chain within an engineering environment
14. Experience or knowledge of engineering/manufacturing processes
15. Strong negotiation and communication skills
16. Excellent organisational and planning ability
17. High attention to detail
18. Proficient in Microsoft Office and procurement systems
19. Experience using Sage Line 50
20. GCSE English & Maths Grade C or above (or equivalent)
21. Ability to work independently and manage deadlines
22. Flexibility to travel when required
DO NOT USE: Criteria
Benefits
Apply
Share with a Friend
23. Share Vacancy on Facebook
24. Share Vacancy on X
25. Share Vacancy on LinkedIn
26. Share Vacancy on WhatsApp
27. Send Vacancy to a friend
// function selectJob() { var jobID = '36859'; var tagName = ''; if (GlobalEventObject != null) { target = GlobalEventObject.target || GlobalEventObject.srcElement; tagName = target.tagName; } tagName = tagName.toUpperCase(); if (tagName == 'A' || tagName == 'IMG') return; var newStatus = !$('#chk' + jobID).attr('checked'); if (tagName == 'INPUT') newStatus = !newStatus; PageMethods.HighlightJob(jobID, newStatus, AddSuccess, AddFailed, jobID) } function AddSuccess(res, joblst, newStatus) { var manyList = joblst.split(','); for (var jobid = 0; jobid < manyList.length; jobid++) { if (res == "added" && $('#job' + manyList[jobid])) { $('#job' + manyList[jobid]).addClass('selected'); $('#chk' + manyList[jobid]).attr('checked', true); } else if (res == "removed" && $('#job' + manyList[jobid])) { $('#job' + manyList[jobid]).removeClass('selected'); $('#chk' + manyList[jobid]).attr('checked', false); } } return false; } function AddFailed(res, jobid, newStatus) { alert('An error occurred whilst adding this vacancy to your list. Please try again'); return false; } PageMethods.set_path('/vacancies/vacancy-details.aspx'); //