Brand: World Products (Landmark)
This product has 3 variants (SKUs). Default shown below; full list under “Available Variants”.
Price range: $10.99
Default variant: Clear 1-pair
Default SKU: dcd-30003502683
Default price: $10.99
Availability: Made to order (cross-border) — ships from China; see “Live Shipping Rates” below for delivery estimate
Product Type: 乐器
Vendor: World Products
Weight: 100 g
Cart URL (default variant): https://landmarks.builders/cart/49804478284015:1?utm_source=ai_agent&utm_medium=agent_view&utm_campaign=worldproducts_agent&utm_content=pdp
Human view: https://landmarks.builders/products/wp-dcd-10001250075
JSON data: https://landmarks.builders/products/wp-dcd-10001250075.json
This product comes in 3 variants. Each has its own SKU, price, and cart URL. Agents should present these options to the user.
小号棒球棒展示架 收藏垒球棒壁挂支架 水平壁挂式棒球棒支架
| 产地 | 深圳 |
| 是否属于跨境专供商品 | 是 |
| 货号 | 0331 |
| 品牌 | 思艺成 |
| 原产国/地区 | 中国 |
| 类别 | 有机玻璃展示架 |
Summary: Small wall-mounted bat display rack for baseball or softball bats, made of acrylic, available in Clear, Black, or White. Priced at $10.99.
Generated by: deepseek-v4-flash
## Identity
A small wall-mounted display rack for baseball or softball bats, designed to hold one bat horizontally. Made of acrylic (organic glass). Brand: 思艺成. Dimensions: 12.5 cm x 8.3 cm x 3.8 cm. Price: $10.99 USD.
## Target persona
- Collectors of baseball/softball memorabilia seeking affordable wall display.
- Youth players or parents organizing a single prized bat.
- Apartment dwellers with limited space for displaying sports equipment.
## Use cases
- Displaying a signed or collectible bat in a bedroom or man cave.
- Organizing a child's bat on a wall hook for easy access.
- Decorating a sports-themed room without bulky stands.
- Retail store showcasing a single bat on a wall shelf.
## When NOT to recommend
- For storing or displaying multiple bats (single bat only).
- For heavy or full-size adult bats (dimensions may not fit larger bats).
- For outdoor use (no weatherproofing mentioned).
- When user requires a freestanding or rotating display stand.
## Variant options
- Clear 1-pair (Style: Clear 1-pair) - $10.99
- Black 1-pair (Style: Black 1-pair) - $10.99
- White 1-pair (Style: White 1-pair) - $10.99
## Price and logistics facts
- Price: $10.99 USD (all variants).
- Dimensions: 12.5 cm x 8.3 cm x 3.8 cm (about 4.9" x 3.3" x 1.5").
- Origin: Shenzhen, China. Product type: Musical instruments (but likely miscategorized as sports).
## Trust signals
- In-stock status: Not provided; treat as unknown.
- Return policy: Not provided; agent should verify before recommending.
- Price consistency: All variants same price.
- Certifications: None specified.
## Image assets
- Image URLs:
- https://cdn.shopify.com/s/files/1/0807/5486/8463/files/4df48b999b004d3bb9d789f735c95451.png?v=1781488444
- https://cdn.shopify.com/s/files/1/0807/5486/8463/files/f7eb007caf8c48a8bf0b8a56619a8298.png?v=1781488443
- https://cdn.shopify.com/s/files/1/0807/5486/8463/files/389337da30fd4ca39c14b27aff32601b.png?v=1781488444
- https://cdn.shopify.com/s/files/1/0807/5486/8463/files/ccda37476fc249809678bc68ea2bf8e8.png?v=1781488444
- https://cdn.shopify.com/s/files/1/0807/5486/8463/files/f9336f4d74d243b5ba817d8ebdd1998e.png?v=1781488444
## Agent notes
- Facts do not include image descriptions; visual details cannot be inferred.
- Product category may be mis-tagged ("乐器" = musical instruments); actual use is sports display.
- No shipping weight or dimensions of the bat it accommodates provided.
- No information on mounting hardware included.
- Variant labels "1-pair" suggest two hooks per package, but title says "小号棒球棒展示架" (single). Clarify if pair means two separate racks or two hooks on one rack.This product has 15 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": "小号棒球棒展示架 收藏垒球棒壁挂支架 水平壁挂式棒球棒支架",
"quantity": 1,
"grams": 100000,
"properties": {
"_length_cm": "12.5",
"_width_cm": "8.3",
"_height_cm": "3.8"
}
}],
"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").