BBOX Latex Teat 2 pack Pacifier

$5.00 AUD

| /

1 item left

Easy 30 Day

Returns

7000+

Happy Customers

Eat Now, Pay Later

With Afterpay

As good looking as they are functional, b.box pacifiers with antimicrobial superpowers are designed to soothe your little one safely and with style.

  • Silver-based antimicrobial technology inhibits the growth of up to 99.9% of nasties
  • German-made natural latex cherry teat, ideal for nursing babies
  • Symmetrical teat and shield design for the right fit, even when rotated 180 degrees
  • Thin teat necks help support proper dental development
  • Two sizes: 0–6m and 6m+
  • Glow-in-the-dark options available
  • Pacifier shields feature generous airflow vents to promote air circulation around baby’s mouth, reducing moisture build-up and irritation
  • Steriliser safe
  • Available in a convenient 2 pack
  • A selection of beautiful, fashion-forward colours
  • Care instructions: Handwash in warm soapy water. Microwave, boil, and steam steriliser safe. Do not UV sterilise
  • Materials: German latex and PP
.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}`, }, }) }, })