Solid Body 4-String Jet Black Fretted U•BASS®

Model: UBASS-SB-BK-FS

$369

With its sleek offset okoume body and bolt‑on maple neck, the Jet Black Solid Body U•BASS delivers solid bass tones in a form that’s easy to handle. The 23.5″ scale and 22‑fret laurel fingerboard give fretting hands plenty of room without the bulk of a full‑size bass, while a passive split‑coil pickup provides a punchy, articulate voice controlled by simple volume and tone knobs. Matching black hardware gives the bass a modern, classic look. Perfect for young beginners discovering bass and pros who want full‑size tone in a smaller, more manageable package.

Bag and Case Information

Custom Solid Body U•BASS® Gig Bag is included with purchase. Also fits Solid Body U•BASS® Gray Tweed Hard Case

Specs
Top: Okoume
Body: Okoume
Back & Sides: Okoume
Neck: Maple
Finish: Gloss
Fingerboard: Laurel
Headstock: Standard
Bridge: Top Loaded 4-Saddle, Black
Nut: PPS
Tuners: Bass, Closed Gear, Black, 1:18 Ratio
Truss Rod: Spoke Wheel
Strings: Kala Round Wounds
Electronics: Passive Split-Coil Pickup with Volume & Tone Controls
Strap Button: Black x2
Pickguard: White, Single Ply
Includes: Logo Gig Bag
Truss Rod Adjustment Tool
Measurements

Scale Length: 23.5 inches, Overall Instrument Length: 33.25 inches, Body Length: 15.125 inches, Number of Frets: 22, Width at Upper Bout: 8.25 inches, Width at Lower Bout: 10.25 inches, Body Depth: 1.5 inches, Fingerboard Width at Nut: 1.625 inches

5.0
Rated 5.0 out of 5 stars
Based on 6 reviews
Total 5 star reviews: 6 Total 4 star reviews: 0 Total 3 star reviews: 0 Total 2 star reviews: 0 Total 1 star reviews: 0
100%would recommend this product
6 reviews
  • GL
    Gary L.
    Verified Buyer
    I recommend this product
    Rated 5 out of 5 stars
    1 week ago
    My new solid body!!

    Love it!!!

  • DV
    Daniel V.
    Verified Buyer
    I recommend this product
    Rated 5 out of 5 stars
    3 months ago
    Bass

    Plays easy sounds good I love it easy to travel with

  • GP
    Glenn P.
    Verified Buyer
    I recommend this product
    Rated 5 out of 5 stars
    1 year ago
    Love it!

    It’s great, especially with the flatwound strings!

  • WM
    Wendy M.
    Verified Buyer
    I recommend this product
    Rated 5 out of 5 stars
    1 year ago
    My new solid body bass

    I love it. The flat wound strings added to it are great. I love the smooth feel of them and the sound.

    Balance of the instrument is good. The size is really good for me being a smaller framed mature person.

    Puts out a great sound for its size.

    A good buy for anyone moving from ukulele to bass.

    Many thanks for your service and surprisingly quick delivery to Australia.

  • SS
    Steve S.
    Verified Buyer
    I recommend this product
    Rated 5 out of 5 stars
    1 year ago
    Love this bass!

    Love playing such a little bass.

''
// 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(); })();