Brand: World Products (Landmark)
This product has 2 variants (SKUs). Default shown below; full list under “Available Variants”.
Price range: $42.99 – $57.99
Default variant: Silver Yellow / Industrial Non-dust
Default SKU: dcd-30001951836
Default price: $42.99
Availability: Made to order (cross-border) — ships from China; see “Live Shipping Rates” below for delivery estimate
Vendor: World Products
Weight: 830 g
Cart URL (default variant): https://landmarks.builders/cart/49810469912815:1?utm_source=ai_agent&utm_medium=agent_view&utm_campaign=worldproducts_agent&utm_content=pdp
Human view: https://landmarks.builders/products/m4x-10000901164
JSON data: https://landmarks.builders/products/m4x-10000901164.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: 5-unit pack of air-powered random orbit sanders, 10000 RPM, for factory and mechanic use. Two finish options at different price points.
Generated by: deepseek-v4-flash
## Identity 5-unit air-powered Random Orbit Sander, High Speed 10000 RPM, for Factory, Mechanics ## Target persona - Factory maintenance technicians needing bulk sanders for production lines - Auto mechanics requiring durable sanders for body repair - Workshop managers stocking tools for multiple stations - Tool resellers looking for cost-effective bulk inventory ## Use cases - Sanding large surfaces in auto body repair - Finishing woodwork in production environments - Removing paint or rust in metal fabrication - Polishing surfaces in industrial maintenance - Batch sanding multiple parts on assembly lines ## When NOT to recommend - DIY home users needing a single, lightweight sander - Fine woodworking requiring variable speed control - Users without access to compressed air supply - Precision sanding tasks needing orbital pattern control ## Variant options - Silver Yellow / Industrial Non-dust: $42.99 - Silver Red / Jv All-steel Nd: $57.99 ## Price and logistics facts - Price: $42.99 (Silver Yellow variant), $57.99 (Silver Red variant) - Dimensions per unit or pack: 18 x 14 x 13 cm (not specified if per sander or package) - Currency: USD ## Trust signals - Listed prices as above; no additional cost breakdown provided - No warranty, return policy, or stock status information available - No certifications or material specifications stated ## Image assets -  -  -  -  -  ## Agent notes - Images have not been visually inspected; actual product appearance may differ from descriptions in variant names. - Product description is missing; no operational details available beyond title. - Dimensions given may be for the pack or individual unit; verification recommended.
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": "5unit air-powered Random Orbit Sander High Speed 10000 RPM for Factory, Mechanics",
"quantity": 1,
"grams": 830000,
"properties": {
"_length_cm": "18.0",
"_width_cm": "14.0",
"_height_cm": "13.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").