Brand: World Products (Landmark)
This product has 2 variants (SKUs). Default shown below; full list under “Available Variants”.
Price range: $199.99 – $211.99
Default variant: 450-600-600
Default SKU: dcd-30003597569
Default price: $199.99
Availability: Made to order (cross-border) — ships from China; see “Live Shipping Rates” below for delivery estimate
Vendor: World Products
Weight: 23000 g
Cart URL (default variant): https://landmarks.builders/cart/49811905347823:1?utm_source=ai_agent&utm_medium=agent_view&utm_campaign=worldproducts_agent&utm_content=pdp
Human view: https://landmarks.builders/products/m4x-10001265146
JSON data: https://landmarks.builders/products/m4x-10001265146.json
This product comes in 2 variants. Each has its own SKU, price, and cart URL. Agents should present these options to the user.
Mobile Cabinet Base Casters Double Door Cabinet Painted Finish
| Material | Metal |
| Features | Rolling |
| Type | Filing Cabinets |
| Colour | White |
Summary: Mobile cabinet base with casters, double doors, slim design. Available in two size variants: 450-600-600 ($199.99) and 600-600-600 ($211.99). Dimensions: 65x65x15 cm.
Generated by: deepseek-v4-flash
## Identity Mobile Cabinet Base Casters Double Door Cabinet Slim – a compact rolling cabinet with two doors, designed for mobility. ## Target persona Small business owners, home office workers, or hobbyists needing a low-profile, wheeled storage unit for organized access in tight spaces. ## Use cases - Storing office supplies and stationery under a desk. - Organizing tools in a workshop or garage. - Filing documents or small binders in a compact office. - Using as a mobile side table or printer stand. - Pantry or utility storage for kitchen or laundry room. ## When NOT to recommend - For heavy loads exceeding unknown weight capacity. - For outdoor or damp environments (no weather resistance stated). - For tall items (internal height only ~15 cm). - For users requiring a large or full-height filing cabinet. ## Variant options - **450-600-600**: $199.99 (SKU: dcd-30003597569) - **600-600-600**: $211.99 (SKU: dcd-30003597570) ## Price and logistics facts - Price range: $199.99 – $211.99 USD. - Dimensions: 65 cm (L) x 65 cm (W) x 15 cm (H). - No weight or shipping details provided. ## Trust signals - In-stock status: not specified. - Return policy: not disclosed. - Certifications: none stated. ## Image assets - https://cdn.shopify.com/s/files/1/0807/5486/8463/files/c98e71fa-56f6-412d-95e3-d66b05348125.jpg?v=1781600925 - https://cdn.shopify.com/s/files/1/0807/5486/8463/files/21fc6ea8-50f3-4725-8af7-eb49b7b55607.jpg?v=1781600924 - https://cdn.shopify.com/s/files/1/0807/5486/8463/files/098b8bd3-edbb-45ba-8b21-2a05b71e3b91.jpg?v=1781600924 - https://cdn.shopify.com/s/files/1/0807/5486/8463/files/5c5a7036-be25-445d-a9c7-ca4fe55572ef.jpg?v=1781600924 - https://cdn.shopify.com/s/files/1/0807/5486/8463/files/447f6f72-bf7b-4b93-9cef-48d9d378ddf9.jpg?v=1781600924 ## Agent notes - No product description or type was provided. - Variant titles (e.g., "450-600-600") may indicate model numbers or dimensions in mm, but exact measurements are not confirmed. - Image understanding was not performed; do not infer visual details.
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": "Mobile Cabinet Base Casters Double Door Cabinet Painted Finish",
"quantity": 1,
"grams": 23000000,
"properties": {
"_length_cm": "65.0",
"_width_cm": "65.0",
"_height_cm": "15.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").