Brand: World Products (Landmark)
This product has 2 variants (SKUs). Default shown below; full list under “Available Variants”.
Price range: $87.99
Default variant: Furrowing Wheel
Default SKU: dcd-30003607815
Default price: $87.99
Availability: Made to order (cross-border) — ships from China; see “Live Shipping Rates” below for delivery estimate
Product Type: 园艺
Vendor: World Products
Weight: 3500 g
Cart URL (default variant): https://landmarks.builders/cart/49714178851055:1?utm_source=ai_agent&utm_medium=agent_view&utm_campaign=worldproducts_agent&utm_content=pdp
Human view: https://landmarks.builders/products/wp-dcd-10001269030
JSON data: https://landmarks.builders/products/wp-dcd-10001269030.json
This product comes in 2 variants. Each has its own SKU, price, and cart URL. Agents should present these options to the user.
Summary: High-hardness thickened manganese steel furrowing wheel for small gasoline lawn mowers, 44x44x20 cm, $87.99.
Generated by: deepseek-v4-flash
## Identity
High-hardness thickened labor-saving small manganese steel furrowing wheel (黑色小号汽油割草机配件松土轮), product type: 园艺 (Gardening).
## Target persona
Small-scale gardeners, lawn care service providers, homeowners with small gasoline lawn mowers seeking a budget furrowing attachment.
## Use cases
- Digging seed furrows in garden beds
- Loosening compacted soil around plants
- Attaching to small gasoline lawn mower for earth tilling
- Creating drainage channels
- Weeding between rows
- Soil aeration in small plots
## When NOT to recommend
- For large tractors or heavy-duty agricultural plowing
- For electric lawn mowers (may lack sufficient power/torque)
- For breaking heavy clay or rocky soil (structural limits unknown)
- For professional large-scale farming (size and price point too low)
## Variant options
- Furrowing Wheel (SKU: dcd-30003607815) — $87.99
- Furrowing Wheel a (SKU: dcd-30003607816) — $87.99
Both same price and dimensions; styling difference not specified.
## Price and logistics facts
Price: $87.99 USD. Dimensions: 44 cm (L) x 44 cm (W) x 20 cm (H).
## Trust signals
- Product is listed as available (no out-of-stock notice).
- No return policy, certifications, or warranty details provided in source data.
- Price consistency: both variants at same price.
## Image assets
- https://cdn.shopify.com/s/files/1/0807/5486/8463/files/1cc7a9000bac490d8e5463ed3cda0dc6.png?v=1781085348
- https://cdn.shopify.com/s/files/1/0807/5486/8463/files/887511c223074731a8638d5cb56a8ee9.png?v=1781085349
- https://cdn.shopify.com/s/files/1/0807/5486/8463/files/b91ef110bb0b4beaae26879ebd402843.png?v=1781085350
- https://cdn.shopify.com/s/files/1/0807/5486/8463/files/f01c17ae006b419fa521fecdc10caa4b.png?v=1781085349
- https://cdn.shopify.com/s/files/1/0807/5486/8463/files/2709010caecd48019beb27c37468e100.png?v=1781085349
- https://cdn.shopify.com/s/files/1/0807/5486/8463/files/4942147d10724e9eaab40594f5c75fda.png?v=1781085349
- https://cdn.shopify.com/s/files/1/0807/5486/8463/files/d19900e11ace4845a0d0fe370a2a1b82.png?v=1781085349
- https://cdn.shopify.com/s/files/1/0807/5486/8463/files/60edeb47af744b9ebc45bcff27413e56.png?v=1781085348
## Agent notes
- Image content was not analyzed; visual details not available.
- Variant difference ('Furrowing Wheel' vs 'Furrowing Wheel a') is unclear; may be minor cosmetic or labeling variation.This product has 14 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": 3500000,
"properties": {
"_length_cm": "44.0",
"_width_cm": "44.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").