{"id":784,"date":"2026-04-21T11:25:17","date_gmt":"2026-04-21T15:25:17","guid":{"rendered":"https:\/\/www.bu.edu\/vending\/?page_id=784"},"modified":"2026-07-02T15:29:40","modified_gmt":"2026-07-02T19:29:40","slug":"aramark-marketplace-vending-machines","status":"publish","type":"page","link":"https:\/\/www.bu.edu\/vending\/snack-beverage-vending\/aramark-marketplace-vending-machines\/","title":{"rendered":"Aramark Marketplace"},"content":{"rendered":"<p data-start=\"0\" data-end=\"241\">Need something quick to hold you over during a busy day? Aramark Marketplace vending machines are stocked with a variety of snack and beverage options and can be found in convenient locations throughout campus, making it easier than ever to grab something on the go.<\/p>\n<p data-start=\"243\" data-end=\"361\">Payment is simple. Simply pay with credit\/debit card or <a href=\"http:\/\/www.bu.edu\/housing\/dining\/convenience\/\">Convenience Points<\/a> after scanning or selecting your items at the payment kiosk. Cash is not accepted at Aramark marketplace locations.<\/p>\n<h3 data-start=\"511\" data-end=\"677\">Services, Restocks, and Repairs<\/h3>\n<p data-start=\"511\" data-end=\"677\" data-is-last-node=\"\" data-is-only-node=\"\">If a machine is not working properly or you need a refund, please contact <a href=\"mailto:bostonuniversity@aramark.com\">bostonuniversity@aramark.com<\/a> and the Aramark team will address the issue as soon as possible. Please include your name and BUID, phone number, and a description of the incident or transaction.<\/p>\n<p data-start=\"511\" data-end=\"677\" data-is-last-node=\"\" data-is-only-node=\"\">To request restocks for machines, please send an e-mail to <a href=\"mailto:refresh-bostonuniversity@aramark.com\">refresh-bostonuniversity@aramark.com<\/a>.<\/p>\n<p data-start=\"511\" data-end=\"677\" data-is-last-node=\"\" data-is-only-node=\"\"><strong><em>Please note that Aramark Marketplace machines are monitored by cameras, and every transaction is recorded. Any misuse may be reported to BUPD and\/or Student Conduct.\u00a0<\/em><\/strong><\/p>\n<h3> Aramark Marketplace Locations <\/h3>\n<style>\n.table-container {\n  max-height: 420px;\n  overflow-y: auto;\n  border: 1px solid #ccc;\n}<\/p>\n<p>table {\n  width: 100%;\n  border-collapse: collapse;\n}<\/p>\n<p>th, td {\n  padding: 10px;\n  text-align: left;\n  border-bottom: 1px solid #e0e0e0;\n  vertical-align: top;\n}<\/p>\n<p>th {\n  position: sticky;\n  top: 0;\n  background: #f5f5f5;\n  z-index: 1;\n  cursor: pointer;\n}<\/p>\n<p>th:hover {\n  background: #e9e9e9;\n}\n<\/style>\n<div class=\"table-container\">\n<table id=\"aramarkTable\">\n<thead>\n<tr>\n<th onclick=\"sortTable(0)\">Location \u25b2\u25bc<\/th>\n<th onclick=\"sortTable(1)\">Machine Description \u25b2\u25bc<\/th>\n<\/tr>\n<\/thead>\n<tbody>\n<tr>\n<td>2 Silber Way<\/td>\n<td>Micromarket, Main Entrance<\/td>\n<\/tr>\n<tr>\n<td>1019 Commonwealth Avenue<\/td>\n<td>Micromarket, 1st Floor<\/td>\n<\/tr>\n<tr>\n<td>915 Commonwealth Avenue<\/td>\n<td>Micromarket, VendiBean, Smoodi \u2013 1st Floor Seating Area<\/td>\n<\/tr>\n<tr>\n<td>855 Commonwealth Avenue<\/td>\n<td>Micromarket, 2nd Floor<\/td>\n<\/tr>\n<tr>\n<td>765 Commonwealth Avenue<\/td>\n<td>Micromarket, VendiBean, Smoodi, JustBaked \u2013 2nd Floor Law Caf\u00e9<\/td>\n<\/tr>\n<tr>\n<td>700 Commonwealth Avenue<\/td>\n<td>Vision Micromarket, 2nd Floor<\/td>\n<\/tr>\n<tr>\n<td>685 Commonwealth Avenue<\/td>\n<td>Micromarket \u2013 Basement, Next to Elevator<\/td>\n<\/tr>\n<tr>\n<td>635 Commonwealth Avenue<\/td>\n<td>Micromarket, 2nd Floor<\/td>\n<\/tr>\n<tr>\n<td>595 Commonwealth Avenue<\/td>\n<td>Micromarket, 3rd Floor Grad Lounge<\/td>\n<\/tr>\n<tr>\n<td>590 Commonwealth Avenue<\/td>\n<td>Micromarket, VendiBean \u2013 1st Floor Seating Area<\/td>\n<\/tr>\n<tr>\n<td>575 Commonwealth Avenue<\/td>\n<td>Vision Micromarket, 1st Floor, Left of Security<\/td>\n<\/tr>\n<tr>\n<td>140 Bay State Road<\/td>\n<td>Micromarket, VendiBean \u2013 1st Floor Seating Area<\/td>\n<\/tr>\n<tr>\n<td>150 Riverway<\/td>\n<td>Micromarket, VendiBean \u2013 1st Floor, by Security<\/td>\n<\/tr>\n<tr>\n<td>162 Riverway<\/td>\n<td>Micromarket, 1st Floor, End of Hallway<\/td>\n<\/tr>\n<tr>\n<td>277 Babcock Street<\/td>\n<td>1st Floor, Past Security<\/td>\n<\/tr>\n<tr>\n<td>33 Harry Agganis Way<\/td>\n<td>Micromarket, 1st Floor, by Mailroom<\/td>\n<\/tr>\n<tr>\n<td>33 Harry Agganis Way<\/td>\n<td>Micromarket, 2nd Floor, by Laundry<\/td>\n<\/tr>\n<tr>\n<td>512 Beacon Street<\/td>\n<td>Micromarket, 1st Floor Common Area<\/td>\n<\/tr>\n<tr>\n<td>91 Bay State Road<\/td>\n<td>Vision Micromarket, 1st Floor, by Bike Room<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<\/div>\n<p><script>\r\nfunction sortTable(columnIndex) {\r\n  const table = document.getElementById(\"aramarkTable\");\r\n  const tbody = table.tBodies[0];\r\n  const rows = Array.from(tbody.rows);\r\n\r\n  const currentDir = table.getAttribute(\"data-sort-dir\") === \"asc\" ? \"desc\" : \"asc\";\r\n  table.setAttribute(\"data-sort-dir\", currentDir);\r\n\r\n  rows.sort((a, b) => {\r\n    const aText = a.cells[columnIndex].innerText.toLowerCase();\r\n    const bText = b.cells[columnIndex].innerText.toLowerCase();\r\n\r\n    if (aText < bText) return currentDir === \"asc\" ? -1 : 1;\r\n    if (aText > bText) return currentDir === \"asc\" ? 1 : -1;\r\n    return 0;\r\n  });\r\n\r\n  rows.forEach(row => tbody.appendChild(row));\r\n}\r\n<\/script><\/p>\n","protected":false},"excerpt":{"rendered":"<p>Need something quick to hold you over during a busy day? Aramark Marketplace vending machines are stocked with a variety of snack and beverage options and can be found in convenient locations throughout campus, making it easier than ever to grab something on the go. Payment is simple. Simply pay with credit\/debit card or Convenience [&hellip;]<\/p>\n","protected":false},"author":23740,"featured_media":0,"parent":977,"menu_order":1,"comment_status":"closed","ping_status":"closed","template":"","meta":[],"_links":{"self":[{"href":"https:\/\/www.bu.edu\/vending\/wp-json\/wp\/v2\/pages\/784"}],"collection":[{"href":"https:\/\/www.bu.edu\/vending\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/www.bu.edu\/vending\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/www.bu.edu\/vending\/wp-json\/wp\/v2\/users\/23740"}],"replies":[{"embeddable":true,"href":"https:\/\/www.bu.edu\/vending\/wp-json\/wp\/v2\/comments?post=784"}],"version-history":[{"count":37,"href":"https:\/\/www.bu.edu\/vending\/wp-json\/wp\/v2\/pages\/784\/revisions"}],"predecessor-version":[{"id":1153,"href":"https:\/\/www.bu.edu\/vending\/wp-json\/wp\/v2\/pages\/784\/revisions\/1153"}],"up":[{"embeddable":true,"href":"https:\/\/www.bu.edu\/vending\/wp-json\/wp\/v2\/pages\/977"}],"wp:attachment":[{"href":"https:\/\/www.bu.edu\/vending\/wp-json\/wp\/v2\/media?parent=784"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}