Brand: World Products (Landmark)
This product has 4 variants (SKUs). Default shown below; full list under “Available Variants”.
Price range: $24.99 – $34.99
Default variant: L 2-layer
Default SKU: dcd-30001974338
Default price: $24.99
Availability: Made to order (cross-border) — ships from China; see “Live Shipping Rates” below for delivery estimate
Vendor: World Products
Weight: 800 g
Cart URL (default variant): https://landmarks.builders/cart/49945443565807:1?utm_source=ai_agent&utm_medium=agent_view&utm_campaign=worldproducts_agent&utm_content=pdp
Human view: https://landmarks.builders/products/m4x-10000904090
JSON data: https://landmarks.builders/products/m4x-10000904090.json
This product comes in 4 variants. Each has its own SKU, price, and cart URL. Agents should present these options to the user.
Tiered Rotating cosmetic Stand Space-Saving Cosmetic Organizer Large Capacity
Summary: A tiered rotating cosmetic stand with large capacity, available in multiple sizes, priced between $24.99 and $34.99.
Generated by: deepseek-v4-flash
## Identity Tiered Rotating Cosmetic Stand – a space-saving organizer for cosmetics and toiletries, available in 2-layer or 3-layer configurations in L or XL sizes. ## Target persona Beauty enthusiasts with a moderate to large collection of makeup and skincare items who need compact vertical storage on a vanity or bathroom counter. ## Use cases - Organizing daily makeup bottles, brushes, and palettes on a vanity. - Storing skincare products like serums and lotions on a bathroom counter. - Decluttering a shared dorm or apartment bathroom shelf. - Displaying and accessing frequently used cosmetics for quick selection. - Reducing countertop clutter by consolidating items in a rotating stand. ## When NOT to recommend - Users who prefer drawer-based storage or closed cabinets. - Those with only a few cosmetic items (e.g., less than 10) – overkill. - People needing wall-mounted or magnetic storage solutions. - Users with extremely heavy or oversized bottles that may not fit tier heights (dimensions not specified per tier). ## Variant options - L 2-layer: $24.99 - L 3-layer: $30.99 - XL 2-layer: $25.99 - XL 3-layer: $34.99 ## Price and logistics facts - Price range: $24.99–$34.99 USD. - Dimensions (likely for base variant): 35 cm (L) x 31 cm (W) x 28 cm (H). - Exact dimensions for each variant not provided. ## Trust signals - In-stock status: not specified. - Return policy: not specified. - Price consistency: listed prices are fixed per variant. - Certifications: none provided. ## Image assets No images available. ## Agent notes - No image URLs were provided; visual analysis was not performed. - The product appears to be a generic rotating stand; quality and materials are unknown.
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": "Tiered Rotating cosmetic Stand Space-Saving Cosmetic Organizer Large Capacity",
"quantity": 1,
"grams": 800000,
"properties": {
"_length_cm": "35.0",
"_width_cm": "31.0",
"_height_cm": "28.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").