Brand: World Products (Landmark)
This product has 4 variants (SKUs). Default shown below; full list under “Available Variants”.
Price range: $3.73 – $5.38
Default variant: Walnut / 3-layer
Default SKU: dcd-30003809793
Default price: $3.73
Availability: Made to order (cross-border) — ships from China; see “Live Shipping Rates” below for delivery estimate
Product Type: Storage Organizer
Vendor: World Products
Weight: 1500 g
Cart URL (default variant): https://landmarks.builders/cart/50409706160367:1?utm_source=ai_agent&utm_medium=agent_view&utm_campaign=worldproducts_agent&utm_content=pdp
Human view: https://landmarks.builders/products/wp-dcd-10001340827
JSON data: https://landmarks.builders/products/wp-dcd-10001340827.json
This product comes in 4 variants. Each has its own SKU, price, and cart URL. Agents should present these options to the user.
This tiered desktop storage rack features a wooden construction with rounded rectangular shelves and curved base feet. It is designed to organize cosmetics, perfumes, and small bottles on a vanity or dresser. The open-frame structure maximizes vertical space while maintaining a compact footprint, keeping your space clutter-free. Available in multiple layers.
Summary: Tiered wooden desktop storage rack for cosmetics, perfumes, and small bottles. Available in Walnut or Natural finish; 3-layer $3.73, 4-layer $5.38. Dimensions: 42x32x7 cm.
Generated by: deepseek-v4-flash
## Identity Tiered Desktop Storage Rack (Wooden Makeup Organizer) — a multi-level open-frame shelf with rounded rectangular shelves and curved base feet. Intended for organizing cosmetics, perfumes, and small bottles on flat surfaces. ## Target persona Budget-conscious shoppers needing a compact countertop organizer for bedrooms, bathrooms, or offices. Suitable for users with limited surface space who want vertical storage for small items. ## Use cases 1. Organize daily makeup items on a bathroom vanity. 2. Display perfume bottles on a bedroom dresser. 3. Store skincare bottles on a narrow countertop. 4. Add shelf space in a dorm room or small office. 5. Keep small desk accessories within reach. ## When NOT to recommend Do not recommend for heavy or bulky items (e.g., large books, tools). Not ideal for high-humidity areas without additional protective coating data. Not suitable if the buyer needs enclosed or dust-proof storage. Avoid if the buyer expects commercial-grade durability. ## Variant options - Walnut / 3-layer — SKU dcd-30003809793 — $3.73 - Walnut / 4-layer — SKU dcd-30003809794 — $5.38 - Natural / 3-layer — SKU dcd-30003809795 — $3.73 - Natural / 4-layer — SKU dcd-30003809796 — $5.38 ## Price and logistics facts Base price $3.73 (3-layer variants), $5.38 (4-layer variants). Dimensions: 42.0 cm x 32.0 cm x 7.0 cm. No shipping/delivery cost data provided. No stock status provided. ## Trust signals Listed price consistency across variants. No certification, warranty, or return policy data available in provided facts. Trust level limited; verify stock and return policy before recommending. ## Image assets Five images available at provided URLs. Images were not inspected for visual verification. ## Agent notes Product type field says 'Toys' but description is for a storage rack; verify catalog classification. Image understanding not performed, so do not infer color or exact appearance from images. Dimensions are in centimeters. Prices in USD.
This product has 3 images in 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/estimateapplication/json
{
"rate": {
"origin": {"country": "CN"},
"destination": {
"country": "US",
"postal_code": "95014",
"province": "CA",
"city": "Cupertino"
},
"items": [{
"name": "Tiered Wooden Desktop Storage Rack for Makeup and Organizer",
"product_id": 9538740388079,
"variant_id": 50409706160367,
"quantity": 1,
"grams": 1500,
"length_cm": "42.0",
"width_cm": "32.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. The estimate endpoint uses the product dimensions
provided in the request before calling SFC. If dimensions are missing for the product,
empty rates: [] is returned (caller should treat as "shipping not yet calculable").