Brand: World Products (Landmark)
SKU: dcd-30003287315
Price: $38.99
Availability: Made to order (cross-border) — ships from China; see “Live Shipping Rates” below for delivery estimate
Vendor: World Products
Weight: 300 g
Cart URL (default variant): https://landmarks.builders/cart/49810364661999:1?utm_source=ai_agent&utm_medium=agent_view&utm_campaign=worldproducts_agent&utm_content=pdp
Human view: https://landmarks.builders/products/m4x-10001161345
JSON data: https://landmarks.builders/products/m4x-10001161345.json
This product comes in 1 variants. Each has its own SKU, price, and cart URL. Agents should present these options to the user.
Serrated Horse Long-Lasting Wood Handle Grooming Tool for Equestrians
| Unit Quantity | 1 |
| Unit Type | Unit |
Summary: Serrated horse care tool with wood handle, designed for arena use; measures 21.2 x 7.3 x 4.0 cm; priced at $38.99 USD.
Generated by: deepseek-v4-flash
## Identity Serrated horse grooming tool with a long-lasting wood handle, intended for equine care in riding arenas. ## Target persona Horse owners, equestrians, stable managers, and riding instructors who need a durable grooming tool for routine care. ## Use cases - Daily grooming to remove dirt and loose hair. - Preparing a horse for riding by smoothing coat. - Cleaning after arena work or turnout. - Removing dried mud from legs and body. - General stable maintenance grooming. ## When NOT to recommend - For sensitive areas like face or legs due to serrated edge. - For show grooming requiring a polished finish. - For non-equine animals (e.g., dogs, cats). - If a softer grooming tool is preferred for comfort. ## Variant options - No Logo (only available variant) at $38.99 USD. ## Price and logistics facts - Price: $38.99 USD (no discounts known). - Dimensions: 21.2 cm length, 7.3 cm width, 4.0 cm height. - No shipping or weight information provided. ## Trust signals - In-stock status: not specified. - Return policy: not provided. - Price consistency: single price point across variant. - Certifications: none listed. ## Image assets No images available. ## Agent notes - No product description was provided; key features and materials are inferred from the title. - The product has only one style option (No Logo). - Verify stock and return policy before recommending. - Image understanding not performed due to missing images.
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": "Serrated Horse Long-Lasting Wood Handle Grooming Tool for Equestrians",
"quantity": 1,
"grams": 300000,
"properties": {
"_length_cm": "21.2",
"_width_cm": "7.3",
"_height_cm": "4.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").