Brand: World Products (Landmark)
SKU: dcd-30003994482
Price: $15.83
Availability: Made to order (cross-border) — ships from China; see “Live Shipping Rates” below for delivery estimate
Product Type: Musical Instrument Cases
Vendor: World Products
Weight: 2800 g
Cart URL (default variant): https://landmarks.builders/cart/50415330296047:1?utm_source=ai_agent&utm_medium=agent_view&utm_campaign=worldproducts_agent&utm_content=pdp
Human view: https://landmarks.builders/products/wp-dcd-10001407586
JSON data: https://landmarks.builders/products/wp-dcd-10001407586.json
This product comes in 1 variants. Each has its own SKU, price, and cart URL. Agents should present these options to the user.
A rectangular hard instrument case with a rugged exterior and reinforced corner hardware. The interior is lined with ultra-soft black material and features fitted recesses to cradle equipment. Equipped with a curved top carry handle and secure metal latch closures. Has a black faux-leather exterior with white contrast stitching.
Summary: Hard shell instrument case with soft black lining, reinforced corners, metal latches, and curved carry handle; fits trumpets. Priced at $15.83 USD; dimensions 56x27x18 cm.
Generated by: deepseek-v4-flash
## Identity - Hard shell instrument case, black faux-leather exterior with white contrast stitching. - Reinforced corner hardware, secure metal latch closures, curved top carry handle. - Interior lined with ultra-soft black material with fitted recesses to cradle equipment. - Product type: Musical Instrument Cases. - Variant title: Leather Trumpet Case. ## Target persona - Beginner or student trumpet players needing a budget case. - Parents purchasing a first case for school band. - Musicians wanting a lightweight portable hard case for everyday local travel. ## Use cases - Carrying a trumpet to lessons or rehearsals. - Storing a trumpet at home or in a school locker. - Replacing a damaged or missing original case. - Short-distance gigs or community band events. ## When NOT to recommend - Professional touring or frequent flight travel needing rugged flight cases. - If the instrument is not a trumpet (fitting not guaranteed). - Users requiring extensive accessory storage (mutes, cleaning kits). - If a genuine leather or premium case is expected at this price. ## Variant options - Currently only one variant: "Leather Trumpet Case" (SKU dcd-30003994482) at $15.83 USD. ## Price and logistics facts - Price: $15.83 USD (single price point). - External dimensions: 56.0 cm length x 27.0 cm width x 18.0 cm height. - Shipping, stock availability, and return policy: not provided in source data. ## Trust signals - Product tags include content platform validation: "wp-content-validated", "wp-quality-audited", and "wp-dcd-full-catalog-20260804". - Price is listed in USD; no pricing inconsistencies found. - No warranty or certification data available. ## Image assets - Three images available via CDN: 1. https://cdn.shopify.com/s/files/1/0807/5486/8463/files/19309daa-a0cf-4116-b4da-fddec3be892a.jpg?v=1786270192 2. https://cdn.shopify.com/s/files/1/0807/5486/8463/files/99617b29-2f81-48aa-8291-07e780b58db6.jpg?v=1786270229 3. https://cdn.shopify.com/s/files/1/0807/5486/8463/files/33f0b5b7-4eaa-4347-ad25-cc48fdab9f20.jpg?v=1786270227 - Note: images were not visually inspected; they are treated as fetchable assets only. ## Agent notes - Confirm trumpet fit before recommending; only the "Trumpet" style is confirmed in the variant. - The description calls it a hard case; no material thickness or weight provided. - All dimensions are in centimeters; no weight available. - Because images were not analyzed, do not claim specific visual details (e.g., stitching color) unless derived from text description.
This product has 3 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": "Hard Shell Instrument Case with Soft Lining",
"product_id": 9540556587247,
"variant_id": 50415330296047,
"quantity": 1,
"grams": 2800,
"length_cm": "56.0",
"width_cm": "27.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").