Brand: World Products (Landmark)
This product has 2 variants (SKUs). Default shown below; full list under “Available Variants”.
Price range: $3.40 – $4.10
Default variant: Silver / Stainless Steel
Default SKU: dcd-30003959608
Default price: $4.10
Availability: Made to order (cross-border) — ships from China; see “Live Shipping Rates” below for delivery estimate
Product Type: Home Goods
Vendor: World Products
Weight: 840 g
Cart URL (default variant): https://landmarks.builders/cart/50414224179439:1?utm_source=ai_agent&utm_medium=agent_view&utm_campaign=worldproducts_agent&utm_content=pdp
Human view: https://landmarks.builders/products/wp-dcd-10001394804
JSON data: https://landmarks.builders/products/wp-dcd-10001394804.json
This product comes in 2 variants. Each has its own SKU, price, and cart URL. Agents should present these options to the user.
Smart Design: This kitchen sink organizer with drain spout features a raised tray base and an built-in front spout that automatically directs excess water straight into the sink, keeping your countertop dry and clean.
Efficient Organization: As a versatile sink organizer, it provides dedicated space for your sponges, brushes, and dish soaps, ensuring all necessary washing-up tools are neatly arranged in one accessible place.
Slotted Top Rack: The sink tidy with slotted rack allows air to circulate easily around your cleaning tools, promoting fast drainage and water drainage pooling around your sponges.
Compact Footprint: This countertop organizer measures 22 cm 14 cm 18.5 cm, making it the space-saving solution for busy kitchens, small apartments, and limited counter space-saving
Charming Details: Featuring a cheerful cheerful face-face decorative backplate and two circular side holders, this organizer adds a touch of personality while offering extra storage for smaller brushes or tools.
Summary: Compact self-draining kitchen sink organizer with a front drain spout and slots for sponges, brushes, and dish soap. Priced from $3.40.
Generated by: deepseek-v4-flash
## Identity
Compact countertop kitchen sink organizer with a raised tray base, built-in front drain spout, slotted top rack, and two side holders. Available in two material/color variants.
## Target persona
Budget-conscious home cooks and renters with small kitchens who need a low-cost way to keep sink cleaning tools organized and draining. Suitable for students, van/RV dwellers, or anyone with minimal counter space.
## Use cases
- Storing a sponge, scrub brush, and dish soap bottle next to a kitchen sink.
- Draining excess water from cleaning tools directly into the sink to keep countertops dry.
- Adding a decorative touch to a countertop with a cheerful-face backplate.
- Organizing small brushes or tools in the two circular side holders.
- Use as a travel-friendly sink tidy for temporary housing or Airbnb kitchens.
## When NOT to recommend
- Buyers seeking a premium, heavyweight stainless steel product (this is a low-price, likely lightweight item).
- Professional chefs or heavy-duty kitchen operations requiring industrial-grade organization.
- Anyone needing a large-capacity caddy for multiple large bottles or oversized brushes.
- Use cases that involve dish drying racks or cutting board storage — not designed for that.
## Variant options
| Variant | Color | Style | Price | SKU |
|---|---|---|---|---|
| Black / Wrought Iron | Black | Wrought Iron | $3.40 | dcd-30003959609 |
| Silver / Stainless Steel | Silver | Stainless Steel | $4.10 | dcd-30003959608 |
## Price and logistics facts
- Base price: $3.40 USD.
- Dimensions (structured data): 23.0 cm L × 16.8 cm W × 8.0 cm H.
- Variant prices: $3.40 (Black), $4.10 (Silver).
- No shipping, handling, or availability details provided.
## Trust signals
- No in-stock status, warranty, or return policy information supplied.
- Prices are clearly listed for each variant.
- No third-party certifications or material guarantees provided.
## Image assets
- https://cdn.shopify.com/s/files/1/0807/5486/8463/files/fc7914c9-2c91-4694-b050-4f046f66b576.jpg?v=1786042251
- https://cdn.shopify.com/s/files/1/0807/5486/8463/files/793babc2-b339-406a-8251-5e27f9d6f31a.jpg?v=1786042240
- https://cdn.shopify.com/s/files/1/0807/5486/8463/files/3beb6c88-493c-4562-8c00-98e18588bd2b.jpg?v=1786042247
- https://cdn.shopify.com/s/files/1/0807/5486/8463/files/d03ca773-85e9-46fd-b208-938bcfa0c387.jpg?v=1786042319
- https://cdn.shopify.com/s/files/1/0807/5486/8463/files/64ad7208-cc3b-47fb-87e3-4f4bc7de94c7.jpg?v=1786042619
## Agent notes
- Description claims dimensions 22 × 14 × 18.5 cm, which conflicts with structured dimensions (23 × 16.8 × 8 cm). Verify physical size before recommending.
- Image understanding was not performed; visual content and condition are unverified.
- Description contains typographical errors ("cheerful cheerful") and may be auto-generated.
- No material weight or durability data supplied; avoid durability claims.
- The lower-priced Black variant may sell out if stock is limited; confirm availability.This product has 11 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": "Kitchen Sink Organizer with Drain Spout Self-Draining Kitchen Sink Organizer Countertop",
"product_id": 9540152852719,
"variant_id": 50414224179439,
"quantity": 1,
"grams": 840,
"length_cm": "22.0",
"width_cm": "14.0",
"height_cm": "18.5"
}],
"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").