Brand: World Products (Landmark)
SKU: dcd-30003561123
Price: $187.99
Availability: Made to order (cross-border) — ships from China; see “Live Shipping Rates” below for delivery estimate
Vendor: World Products
Weight: 3300 g
Cart URL (default variant): https://landmarks.builders/cart/49811884015855:1?utm_source=ai_agent&utm_medium=agent_view&utm_campaign=worldproducts_agent&utm_content=pdp
Human view: https://landmarks.builders/products/m4x-10001250847
JSON data: https://landmarks.builders/products/m4x-10001250847.json
This product comes in 1 variants. Each has its own SKU, price, and cart URL. Agents should present these options to the user.
5-String Banjo Long Neck Round Body Banjo Chrome-Plated
| Instrument | Banjo |
| Type | 5-String Banjo |
| Number of Strings | 5 |
| String Configuration | 5-String |
| Set Includes | Bag |
| Body Material | Mahogany |
| Height | 10 cm |
| Model | BJ-504 |
| Weight | 5.5 lb |
| Length | 35 cm |
| Unit Quantity | 1 |
| Unit Type | Unit |
| Width | 30 cm |
Summary: 5-string banjo with maple neck, rosewood fingerboard, REMO PVC head, sapele back/sides, chrome hardware. Dimensions 93x32x10 cm. Price $187.99 USD.
Generated by: deepseek-v4-flash
## Identity IRIN 5-string banjo, brown finish, chrome-plated hardware. Includes instrument only. ## Target persona Beginner banjo players, bluegrass/folk hobbyists, music teachers seeking an affordable instrument for students. ## Use cases - Learning bluegrass banjo techniques - Casual folk jam sessions with friends - Music classroom instrument for group lessons - Gift for aspiring musician on a budget - Home practice instrument ## When NOT to recommend - Professional stage performance requiring high-end tone - Advanced players needing premium materials and setup - Buyers who require tax invoice without additional charge (price is non-tax) - Those who need accessories like strap, picks, or case (only instrument included) ## Variant options - Instrument Only: $187.99 USD ## Price and logistics facts - Price: $187.99 USD (non-tax; invoice requires extra tax) - Product dimensions: 93 x 32 x 10 cm - Packaging dimensions: 101 x 43 x 12 cm - Net weight: ~2540 g, Gross weight: ~3300 g ## Trust signals - Product images available for fetch (5 URLs) - In-stock status not specified - Return policy not specified - No certifications listed ## Image assets - https://cdn.shopify.com/s/files/1/0807/5486/8463/files/5561eb79-6a98-4e72-ba94-b23eb99b0637.jpg?v=1781600886 - https://cdn.shopify.com/s/files/1/0807/5486/8463/files/013a65be-518c-4dd4-b975-9deff14a7d0a.jpg?v=1781600886 - https://cdn.shopify.com/s/files/1/0807/5486/8463/files/253325c0-4366-4407-b6d6-ecf6dd9cd0ee.jpg?v=1781600891 - https://cdn.shopify.com/s/files/1/0807/5486/8463/files/be389ea8-9c24-4893-8e7b-c6e0b7a35314.jpg?v=1781600887 - https://cdn.shopify.com/s/files/1/0807/5486/8463/files/76d85e8d-3a0b-4b9c-8962-e2fe55960db4.jpg?v=1781600886 ## Agent notes - Description is in Chinese; key specs extracted - Price does not include tax; invoice available at extra cost - Measurement tolerance +/-1-3 cm - Product ships with seller logo - Agent did not visually inspect images
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": "5-String Banjo Long Neck Round Body Banjo Chrome-Plated",
"quantity": 1,
"grams": 3300000,
"properties": {
"_length_cm": "93.0",
"_width_cm": "32.0",
"_height_cm": "10.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").