Job Description
Full time positions available for Warehouse Operatives in the Kilrea area.
This is a fast-paced, hands-on position within a busy production environment where you’ll play an important part in keeping operations running smoothly by organising pallets, preparing stock for the shop floor and maintaining an efficient and safe working area. The Role:
1. £13.49 per hour
2. Monday - Thursday 7.00 am - 5.00 pm
3. Friday 7.00 am - 11.30 am
4. Temp to perm opportunity
5. Full-time hours
6. Immediate start available
Duties:
7. Organise pallets for distribution to the shop floor
8. Keep work areas tidy and organised
9. Support the wider production team as required
10. Work in a fast-paced warehouse/manufacturing environment
What You Need:
11. Good attention to detail
12. Ability to work as part of a team
13. A good work ethic and willingness to learn
14. Previous warehouse or production experience beneficial but not essential
DO NOT USE: Criteria
Benefits
Apply
Share with a Friend
15. Share Vacancy on Facebook
16. Share Vacancy on X
17. Share Vacancy on LinkedIn
18. Share Vacancy on WhatsApp
19. Send Vacancy to a friend
// function selectJob() { var jobID = '36793'; 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'); //