Brand: World Products (Landmark)
This product has 3 variants (SKUs). Default shown below; full list under “Available Variants”.
Price range: $201.99
Default variant: White
Default SKU: dcd-30001879175
Default price: $201.99
Availability: Made to order (cross-border) — ships from China; see “Live Shipping Rates” below for delivery estimate
Vendor: World Products
Weight: 11000 g
Cart URL (default variant): https://landmarks.builders/cart/49811912032495:1?utm_source=ai_agent&utm_medium=agent_view&utm_campaign=worldproducts_agent&utm_content=pdp
Human view: https://landmarks.builders/products/m4x-10000891365
JSON data: https://landmarks.builders/products/m4x-10000891365.json
This product comes in 3 variants. Each has its own SKU, price, and cart URL. Agents should present these options to the user.
Summary: A 3-piece wicker balcony bistro set with seat pads, available in White, Dark Green, or Dark Blue, priced at $201.99.
Generated by: deepseek-v4-flash
## Identity 3 Pieces 3-Piece Balcony Bistro Set Highspine Design 3-Piece Wicker Seating Relaxing Comfort Includes Seat pads for pairs ## Target persona Apartment dwellers or homeowners with a small balcony, porch, or patio seeking an affordable, compact outdoor seating set for two. ## Use cases - Morning coffee or tea for two on a small balcony - Al fresco dining for a couple in a compact outdoor space - Relaxing with a book or tablet on a porch - Occasional outdoor entertaining (e.g., drinks with a friend) - Accent seating in a garden nook or small deck ## When NOT to recommend - For households with more than two regular users (set is designed for two) - For heavy-duty or daily commercial use (wicker construction) - For buyers needing weatherproof furniture in harsh climates (no stated weather resistance) - For those requiring larger seating or a dining table for four or more ## Variant options - White (SKU: dcd-30001879175) – $201.99 - Dark Green (SKU: dcd-30001879176) – $201.99 - Dark Blue (SKU: dcd-30001879177) – $201.99 ## Price and logistics facts - Price: $201.99 USD (all variants) - Dimensions: 80 cm (L) x 65 cm (W) x 35 cm (H) - Includes seat pads for chairs (two seat pads assumed) - No shipping cost or delivery time provided ## Trust signals - Price is consistent across all three color variants - Product images available (see below) - No stock status, warranty, or return policy information provided ## Image assets - https://cdn.shopify.com/s/files/1/0807/5486/8463/files/9cc82105-2879-4fdf-a422-91a723ccf828.jpg?v=1781600935 - https://cdn.shopify.com/s/files/1/0807/5486/8463/files/62f37707-90f6-4eab-bd2e-7a7559b234a9.jpg?v=1781600935 - https://cdn.shopify.com/s/files/1/0807/5486/8463/files/0f18f032-9ab3-4161-8913-03a472637a99.jpg?v=1781600934 - https://cdn.shopify.com/s/files/1/0807/5486/8463/files/ce02ad1b-60f5-400e-a326-ce84269f7c1d.jpg?v=1781600936 - https://cdn.shopify.com/s/files/1/0807/5486/8463/files/68bf3d44-f0db-46bd-ba92-cd495d5031d6.jpg?v=1781600935 ## Agent notes - Image content was not analyzed; visual details are not inferred. Verify product appearance from image URLs. - No product description or material details beyond 'wicker' and 'includes seat pads'. - No information on assembly requirements or weight capacity.
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": "3 Pieces 3-Piece Balcony Bistro Set Highspine Design 3-Piece Wicker Seating Relaxing Comfort Includes Seat pads for pairs",
"quantity": 1,
"grams": 11000000,
"properties": {
"_length_cm": "80.0",
"_width_cm": "65.0",
"_height_cm": "35.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").