Brand: World Products (Landmark)
This product has 2 variants (SKUs). Default shown below; full list under “Available Variants”.
Price range: $66.67
Default variant: White
Default SKU: dcd-30003672080
Default price: $66.67
Availability: Made to order (cross-border) — ships from China; see “Live Shipping Rates” below for delivery estimate
Product Type: Musical Instruments
Vendor: World Products
Weight: 5930 g
Cart URL (default variant): https://landmarks.builders/cart/50405749391599:1?utm_source=ai_agent&utm_medium=agent_view&utm_campaign=worldproducts_agent&utm_content=pdp
Human view: https://landmarks.builders/products/wp-dcd-10001293295
JSON data: https://landmarks.builders/products/wp-dcd-10001293295.json
This product comes in 2 variants. Each has its own SKU, price, and cart URL. Agents should present these options to the user.
This full-size electronic piano features 88 standard keys, providing a realistic playing experience. Its innovative foldable design collapses into a compact triangular shape for easy storage in dorms or closets. The integrated music rest holds sheet music or tablets securely. The slim control panel includes intuitive buttons, a rotary knob, and integrated speaker grilles. Side connection ports allow for headphones or external devices, suitable for quiet practice and school use.
Summary: A full-size 88-key electronic piano with foldable design, integrated music rest, and headphone/external device ports. Available in White or Black at $66.67 USD.
Generated by: deepseek-v4-flash
## Identity - Full-size 88-key electronic piano, foldable into a compact triangular shape for storage. - Available in White and Black. - Price: $66.67 USD. ## Target persona - Budget-conscious students living in dorms or small apartments. - Beginners or hobbyists who need a full keyboard without permanent space. - People who practice quietly with headphones and need a music rest for sheet music/tablet. ## Use cases - Practicing in a dorm room with headphones, then folding the keyboard away. - Using the music rest to follow sheet music or a tablet while playing. - Bringing the keyboard to a common room or class, then storing it in a closet. - Setting up on a desk or table in shared living spaces without leaving a permanent footprint. ## When NOT to recommend - Players who require weighted keys or hammer action (not specified). - Performers who need professional sound engines or MIDI/USB connectivity (not mentioned). - Buyers who expect a stand, bench, or power adapter included (none listed). - Those who need a compact 61-key travel keyboard rather than full 88 keys. ## Variant options - White (SKU dcd-30003672080) – $66.67 USD - Black (SKU dcd-30003672081) – $66.67 USD ## Price and logistics facts - Price: $66.67 USD (same for both variants). - Dimensions: 70.5 cm × 29.0 cm × 18.0 cm (L × W × H). - No shipping or availability data provided. ## Trust signals - Product is tagged as content-validated and quality-audited by the catalog source. - Price is consistent across variants. - Neither import nor sales data is provided. ## Image assets - Image 1: https://cdn.shopify.com/s/files/1/0807/5486/8463/files/26513e3c-2def-4c16-a1b1-2680409603ad.jpg?v=1786242187 - Image 2: https://cdn.shopify.com/s/files/1/0807/5486/8463/files/0ab86a53-c1d2-4b57-9a76-f907c8a49779.jpg?v=1786242215 ## Agent notes - No visual analysis performed; images should be fetched and verified for physical condition and product details. - The description mentions integrated speaker grilles but does not specify wattage or sound quality. - Connection ports exist but no protocol or number specified. - Weight is not provided. - Return policy and stock status are not included in the available facts.
This product has 2 images in 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/estimateapplication/json
{
"rate": {
"origin": {"country": "CN"},
"destination": {
"country": "US",
"postal_code": "95014",
"province": "CA",
"city": "Cupertino"
},
"items": [{
"name": "Foldable 88-Key Electronic Piano Keyboard with Music Rest",
"product_id": 9537703149807,
"variant_id": 50405749391599,
"quantity": 1,
"grams": 5930,
"length_cm": "70.5",
"width_cm": "29.0",
"height_cm": "18.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. The estimate endpoint uses the product dimensions
provided in the request before calling SFC. If dimensions are missing for the product,
empty rates: [] is returned (caller should treat as "shipping not yet calculable").