Honeysticks Bath Drops

$20.99 AUD $24.95 AUD

| /

Easy 30 Day

Returns

7000+

Happy Customers

Eat Now, Pay Later

With Afterpay

Kids will love Honeysticks Bath Colour Tablets - Non Toxic bathtub colour drops made with natural, food grade ingredients that are free from fragrances.

These brightly coloured tablets provide hours of fizzy fun and make a great gift idea!

Each tin contains 36 drops of safe and vibrant colours that dissolve quickly in the water for a colourful experience.

With Honeysticks Bath Drops, kids have a safe and unique way to enjoy bath time while parents can rest assured knowing these tablets are non-toxic and fragrance-free. 

.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}`, }, }) }, })