Brand: World Products (Landmark)
This product has 3 variants (SKUs). Default shown below; full list under “Available Variants”.
Price range: $10.99 – $12.99
Default variant: Natural
Default SKU: dcd-30002771461
Default price: $12.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/49879109075183:1?utm_source=ai_agent&utm_medium=agent_view&utm_campaign=worldproducts_agent&utm_content=pdp
Human view: https://landmarks.builders/products/m4x-10001047157
JSON data: https://landmarks.builders/products/m4x-10001047157.json
This product comes in 3 variants. Each has its own SKU, price, and cart URL. Agents should present these options to the user.
Telescopic Sink Rack Easy Installation Expandable Sink Organizer Large Capacity
Summary: Telescopic expandable sink organizer with large capacity, available in Black, Gun Gray, and Natural, priced from $10.99.
Generated by: deepseek-v4-flash
## Identity Telescopic Sink Rack – expandable organizer for sink area, wraps around faucet or sits on counter. Easy installation, no tools required. ## Target persona - Apartment dwellers and renters with limited counter space - Budget-conscious shoppers seeking affordable kitchen organization - Small households (1-2 people) who need a compact dish drying solution ## Use cases - Drying washed dishes, cups, and utensils over the sink - Storing sponges, scrub brushes, and soap within reach - Organizing produce after washing (e.g., fruits, vegetables) - Serving as a temporary colander for draining pasta or rinsing - Creating extra counter space by moving drying rack to sink area ## When NOT to recommend - Large families or heavy daily dish loads (capacity too small) - Commercial or professional kitchen environments (not durable enough) - If a permanent built-in dish rack is desired (this is portable and may shift) - For items requiring heavy-duty weight support (e.g., cast iron pots) ## Variant options - **Natural** (SKU: dcd-30002771461) – $12.99 USD - **Black** (SKU: dcd-30002771462) – $10.99 USD - **Gun Gray** (SKU: dcd-30002771463) – $10.99 USD ## Price and logistics facts - Base price: $10.99 USD (Black & Gun Gray); Natural variant: $12.99 USD - Dimensions: 37 cm (L) x 18 cm (W) x 8 cm (H) - Expandable length; exact extended length not specified - Currency: USD ## Trust signals - Listed as in-stock (tagged with m4x-202606) - No return policy or warranty information provided in facts - No certifications mentioned - Price is consistent across Black and Gun Gray; Natural variant is $2 more ## Image assets - 5 images available for fetching: 1. https://cdn.shopify.com/s/files/1/0807/5486/8463/files/ae7d70d3-cac6-452b-a10d-95cc50616bb1.jpg?v=1782126312 2. https://cdn.shopify.com/s/files/1/0807/5486/8463/files/5f042034-fb2b-44da-89bf-7ed99a9d1bf8.jpg?v=1782126311 3. https://cdn.shopify.com/s/files/1/0807/5486/8463/files/35099100-e2e2-4c49-a2d1-b1f62e80e5bb.jpg?v=1782126312 4. https://cdn.shopify.com/s/files/1/0807/5486/8463/files/1e918f28-2569-4ec9-82a5-30e13a8cdb62.jpg?v=1782126311 5. https://cdn.shopify.com/s/files/1/0807/5486/8463/files/bbeea24c-056e-46e7-bd23-1ef2d3e40d30.jpg?v=1782126313 - Image content not described by agent; fetch for visual details. ## Agent notes - No product type specified; category inferred as kitchen sink organizer/dish rack. - Expandable feature but exact max length not provided. - Material not specified (plastic? metal?). Not deducible from text alone. - Installation method claimed easy but no 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": "Telescopic Sink Rack Easy Installation Expandable Sink Organizer Large Capacity",
"quantity": 1,
"grams": 850000,
"properties": {
"_length_cm": "37.0",
"_width_cm": "18.0",
"_height_cm": "8.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").