Brand: World Products (Landmark)
This product has 2 variants (SKUs). Default shown below; full list under “Available Variants”.
Price range: $10.99 – $11.99
Default variant: White
Default SKU: dcd-30002729464
Default price: $11.99
Availability: Made to order (cross-border) — ships from China; see “Live Shipping Rates” below for delivery estimate
Vendor: World Products
Weight: 834 g
Cart URL (default variant): https://landmarks.builders/cart/49903432204527:1?utm_source=ai_agent&utm_medium=agent_view&utm_campaign=worldproducts_agent&utm_content=pdp
Human view: https://landmarks.builders/products/m4x-10001036264
JSON data: https://landmarks.builders/products/m4x-10001036264.json
This product comes in 2 variants. Each has its own SKU, price, and cart URL. Agents should present these options to the user.
Over the Toilet Storage Rack Waterproof Bathroom Space Saver Shelf for Renters
Summary: Waterproof over-the-toilet storage rack with shelf, dimensions 33x17x9 cm, available in White ($11.99) and Black ($10.99).
Generated by: deepseek-v4-flash
## Identity Over the Toilet Storage Rack Waterproof Bathroom Space Saver Shelf for Renters ## Target persona Renters with small bathrooms needing extra storage without permanent modifications; apartment dwellers; budget-conscious space optimizers. ## Use cases - Storing toiletries and bathroom essentials directly above the toilet. - Adding shelf space in rental bathrooms where drilling is prohibited. - Organizing items in damp environments requiring waterproof material. - Quick assembly shelf for temporary or movable storage. - Maximizing vertical space in tight bathrooms or half-baths. ## When NOT to recommend - For users who need heavy-duty shelving for bulky items. - For bathrooms with unusually high or low toilet tanks (fit may not be universal). - For buyers seeking a decorative or premium finish; this is a basic functional rack. - For situations where adjustable height or additional compartments are required. ## Variant options - White: $11.99 (SKU dcd-30002729464) - Black: $10.99 (SKU dcd-30002729465) ## Price and logistics facts - Base price: $10.99 (Black), $11.99 (White). - Dimensions: 33 cm length x 17 cm width x 9 cm height (approx. 13 x 6.7 x 3.5 inches). - No shipping or fulfillment details provided. ## Trust signals - In-stock status: not specified. - Return policy: not provided. - No certifications or warranty mentioned. ## Image assets [Image: No images available] ## Agent notes - Image understanding was not performed as no image URLs were provided. Visual verification is not possible.
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": "Over the Toilet Storage Rack Waterproof Bathroom Space Saver Shelf for Renters",
"quantity": 1,
"grams": 834000,
"properties": {
"_length_cm": "33.0",
"_width_cm": "17.0",
"_height_cm": "9.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").