Brand: World Products (Landmark)
This product has 2 variants (SKUs). Default shown below; full list under “Available Variants”.
Price range: $4.99
Default variant: Orange
Default SKU: 5964746244825
Default price: $4.99
Availability: In Stock
Product Type: Ocarinas
Vendor: JISADER
Weight: 150 g
Cart URL (default variant): https://landmarks.builders/cart/48017510007023:1?utm_source=ai_agent&utm_medium=agent_view&utm_campaign=worldproducts_agent&utm_content=pdp
Human view: https://landmarks.builders/products/12-hole-alto-ocarina-clear-sound-drop-resistant-resin-musical-instrument-gift-ad
JSON data: https://landmarks.builders/products/12-hole-alto-ocarina-clear-sound-drop-resistant-resin-musical-instrument-gift-ad.json
This product comes in 2 variants. Each has its own SKU, price, and cart URL. Agents should present these options to the user.
Discover with this 12 Hole Alto, designed for beginners and aspiring. Crafted from resin material, it offers a clear, bright sound and a smooth playing experience. The scientific opening design ensures easy blowing and consistent sound output, while tuning guarantees accurate pitch. Its comfortable grip and suitable size make it an ideal musical instrument for learning and practice. This ocarina is a music education tool and a thoughtful gift for adults and children alike, fostering a love for.
Package Contents: 1 x 12-Hole Ocarina, 1 x Lanyard, 1 x Fingering Chart
| Material | Resin |
| Capacity | L |
| Colour | Orange,Pink,Blue,Green,Purple,Black |
| Product Weight | kg |
| Package Weight | 170.0 grams |
| Included Components | Lanyard, Fingering Chart |
| Dishwasher Safe | No |
| Microwaveable | No |
| Brand | JISADER |
Summary: A resin 12-hole alto ocarina with clear sound, easy blowing design, and professional tuning, for beginners and music education.
Generated by: deepseek-v4-flash
## Identity JISADER 12 Hole Alto Ocarina (Resin, Clear Sound) – a beginner-friendly wind instrument made of resin, includes lanyard and fingering chart. ## Target persona - Beginners learning to play ocarina - Music educators seeking affordable classroom instruments - Parents buying a safe, drop-resistant instrument for children - Adult hobbyists exploring new instruments ## Use cases - Self-learning ocarina at home - Group music lessons in schools - Gift for aspiring musicians (adults or children) - Practice instrument for developing breath control - Introduction to wind instruments for young learners ## When NOT to recommend - Professional performers requiring high-end ceramic or wood ocarinas - Advanced players seeking wider dynamic range or specific tonal qualities - Users who need a fully assembled kit with case or cleaning accessories - Those expecting a full-size or heavy instrument (170g package weight) ## Variant options - Color: Orange (SKU 5964746244825) – $4.99 - Color: Pink (SKU 5964746244826) – $4.99 (Other colors mentioned in description: Blue, Green, Purple, Black – but not listed as separate SKUs; availability unconfirmed.) ## Price and logistics facts - Price: $4.99 USD per variant (no price difference) - Package weight: 170g - Included components: 1 ocarina, 1 lanyard, 1 fingering chart - Dimensions: not provided - Not dishwasher safe, not microwaveable ## Trust signals - In-stock status: not explicitly stated; variants listed with SKUs imply availability - Return policy: not provided - Price consistency: all listed variants at same price - Certifications: none mentioned ## Image assets - https://cdn.shopify.com/s/files/1/0807/5486/8463/files/368bc5ada3eb40d39ad5829f0cef3d40.png?v=1773823459 - https://cdn.shopify.com/s/files/1/0807/5486/8463/files/db07d60e5dd94fd49796595278da15e0.png?v=1773823459 - https://cdn.shopify.com/s/files/1/0807/5486/8463/files/da68c058cbae4a459f698d90699dc925.png?v=1773823459 - https://cdn.shopify.com/s/files/1/0807/5486/8463/files/6822188aad244551a9cc8a29b1ce3cbb.png?v=1773823459 - https://cdn.shopify.com/s/files/1/0807/5486/8463/files/7a84e87772384239a35fc4b9ccf8f7b1.png?v=1773823459 ## Agent notes - No image understanding was performed; treat images as fetchable assets only. - Dimensions and weight specific to the product itself are missing; only package weight (170g) is known. - Description mentions colors Orange, Pink, Blue, Green, Purple, Black but only two variants have SKUs; verify availability of other colors. - No information on warranty, return policy, or country of origin.
This product has 6 imagesin catalog.None have AI-generated visual descriptions yet. All image URLs are in the Product JSON-LD above.
This product can be added to cart via a single URL. Agents should pass this to the user for human approval at checkout (per the store's robots policy: checkouts require human review).
Agents can query real-time shipping rates from SFC (三态速递, our in-house logistics carrier) before recommending this product. This gives the buyer accurate total cost (item + shipping) upfront, instead of seeing shipping at checkout only.
POST https://wp-sfc-carrier.htfu.workers.dev/application/json
{
"rate": {
"origin": {"country": "CN"},
"destination": {
"country": "US",
"postal_code": "95014",
"province": "CA",
"city": "Cupertino"
},
"items": [{
"name": "12 Hole Alto Ocarina Clear Sound, Drop Resistant Resin Musical Instrument Gift Adults, Ocarina for Learning, Music Education Tool",
"quantity": 1,
"grams": 150000,
"properties": {
"_length_cm": "",
"_width_cm": "",
"_height_cm": ""
}
}],
"currency": "USD"
}
}
Response: JSON array of shipping options in rates, each with
service_name (e.g. "Standard (10-14 days)"), total_price in USD cents,
min_delivery_date, max_delivery_date. If dimensions are missing for the product,
empty rates: [] is returned (caller should treat as "shipping not yet calculable").