Brand: World Products (Landmark)
This product has 3 variants (SKUs). Default shown below; full list under “Available Variants”.
Price range: $8.33 – $8.89
Default variant: Silver
Default SKU: dcd-30003678536
Default price: $8.33
Availability: Made to order (cross-border) — ships from China; see “Live Shipping Rates” below for delivery estimate
Product Type: Guitar Parts
Vendor: World Products
Weight: 450 g
Cart URL (default variant): https://landmarks.builders/cart/50405839569135:1?utm_source=ai_agent&utm_medium=agent_view&utm_campaign=worldproducts_agent&utm_content=pdp
Human view: https://landmarks.builders/products/wp-dcd-10001295685
JSON data: https://landmarks.builders/products/wp-dcd-10001295685.json
This product comes in 3 variants. Each has its own SKU, price, and cart URL. Agents should present these options to the user.
This high-grade guitar tremolo bridge assembly features a sturdy metal base plate and two horizontal support rods for stability. It includes a return spring and a long vibrato arm for expressive pitch control. The glossy finish adds a sleek aesthetic. The package is pre-assembled with four mounting screws and a guard red washer.
Summary: Guitar tremolo bridge assembly with metal base plate, two support rods, return spring, long vibrato arm, four mounting screws, and guard washer; available in Silver, Black, Gold; prices from $8.33 USD.
Generated by: deepseek-v4-flash
## Identity Tremolo bridge with vibrato arm and spring. Pre-assembled with four mounting screws and a guard red washer. Metal base plate, two horizontal support rods, return spring, long vibrato arm. Dimensions: 26.0 x 18.0 x 6.0 cm. ## Target persona Guitar repair technicians and DIY builders replacing worn tremolo blocks on budget electric guitars. Hobbyists upgrading entry-level instruments with a low-cost part. ## Use cases - Replacing a broken tremolo unit on a Strat-style guitar. - Restoring a vibrato arm on an older budget guitar. - Sourcing a spare tremolo assembly for a custom build. - Offering as a low-price accessory in a guitar parts shop. - Quick replacement during a practice or teaching session. ## When NOT to recommend - High-end instruments requiring precision locking tremolos (e.g., Floyd Rose). - Professional touring guitars where tuning stability is critical. - Buyers needing reverse-mounted or left-handed tremolo geometry. - Projects requiring additional hardware not present in the package. ## Variant options - Silver (SKU dcd-30003678536) – $8.33 USD - Black (SKU dcd-30003678537) – $8.33 USD - Gold (SKU dcd-30003678538) – $8.89 USD ## Price and logistics facts - Silver and Black: $8.33 USD; Gold: $8.89 USD. - Package dimensions: 26.0 x 18.0 x 6.0 cm. - One product image available; no other media listed. ## Trust signals - Tags indicate content validated and quality audited (wp-quality-audited, wp-content-validated). - Inventory status not stated in source data. - Return policy not provided. - Prices consistent across variants (Gold slightly higher). ## Image assets - https://cdn.shopify.com/s/files/1/0807/5486/8463/files/d9f2b94d-8b9d-4d60-a7c4-3f36a4fd2473.jpg?v=1786242148 ## Agent notes - No image analysis performed; visual details (finish, machining) not verified. - Confirm screw spacing and string spacing compatibility with target guitar model. - Package dimensions likely differ from actual product size; verify physical fit. - Only a photograph exists; no additional views or diagrams.
This product has 1 image 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": "Guitar Tremolo Bridge with Vibrato Arm and Spring",
"product_id": 9537732444399,
"variant_id": 50405839569135,
"quantity": 1,
"grams": 450,
"length_cm": "26.0",
"width_cm": "18.0",
"height_cm": "6.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").