Brand: World Products (Landmark)
This product has 8 variants (SKUs). Default shown below; full list under “Available Variants”.
Price range: $41.39 – $45.83
Default variant: Red / Bracket
Default SKU: dcd-30003289697
Default price: $41.39
Availability: Made to order (cross-border) — ships from China; see “Live Shipping Rates” below for delivery estimate
Product Type: Percussion Instrument
Vendor: World Products
Weight: 4100 g
Cart URL (default variant): https://landmarks.builders/cart/50395498283247:1?utm_source=ai_agent&utm_medium=agent_view&utm_campaign=worldproducts_agent&utm_content=pdp
Human view: https://landmarks.builders/products/wp-dcd-10001162478
JSON data: https://landmarks.builders/products/wp-dcd-10001162478.json
This product comes in 8 variants. Each has its own SKU, price, and cart URL. Agents should present these options to the user.
This 5-bell cowbell stand organizes five metal cowbells for drummers. It produces a bright tone suitable for rehearsals and live performances. The stand allows flexible positioning for quick access. Helps keep the drum setup clean and efficient.
Summary: Five metal cowbells mounted on a stand for drummers; bright tone; bracket or clamp styles; USD 41.39 to 45.83.
Generated by: deepseek-v4-flash
## Identity 5-Bell Cowbell Stand with Metal Cowbells: a percussion stand holding five metal cowbells. Available in Red, Black, Blue, and Gray, with Bracket or Bracket-with-Clamp mounting styles. ## Target persona Working drummers and percussionists who need multiple cowbells positioned for quick access during rehearsals, live sets, or studio sessions. Built for players who want an organized drum setup with multi-tone cowbell sounds. ## Use cases - Mounting five cowbells on a drum kit for live performance. - Quick access to multiple cowbell tones during rehearsals. - Adding percussion accents in studio sessions. - Keeping a drum setup clean and efficient. - Using the bracket-with-clamp variant on a drum rim or mounting bar. ## When NOT to recommend - If the user wants only a single cowbell. - If the user needs electronic or synthesized cowbell sounds. - If the mounting surface cannot support a clamp or bracket. - If the user needs a compact setup and lacks space for a 52 cm long stand. ## Variant options - Bracket style: Red, Black, Blue, Gray — USD 41.39 - Bracket with Clamp style: Red, Black, Blue, Gray — USD 45.83 ## Price and logistics facts - Price: USD 41.39 to 45.83 depending on clamp option. - Dimensions: 52.0 cm (length) x 20.0 cm (width) x 10.0 cm (height). - Shipping, stock availability, and return policy were not provided. ## Trust signals - Product is tagged as wp-quality-audited in the catalog. - Prices are consistent across color variants within each style (bracket vs. bracket with clamp). - No certification data was provided. ## Image assets No image URLs were provided for this product. ## Agent notes Image understanding was not performed because no image assets were supplied. Confirm clamp compatibility with the user's existing drum hardware. The clamp variant costs USD 4.44 more than the bracket-only variant.
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": "5-Bell Cowbell Stand with Metal Cowbells",
"product_id": 9534275617007,
"variant_id": 50395498283247,
"quantity": 1,
"grams": 4100,
"length_cm": "52.0",
"width_cm": "20.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. 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").