taba Squishy Ocean Blue Toy for Kid Clear Yoyo Squishy Squeeze Toys,Kawaii Squishies PVC Sensory Toys,Stress Relieving,Birthday&Christmas Gifts,Cute Things for scenecore,Perfect Desk Accessory 8pcs-Ocean-Clear

$19.90
people are viewing this right now
Free worldwide shipping
Free returns
Sustainably made
Secure payments
Description
  • Enchanting Conch Design: The taba squishy conch is embedded with crystal glitter that shimmers like ocean waves when the sun shines on it. Its transparent pink color and lifelike conch shape create a magical sensory experience for ocean lovers and gift seekers
  • Premium Silicone: Taba squishy is made of high quality clear silicone, which is soft and delicate to the touch, making it easy to play with even for kids, so everyone can enjoy the tactile experience
  • Handmade: The taba squishy kit seashell toys are all handmade, unique and beautifully crafted. Every detail is carefully attended to, so every taba you receive is unique
  • Sparkling: In the sunlight, this clear pink squishy toy shimmers and glows as if it were a tiny ocean miracle. Whether placed on a windowsill or a desk, it brings a touch of glamorous brightness that will instantly liven up your space
  • Perfect Gift Choice: Whether it's a birthday, holiday or special anniversary, the clear taba squishy toy is the ideal gift for friends and family. Not only does it bring joy, but it also serves as a symbol of fond memories
  • A Collector's Pleasure: The sea squishy toy is suitable for all taba squishy collectors, whether you are a beginner or an experienced enthusiast. Looking at it, you will feel endless joy and relaxation, easy to relieve the stress of life, enjoy the happy time
1
Select product
Selected 0 item(s)
class SpzCheckoutNotificationHandler extends SPZ.BaseElement { constructor(element) { super(element); this.timer_ = null; } isLayoutSupported(layout) { return layout == SPZCore.Layout.LOGIC; } sendVariantListUpdateEvent_(data) { const messageData = { type: "theme_variant_list_update", data: { orderToken: data.order_token || data.order_id } }; clearInterval(this.timer_); if(!window.CheckoutAPI) { this.timer_ = setInterval(() => { if(window.CheckoutAPI) { clearInterval(this.timer_); postMessage && postMessage(messageData); } }, 500); } else { postMessage && postMessage(messageData); } } buildCallback() { this.action_ = SPZServices.actionServiceForDoc(this.element); this.registerAction('sendVariantListUpdateEvent', (param) => { this.sendVariantListUpdateEvent_(param.args.data); }); } } SPZ.defineElement('spz-custom-checkout-notification-handler', SpzCheckoutNotificationHandler); function handleGetOrderInfo(data) { if (data.order_id) { let api = `/api/checkout/order/info?order_id=${data.order_id}`; return Promise.resolve(api); } return Promise.reject({}); } function addEventListenerKickItems(data) { if (data.type === 'checkout_kick_items') { return Promise.resolve(data); } return Promise.reject({}); } exportFunction('handleGetOrderInfo', handleGetOrderInfo) exportFunction('addEventListenerKickItems', addEventListenerKickItems)