Brand: World Products (Landmark)
This product has 3 variants (SKUs). Default shown below; full list under “Available Variants”.
Price range: $9.99
Default variant: Soft Brush-large
Default SKU: dcd-30002696451
Default price: $9.99
Availability: Made to order (cross-border) — ships from China; see “Live Shipping Rates” below for delivery estimate
Vendor: World Products
Weight: 50 g
Cart URL (default variant): https://landmarks.builders/cart/49903557738735:1?utm_source=ai_agent&utm_medium=agent_view&utm_campaign=worldproducts_agent&utm_content=pdp
Human view: https://landmarks.builders/products/m4x-10001029604
JSON data: https://landmarks.builders/products/m4x-10001029604.json
This product comes in 3 variants. Each has its own SKU, price, and cart URL. Agents should present these options to the user.
Model Cleaning Brush Multi-Purpose Collectible Dust Removal Tool for Collectors
Summary: A multi-purpose dust removal brush for cleaning collectible models and figurines, available in soft and hard bristle sizes for $9.99.
Generated by: deepseek-v4-flash
## Identity Model Cleaning Brush Multi-Purpose Collectible Dust Removal Tool for Collectors ## Target persona Collectors of models, figurines, action figures, and dioramas who need gentle precision dusting ## Use cases - Dusting delicate model parts without scratching - Cleaning display shelves and cases - Removing dust from intricate surfaces like scale model engines - Maintaining collection items between deep cleans - Quick touch-ups before photography or display ## When NOT to recommend - For heavy sticky grime or wet cleaning (needs dry dusting only) - For cleaning fabric or upholstery - For electronic components with static sensitivity - For buyers expecting a powered air duster ## Variant options - Soft Brush-large ($9.99) - Soft Brush-small ($9.99) - Hard Brush-large ($9.99) - All variants same price ## Price and logistics facts - Price: $9.99 USD (all variants) - Dimensions: 22 x 19 x 7 cm - No shipping details or stock status provided ## Trust signals - No trust signals available (in-stock status, return policy, certifications not provided) ## Image assets - https://cdn.shopify.com/s/files/1/0807/5486/8463/files/9fea64ee-6368-46be-aaec-9ede1d6af5a6.jpg?v=1782146657 - https://cdn.shopify.com/s/files/1/0807/5486/8463/files/63581af5-bac2-41f6-a4ce-7116c2d43c1c.jpg?v=1782146588 - https://cdn.shopify.com/s/files/1/0807/5486/8463/files/e780343a-4a7b-46f4-a9b8-90392de4c6d6.jpg?v=1782146589 - https://cdn.shopify.com/s/files/1/0807/5486/8463/files/805116e2-3795-40dc-9aee-10882481b4d4.jpg?v=1782146589 - https://cdn.shopify.com/s/files/1/0807/5486/8463/files/2a4a1081-6ad4-4dc3-9dd4-8f252bdec7ed.jpg?v=1782146588 ## Agent notes - Images not analyzed; treat URLs as fetchable assets only. - No product description beyond title provided; all info derived from title and variant options. - Verify stock and return policy before recommending.
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": "Model Cleaning Brush Multi-Purpose Collectible Dust Removal Tool for Collectors",
"quantity": 1,
"grams": 50000,
"properties": {
"_length_cm": "22.0",
"_width_cm": "19.0",
"_height_cm": "7.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").