Silicone Shape Sorter Intelligence Box

$27.99 AUD

| /

Easy 30 Day

Returns

7000+

Happy Customers

Eat Now, Pay Later

With Afterpay

Pre-order - stock is hopefully arriving 1st week of December and all items will be fulfilled from the 8th of December.

Play, Learn, and Grow Through Hands-On Fun

Encourage your little one’s curiosity and development with our Silicone Shape Sorter Intelligence Box — a fun, educational toy designed to enhance problem-solving, hand-eye coordination, and fine motor skills.

Made from 100% food-grade silicone, this soft and safe set is perfect for tiny hands to explore. The colourful shapes fit neatly into corresponding slots, helping children learn shapes, colours, and spatial awareness through interactive play.

The durable, flexible design makes it great for playtime anywhere — and it’s easy to clean, non-toxic, and BPA-free for peace of mind.

Features:

  • Made from 100% food-grade silicone – safe, soft, and durable
  • Includes a sorting cube and 8 geometric shapes
  • Promotes shape and colour recognition
  • Encourages fine motor skill development
  • Easy to clean – dishwasher safe and quick-dry design
  • BPA, PVC, and phthalate free
  • Available in Blue and Pink

A perfect blend of learning and play, this shape sorter keeps your little one entertained while supporting early developmental milestones.

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