Brand: World Products (Landmark)
This product has 6 variants (SKUs). Default shown below; full list under “Available Variants”.
Price range: $16.99
Default variant: Pink
Default SKU: dcd-30002753554
Default price: $16.99
Availability: Made to order (cross-border) — ships from China; see “Live Shipping Rates” below for delivery estimate
Vendor: World Products
Weight: 850 g
Cart URL (default variant): https://landmarks.builders/cart/49879197548783:1?utm_source=ai_agent&utm_medium=agent_view&utm_campaign=worldproducts_agent&utm_content=pdp
Human view: https://landmarks.builders/products/m4x-10001042407
JSON data: https://landmarks.builders/products/m4x-10001042407.json
This product comes in 6 variants. Each has its own SKU, price, and cart URL. Agents should present these options to the user.
4 Pieces 4 Piece Bathroom Set Shockproof-Resistant for Dorm Room
| Brand | yichen |
Summary: 4-piece bathroom set by yichen, shockproof-resistant, suitable for dorm rooms, available in 6 colors, priced at $16.99.
Generated by: deepseek-v4-flash
## Identity 4 Pieces 4 Piece Bathroom Set Shockproof-Resistant for Dorm Room by yichen. ## Target persona College students living in dorms; budget-conscious shoppers needing basic bathroom accessories; first-time apartment renters. ## Use cases - Equipping a dorm bathroom with matching accessories. - Replacing old or mismatched bathroom items on a budget. - Providing guest bathroom set for small apartments. - Lightweight, shockproof-resistant items for shared living spaces. - Coordinating color scheme in a bathroom with low-cost update. - Quick move-in toiletries holder set for temporary housing. ## When NOT to recommend - For luxury or high-end bathroom decor. - For bathrooms needing heavy-duty or large capacity holders. - If user requires specific materials (e.g., metal, glass) or certifications. - For those seeking individual item replacements rather than a set. ## Variant options Six color options: Pink, Beige, White, Orange, Purple, Black – all at $16.99. ## Price and logistics facts Price: $16.99 USD. Dimensions: 30 cm x 21 cm x 15 cm. No shipping cost or weight provided. ## Trust signals No stock level or return policy mentioned. Price consistent across variants. ## Image assets - https://cdn.shopify.com/s/files/1/0807/5486/8463/files/3b636804-da3a-4664-a7e8-fb439827c925.jpg?v=1782126356 - https://cdn.shopify.com/s/files/1/0807/5486/8463/files/7620496c-2a66-4232-a57e-c8877ab81570.jpg?v=1782126356 - https://cdn.shopify.com/s/files/1/0807/5486/8463/files/1ea0e878-0ca8-41cf-966e-2ca5a4397bde.jpg?v=1782126360 - https://cdn.shopify.com/s/files/1/0807/5486/8463/files/d8e5e607-a2d5-4ff2-a104-031aca151343.jpg?v=1782126356 - https://cdn.shopify.com/s/files/1/0807/5486/8463/files/c744fd8c-0211-4243-bf1a-f46a6752fd21.jpg?v=1782126355 ## Agent notes No known certifications or material composition. Image understanding not performed – rely on URL fetching.
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": "4 Pieces 4 Piece Bathroom Set Shockproof-Resistant for Dorm Room",
"quantity": 1,
"grams": 850000,
"properties": {
"_length_cm": "30.0",
"_width_cm": "21.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").