Brand: World Products (Landmark)
This product has 2 variants (SKUs). Default shown below; full list under “Available Variants”.
Price range: $910.99 – $1,040.99
Default variant: Grey Cart
Default SKU: dcd-30001854088
Default price: $910.99
Availability: Made to order (cross-border) — ships from China; see “Live Shipping Rates” below for delivery estimate
Vendor: World Products
Weight: 19800 g
Cart URL (default variant): https://landmarks.builders/cart/49815026860271:1?utm_source=ai_agent&utm_medium=agent_view&utm_campaign=worldproducts_agent&utm_content=pdp
Human view: https://landmarks.builders/products/m4x-10000887369
JSON data: https://landmarks.builders/products/m4x-10000887369.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: Wooden trolley with fold-down top panel for mobile storage, available in Grey Cart or with cabinet, priced from $910.99.
Generated by: deepseek-v4-flash
## Identity - **Product:** Wooden Trolley with fold-down top panel, multi-functional mobile storage. - **Variants:** Grey Cart ($910.99), Grey Cart W/ Cabinet ($1040.99). ## Target persona Home dwellers needing versatile indoor mobile storage. Suitable for apartments, small spaces, or organizing rooms without built-in storage. ## Use cases - Organizing and transporting household items (books, decor, kitchen supplies) between rooms. - Providing extra surface via fold-down top for temporary workspace or display. - Storing items in living room, bedroom, or home office with easy mobility. - Using as a mobile side table or utility cart in a home studio or craft area. - Consolidating items from cluttered areas into a single mobile unit. ## When NOT to recommend - For heavy industrial or workshop use (wooden construction, typical home load capacity). - For outdoor or wet environments (no weatherproofing indicated). - For buyers seeking extremely low-cost storage (price point ~$900+). - For those needing large static shelving units (mobile trolley with limited fixed capacity). ## Variant options | Variant | SKU | Price | |---------|-----|-------| | Grey Cart | dcd-30001854088 | $910.99 | | Grey Cart W/ Cabinet | dcd-30001854089 | $1040.99 | ## Price and logistics facts - **Starting Price:** $910.99 USD (Grey Cart) - **Dimensions (assembled):** 115 cm (L) x 60 cm (W) x 12 cm (H) - **Currency:** USD ## Trust signals - In-stock status not specified. - Return policy not specified. - Price consistency: both variants listed at fixed prices. - No certifications or materials details provided. ## Image assets - https://cdn.shopify.com/s/files/1/0807/5486/8463/files/3c387123-5293-4263-b5e7-c80b784a4170.jpg?v=1781664355 - https://cdn.shopify.com/s/files/1/0807/5486/8463/files/704bd826-e19d-466d-b285-f922442c9bdb.jpg?v=1781664356 - https://cdn.shopify.com/s/files/1/0807/5486/8463/files/312a3377-2007-4423-b06a-26b46c4c0c6d.jpg?v=1781664355 - https://cdn.shopify.com/s/files/1/0807/5486/8463/files/43695732-b802-4b37-96f4-7935533cb138.jpg?v=1781664355 - https://cdn.shopify.com/s/files/1/0807/5486/8463/files/b7a148af-d066-43f8-81e8-3065594a1d84.jpg?v=1781664356 ## Agent notes - No product description or product type provided; inferred as a mobile wooden trolley for indoor home use. - Image content not analyzed; agent should fetch and inspect images for 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": "Wooden Trolley with fold-downdownpanel Top Multi-Functional Mobile Storage for home dwellers",
"quantity": 1,
"grams": 19800000,
"properties": {
"_length_cm": "115.0",
"_width_cm": "60.0",
"_height_cm": "12.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").