Your price after 5% discount when using your Academy Credit Card. Apply Now
Quantity
STYLE IT WITH
about this product
SKU: 133718059
ITEM: 172616
There's no one way to catch a fish. Our expert-approved H2OX 3 inch Mojo Shrimp 2 Pack was designed with the latest technology while keeping your budget in mind. Whether you are an expert angler or a beginner, H2OX products are made to equip and educate all skill levels.
Features and Benefits
Features 3D eyes and a TPE body for durability
Has incredible in water action
Made from TPE, carbon steel, and glass
Best used in saltwater
Sinking bait
H2OX recommends using a 6'6" to 7'0" Medium Moderate Casting or Spinning Rod
H2OX recommends using Braided line up to 30#, Flurocarbon, or Mono Lines 12# to 17#
Specifications
Recommended Line: Braided line up to 30#, Flurocarbon, or Mono Lines 12# to 17#
Product Type: Baits + Lures
Saltwater Suitable: Yes
Buoyancy: Sinking
Body Length (in.): 3
Activity: Fishing
Material: TPE, carbon steel, glass
Suitable Water Type: Saltwater
Product length: 3
Intended use: Saltwater
What's in the Box
H2OX 3 inch Mojo Shrimp 2 Pack
function updateCustomerIdStorage() {
const sourceKey = 'aso_cdp_data';
const targetKey = 'm_cdp_customer_id';
let customerId = null;
try {
const storedValue = localStorage.getItem(sourceKey);
if (storedValue) {
const data = JSON.parse(storedValue);
customerId = data.cdpData?.customerId;
} else {
console.warn(`Source Key "${sourceKey}" not found in local storage.`);
}
} catch (error) {
console.error(`Error parsing JSON from source key "${sourceKey}":`, error);
}
if (customerId) {
localStorage.setItem(targetKey, customerId);
// console.log(`Successfully set "${targetKey}" to: ${customerId}`);
} else {
localStorage.removeItem(targetKey);
// console.log(`No customerId found. Removed key "${targetKey}" from local storage.`);
}
}
updateCustomerIdStorage();