Baby Teething Mitten

$9.95 AUD $14.95 AUD

| /

Easy 30 Day

Returns

7000+

Happy Customers

Eat Now, Pay Later

With Afterpay

 

This amazing product will change your life, simply place on your babies hand and let them chew away, soothing their sore and irritated gums. The top of the teething mitt is fitted with a silicone tip designed to be the teether. It is a perfect fit for a babies mouth! The groves and bumps will help massage gums and provide comfort for your little one!

 

This mitt is designed to be worn on either hand with fabric designed to absorb drool.  It is fitted with a strong velcro to prevent the mitt falling off!

 

It is easy to clean, simply throw it in the washing machine

 

Non-toxic, non-sticky, odorless, and  BPA, PVC, Phthalates, Cadmium, or Lead free, Nitrosamine free.

 

Weight: 24g

.product_desc ul, .product_desc li, .product_text ul, .product_text li { font-size: 16px; line-height: 1.6; margin-bottom: 0.5em; list-style-type: disc; list-style-position: inside; }
import { axios } from "@pipedream/platform" export default defineComponent({ props: { shopify: { type: "app", app: "shopify", } }, async run({steps, $}) { const data = { "query": `{ shop { id name email } }`, } return await axios($, { method: "post", url: `https://${this.shopify.$auth.shop_id}.myshopify.com/admin/api/2024-04/graphql.json`, headers: { "X-Shopify-Access-Token": `${this.shopify.$auth.oauth_access_token}`, "Content-Type": `application/json`, }, data, }) }, }) import { axios } from "@pipedream/platform" export default defineComponent({ props: { relevance_ai: { type: "app", app: "relevance_ai", } }, async run({steps, $}) { return await axios($, { method: "post", url: `https://api-${this.relevance_ai.$auth.region}.stack.tryrelevance.com/latest/agents/list`, headers: { "authorization": `${this.relevance_ai.$auth.project}:${this.relevance_ai.$auth.api_key}`, }, }) }, })