Brand: World Products (Landmark)
This product has 2 variants (SKUs). Default shown below; full list under “Available Variants”.
Price range: $199.99
Default variant: Black / Sg12 Bluetooth
Default SKU: dcd-30003568901
Default price: $199.99
Availability: Made to order (cross-border) — ships from China; see “Live Shipping Rates” below for delivery estimate
Vendor: World Products
Weight: 1000 g
Cart URL (default variant): https://landmarks.builders/cart/49811906265327:1?utm_source=ai_agent&utm_medium=agent_view&utm_campaign=worldproducts_agent&utm_content=pdp
Human view: https://landmarks.builders/products/m4x-10001254303
JSON data: https://landmarks.builders/products/m4x-10001254303.json
This product comes in 2 variants. Each has its own SKU, price, and cart URL. Agents should present these options to the user.
Bluetooth Electric Guitar Compact Smart Electric Guitar Rectangular Body
| Type | Electric Travel Guitar |
| Fretboard Material | Walnut |
| Number of Frets | 12 |
| Set Includes | Gig Bag |
| Model | GS12 |
| Body Material | Mahogany |
Summary: Bluetooth wireless electric guitar with rectangular body, available in black with or without a carrying bag, at $199.99.
Generated by: deepseek-v4-flash
## Identity Bluetooth-enabled smart electric guitar with rectangular body, offering wireless connectivity. ## Target persona Beginner guitarists, hobbyist musicians, tech-savvy learners seeking wireless practice. ## Use cases - Wireless practice without cable constraints - Learning guitar with Bluetooth audio streaming - Home recording with direct Bluetooth connectivity - Quiet practice with headphones (if supported) - Performing with mobility - Upgrading from traditional electric guitar to wireless ## When NOT to recommend - Professional gigging musicians requiring high-fidelity wired tone - Players needing full-size solid-body electric guitar with standard hardware - Those seeking acoustic or classical guitar - Buyers preferring analog pedal chain compatibility ## Variant options - Black / Sg12 Bluetooth: $199.99 - Black / Sg12 Bluetooth W Bag: $199.99 (includes carrying bag) ## Price and logistics facts Price: $199.99 USD. Dimensions: 57.5 x 14.5 x 8.0 cm. Weight not provided. ## Trust signals In stock status unknown. Return policy not provided. Price consistent across variants. No certifications listed. ## Image assets - https://cdn.shopify.com/s/files/1/0807/5486/8463/files/62311548-8a94-419b-8b4b-a0df55e06ff3.jpg?v=1781600927 - https://cdn.shopify.com/s/files/1/0807/5486/8463/files/b3f6100d-3bbc-4e18-ab54-17b3a9ed3d27.jpg?v=1781600926 - https://cdn.shopify.com/s/files/1/0807/5486/8463/files/487aca0e-9b02-46c6-a78b-0609074e2fd1.jpg?v=1781600927 - https://cdn.shopify.com/s/files/1/0807/5486/8463/files/d25792a7-f317-4c62-b614-5d10c4ca21df.jpg?v=1781600927 - https://cdn.shopify.com/s/files/1/0807/5486/8463/files/daf487fe-0221-41ee-ae1f-e953ed1c5a19.jpg?v=1781600926 ## Agent notes No description provided; product details inferred from title and variants. Bluetooth functionality scope (e.g., audio streaming, app integration) not specified. Image understanding not performed.
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": "Bluetooth Electric Guitar Compact Smart Electric Guitar Rectangular Body",
"quantity": 1,
"grams": 1000000,
"properties": {
"_length_cm": "57.5",
"_width_cm": "14.5",
"_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").