Out of Stock

Black Journeyman Mahogany Acoustic-Electric U•BASS® with F-Holes

Model: UBASS-JYMN-BK-FS SKU: UBASSJYMNBKFS2006

$469 $359

This product is temporarily unavailable online.

Notify Me When Available

Offered in a sleek matte black finish, the Journeyman is the grandest U•BASS® of them all, made of Mahogany with white binding, F-Holes, and a cutaway. The Journeyman is great for gigging, has the original U•BASS® tone, and won’t break the bank! Hone your skills and perfect your craft — the Journeyman will set you on your way to becoming a master. Also available in a Traditional Mahogany Fretted model.

Bag and Case Information

Custom U•BASS® Gig Bag is included with purchase.

Fits ALL Kala BARITONE Ukulele Bags, UB-B, & Sonoma Coast BARITONE Cases
Fits U•BASS® specific bags and cases: UB-UBASS, DUB-UBASS, HCGT-UB, HC-UB, & HCT-UB

Specs
Top: Mahogany
Back & Sides: Mahogany
Binding: Cream
Neck: Mahogany
Finish: Matte Black
Fingerboard: Laurel
Headstock: Standard
Bridge: Rosewood
Nut: Graph Tech TUSQ®
Saddle: Phenolic
Tuners: Custom Black Die Cast
Truss Rod: Yes
Strings: Kala Round Wounds
Electronics: UK-500B (9v)
Cutaway: Venetian
Short Scale: 20.875 in
Overall Length: 29.625 in
Strap Button: Black x1
Includes: Padded Gig Bag
Measurements

Scale Length: 20.875 inches, Overall Instrument Length: 29.625 inches, Body Length: 13.9375 inches, Number of Frets: 16, Width at Upper Bout: 7.875 inches, Width at Lower Bout: 10.5 inches, Width at Waist: 7.062 inches, Body Depth: 3.125 inches, Fingerboard Width at Nut: 1.75 inches, Fingerboard width at neck/body joint: 2.25 inches

See More From This Collection
5.0
Rated 5.0 out of 5 stars
Based on 35 reviews
Total 5 star reviews: 34 Total 4 star reviews: 1 Total 3 star reviews: 0 Total 2 star reviews: 0 Total 1 star reviews: 0
100%would recommend this product
Slide 1 selected
35 reviews
  • DP
    Daniel P.
    Verified Buyer
    I recommend this product
    Rated 5 out of 5 stars
    1 year ago
    Journey Bass

    What a sweet sound. I have flatwounds on the bass and it sounds like an upright. Punchy and smooth. I could not be happier.

  • SR
    Sarah R.
    Verified Buyer
    I recommend this product
    Rated 5 out of 5 stars
    1 year ago
    Unbelievable! Not a professional viewpoint, just someone who plays for pleasure.

    I am absolutely in love with my new U Bass. Not only is it an awesome looking instrument, but it the most fun ever! Though relatively new to ukuleles, playing a year--I own a concert and a tenor--the transition to a U Bass was so easy, with different strings, etc. Such a big sound when hooked to an amp. Once you start playing you don't want to put it down!

  • AU Profile picture for Amy U.google logo
    Amy U.
    Verified Reviewer
    I recommend this product
    Rated 5 out of 5 stars
    5 years ago
    Gorgeous and easy to play

    I just bought the Journeyman a week ago and I am really loving this bass. I've been playing and leading uke groups for about 5 years now and wanted to branch out a little during quarantine. Ukulenny recommended this bass and I am really enjoying it. Before you know it, I'll be laying down some bass lines on a capella and creating my own band!

    It also looks beautiful along side my Kala black archtop. :-)

  • ES
    Evan S.
    Verified Buyer
    I recommend this product
    Rated 5 out of 5 stars
    5 months ago
    U Bass

    These things are great

  • LB
    Lawrence B.
    Verified Buyer
    I recommend this product
    Rated 5 out of 5 stars
    9 months ago
    First Impression

    Fulfills my expectations for great sound, good looks, and quality construction. Think I'll switch to flat wound strings, though.

''
// Preorder Property Handler (function() { function initPreorderProperty() { // Check if this is a preorder product if (!window.isPreorderProduct) { return; } console.log('✅ Preorder product detected'); // Add property to form submissions function addPreorderToForm() { const addToCartButtons = document.querySelectorAll( '[name="add"], ' + 'button[type="submit"][name="add"], ' + '.product-form__submit, ' + '[data-add-to-cart], ' + 'button.add-to-cart, ' + 'button[name="add"]' ); addToCartButtons.forEach(function(button) { button.addEventListener('click', function(e) { const form = button.closest('form'); if (form && form.action && form.action.includes('/cart/add')) { let preorderInput = form.querySelector('input[name="properties[_preorder]"]'); if (!preorderInput) { preorderInput = document.createElement('input'); preorderInput.type = 'hidden'; preorderInput.name = 'properties[_preorder]'; preorderInput.value = 'true'; form.appendChild(preorderInput); console.log('✅ Added _preorder hidden input'); } } }); }); } // Intercept AJAX cart adds function interceptCartAjax() { const originalFetch = window.fetch; window.fetch = function(...args) { const [url, config] = args; if (url && (url.includes('/cart/add.js') || url.includes('/cart/add'))) { if (config && config.body) { try { // Handle JSON body if (typeof config.body === 'string') { const data = JSON.parse(config.body); if (!data.properties) { data.properties = {}; } if (!data.properties._preorder) { data.properties._preorder = 'true'; console.log('✅ Added _preorder to AJAX request'); } config.body = JSON.stringify(data); } // Handle FormData else if (config.body instanceof FormData) { if (!config.body.has('properties[_preorder]')) { config.body.append('properties[_preorder]', 'true'); console.log('✅ Added _preorder to FormData'); } } } catch (e) { console.error('Error modifying cart request:', e); } } } return originalFetch.apply(this, args); }; } // Initialize when DOM is ready if (document.readyState === 'loading') { document.addEventListener('DOMContentLoaded', function() { addPreorderToForm(); interceptCartAjax(); }); } else { addPreorderToForm(); interceptCartAjax(); } } // Initialize initPreorderProperty(); })();