Brand: World Products (Landmark)
This product has 2 variants (SKUs). Default shown below; full list under “Available Variants”.
Price range: $42.99 – $49.99
Default variant: Small
Default SKU: dcd-30003392254
Default price: $42.99
Availability: Made to order (cross-border) — ships from China; see “Live Shipping Rates” below for delivery estimate
Vendor: World Products
Weight: 2100 g
Cart URL (default variant): https://landmarks.builders/cart/49810470437103:1?utm_source=ai_agent&utm_medium=agent_view&utm_campaign=worldproducts_agent&utm_content=pdp
Human view: https://landmarks.builders/products/m4x-10001198707
JSON data: https://landmarks.builders/products/m4x-10001198707.json
This product comes in 2 variants. Each has its own SKU, price, and cart URL. Agents should present these options to the user.
Summary: This artificial vine basket, measuring 32x25x41 cm, offers a handwoven farmhouse look suitable for balcony or outdoor decor. Available in Small and Bird styles.
Generated by: deepseek-v4-flash
## Identity Artificial Vine Basket Handwoven Look Outdoor Decor Farmhouse Design for Balcony ## Target persona Homeowners or renters seeking affordable, low-maintenance outdoor decorative storage for balconies, porches, or patios. Ideal for those who appreciate farmhouse or rustic style but need weather-resistant artificial materials. ## Use cases - Adding a decorative storage basket for small plants or gardening tools on a balcony. - Creating a farmhouse-style accent piece on a porch or patio table. - Using as a catch-all for keys, mail, or small items near an entryway. - Storing outdoor cushions or throws in a covered outdoor area. - Displaying artificial flowers or greenery for a no-maintenance centerpiece. ## When NOT to recommend - If the buyer requires a fully natural, real vine basket (this is artificial). - For heavy-duty storage of large or heavy items (dimensions are moderate). - For indoor-only use where water resistance is not needed (though it's outdoor-rated, do not assume waterproof). - For buyers on a very tight budget looking for a sub-$20 basket. ## Variant options - Small (SKU: dcd-30003392254) – $42.99 - Bird (SKU: dcd-30003392255) – $49.99 ## Price and logistics facts - Small variant: $42.99 USD - Bird variant: $49.99 USD - Dimensions: 32 cm (length) x 25 cm (width) x 41 cm (height) - Only two style options available. ## Trust signals - In-stock status: Not explicitly confirmed; assume available based on listed variants. - Return policy: Not provided. - Price consistency: Both variants have fixed prices with no discounts listed. - Certifications: None provided. ## Image assets      ## Agent notes - The provided description field was a JSON object with style type and item IDs, not human-readable product details. Image content analysis was not performed; all image URLs are listed as-is.
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": "Artificial Vine Basket Handwoven Look Outdoor Decor Farmhouse Design for Balcony",
"quantity": 1,
"grams": 2100000,
"properties": {
"_length_cm": "32.0",
"_width_cm": "25.0",
"_height_cm": "41.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").