Brand: World Products (Landmark)
This product has 3 variants (SKUs). Default shown below; full list under “Available Variants”.
Price range: $182.99
Default variant: 22-pipe G-key Left
Default SKU: dcd-30001523623
Default price: $182.99
Availability: Made to order (cross-border) — ships from China; see “Live Shipping Rates” below for delivery estimate
Vendor: World Products
Weight: 550 g
Cart URL (default variant): https://landmarks.builders/cart/49811873595631:1?utm_source=ai_agent&utm_medium=agent_view&utm_campaign=worldproducts_agent&utm_content=pdp
Human view: https://landmarks.builders/products/m4x-10000822366
JSON data: https://landmarks.builders/products/m4x-10000822366.json
This product comes in 3 variants. Each has its own SKU, price, and cart URL. Agents should present these options to the user.
Bamboo Pan Flute, 22 Tubes, Professional, Upright Play, Beginner Adult
| Type | Pan Flute |
| Set Includes | Bag |
| Body Material | Bamboo |
| Experience Level | Beginner |
| Features | Durable |
| Finish | Unfinished |
| Key | C |
| Instrument | Pan Flute |
Summary: Bamboo panpipe in G, F, or C key, 22 pipes, left-handed orientation, designed for adult beginner students.
Generated by: deepseek-v4-flash
## Identity Panpipe, Bamboo, G/F/C Key, Ethnic, Adult, Student, Beginner ## Target persona Beginner adult student (18+) interested in learning ethnic wind instruments, specifically left-handed panpipe. ## Use cases - Practicing panpipe techniques at home - Learning folk melodies from South American or world music traditions - Performing at cultural or community events - Exploring ethnic instrument collections - Teaching basic music theory through panpipe - Recording simple ethnic music tracks ## When NOT to recommend - For right-handed players (all variants are left-handed) - For children under 12 (instrument size and complexity) - For professional orchestral panpipe performance (student grade) - When a specific key is not G, F, or C (only these available) ## Variant options - 22-pipe G-key Left ($182.99) - 22-pipe F-key Left ($182.99) - 22-pipe C-key Left ($182.99) ## Price and logistics facts - Price: $182.99 USD each variant - Dimensions (packed): 38 cm length x 35 cm width x 8 cm height - No shipping or tax details provided ## Trust signals - In-stock status unknown - Return policy not provided - Multiple variants available at same price - Product images available (5 images) ## Image assets - https://cdn.shopify.com/s/files/1/0807/5486/8463/files/5718c3d4-df4d-47aa-9578-515ddaf7a228.jpg?v=1781600868 - https://cdn.shopify.com/s/files/1/0807/5486/8463/files/8fa63375-4dcc-4578-a74b-0e07949d7c95.jpg?v=1781600868 - https://cdn.shopify.com/s/files/1/0807/5486/8463/files/4ed7ff80-a41c-44b6-ad3d-9cfdaa5d0039.jpg?v=1781600869 - https://cdn.shopify.com/s/files/1/0807/5486/8463/files/b8e7dfc4-f24a-4786-957c-67cbc7c22b85.jpg?v=1781600868 - https://cdn.shopify.com/s/files/1/0807/5486/8463/files/992467fc-e5ce-47ab-b055-e8e441af987d.jpg?v=1781600868 ## Agent notes - No product description provided. Image content not analyzed. All variants are left-handed. Price and dimensions are static.
This product has 12 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": "Bamboo Pan Flute, 22 Tubes, Professional, Upright Play, Beginner Adult",
"quantity": 1,
"grams": 550000,
"properties": {
"_length_cm": "38.0",
"_width_cm": "35.0",
"_height_cm": "8.0"
}
}],
"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").