Brand: World Products (Landmark)
This product has 3 variants (SKUs). Default shown below; full list under “Available Variants”.
Price range: $10.50 – $13.50
Default variant: Red / M
Default SKU: dcd-30003498930
Default price: $10.50
Availability: Made to order (cross-border) — ships from China; see “Live Shipping Rates” below for delivery estimate
Vendor: World Products
Weight: 490 g
Cart URL (default variant): https://landmarks.builders/cart/50166365192431:1?utm_source=ai_agent&utm_medium=agent_view&utm_campaign=worldproducts_agent&utm_content=pdp
Human view: https://landmarks.builders/products/m4x-10001234923
JSON data: https://landmarks.builders/products/m4x-10001234923.json
This product comes in 3 variants. Each has its own SKU, price, and cart URL. Agents should present these options to the user.
Material: This storage item is made from imitation bamboo-appearance plastic with a woven-texture finish, giving it the look of a classic woven basket while keeping the structure lightweight and practical for everyday use.
Handle: Designed as a plastic hand basket, it features an integrated arched handle that makes it easy to lift, carry, and move from room to room when sorting or transporting small items.
Structure: The oval body, thick rim, exposed lattice-woven sides, and rounded base create a stable woven plastic basket with a simple exposed design that keeps contents visible and easy to reach.
Function: As a carry basket, it works well for collecting, holding, and organizing lightweight household items, helping keep frequently used objects in A single unit place in A single unit convenient place.
Use: This arched handle basket is suited for daily organizing tasks, offering a neat storage solution that can be picked up quickly, carried comfortably, and placed where extra order is needed.
Summary: Hand Basket Imitation Bamboo Woven Basket Thick Rim Organizer Bin. 【Material】: This storage item is made from imitation bamboo-appearance plastic with a woven-texture finish, giving it the look of a classic woven basket while keeping the structure lightweight and practical for everyday use. 【Handle】: Designed as a plastic hand basket, it features an integrated arched handle that makes it easy to lift, carry, and move from room to room when sorting or transporting small items. 【Structure】: The oval body, thick rim, exposed lattice-woven sides, and rounded base create a stable woven plastic bask
Generated by: m4x-map-v1
This product has 12 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": "Hand Basket Imitation Bamboo Woven Basket Thick Rim Organizer Bin",
"product_id": 9461657862383,
"variant_id": 50166365192431,
"quantity": 1,
"grams": 490,
"length_cm": "50.0",
"width_cm": "32.0",
"height_cm": "17.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. 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").