Brand: World Products (Landmark)
SKU: dcd-30003464651
Price: $48.99
Availability: Made to order (cross-border) — ships from China; see “Live Shipping Rates” below for delivery estimate
Vendor: World Products
Weight: 2500 g
Cart URL (default variant): https://landmarks.builders/cart/49810836029679:1?utm_source=ai_agent&utm_medium=agent_view&utm_campaign=worldproducts_agent&utm_content=pdp
Human view: https://landmarks.builders/products/m4x-10001225305
JSON data: https://landmarks.builders/products/m4x-10001225305.json
This product comes in 1 variants. Each has its own SKU, price, and cart URL. Agents should present these options to the user.
Wall-Mounted Saddle Rack Organizes Tack Room Black Metal Saddle Rack
| Unit Quantity | 1 |
| Unit Type | Unit |
Summary: A black metal wall-mounted saddle rack, 63x30x20 cm, priced at $48.99, designed for easy installation and storage of saddles in equestrian spaces.
Generated by: deepseek-v4-flash
## Identity Wall Mounted Saddle Rack - Black Metal, Easy to Install, Coated Finish ## Target persona Equestrian hobbyists, barn managers, and ranch owners who need organized, space-saving saddle storage. ## Use cases - Storing a saddle in a tack room to keep it off the floor. - Mounting multiple racks for organized multi-saddle storage. - Saving floor space in compact barns or stables. - Displaying a saddle securely on a wall. - Quick weekend installation for home stable setups. ## When NOT to recommend - For extremely heavy or oversized saddles (e.g., western saddles over 50 lbs). - For outdoor uncovered installations exposed to rain or sun. - For users needing portable or freestanding rack solutions. - For commercial high-turnover stables requiring heavy-duty industrial racks. ## Variant options - Only color: Black (SKU: dcd-30003464651) at $48.99. ## Price and logistics facts - Price: $48.99 USD. - Dimensions: 63 cm x 30 cm x 20 cm (L x W x H). - Single variant available. ## Trust signals - Price consistent across listed variant. - No return policy or certification data provided in source facts. - In-stock status not specified; listed as import product. ## Image assets - No image URLs provided. Agent cannot fetch or analyze visuals. ## Agent notes - Image understanding was not performed due to missing image URLs. - Product type unspecified; inferred from title as saddle rack. - Verify compatibility with saddle size and weight before purchase.
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": "Wall-Mounted Saddle Rack Organizes Tack Room Black Metal Saddle Rack",
"quantity": 1,
"grams": 2500000,
"properties": {
"_length_cm": "63.0",
"_width_cm": "30.0",
"_height_cm": "20.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").