Brand: World Products (Landmark)
This product has 2 variants (SKUs). Default shown below; full list under “Available Variants”.
Price range: $232.99 – $259.99
Default variant: Black / Tall-a
Default SKU: dcd-30001886137
Default price: $259.99
Availability: Made to order (cross-border) — ships from China; see “Live Shipping Rates” below for delivery estimate
Vendor: World Products
Weight: 8500 g
Cart URL (default variant): https://landmarks.builders/cart/49813632188655:1?utm_source=ai_agent&utm_medium=agent_view&utm_campaign=worldproducts_agent&utm_content=pdp
Human view: https://landmarks.builders/products/m4x-10000892543
JSON data: https://landmarks.builders/products/m4x-10000892543.json
This product comes in 2 variants. Each has its own SKU, price, and cart URL. Agents should present these options to the user.
Round Pedestal Table Sturdy Base Sculptural Pedestal Table Spacious surface
| Type | Side Table |
| Material | Fibreglass |
| Colour | Black |
| Item Width | 30 cm |
| Item Length | 40 cm |
| Item Height | 65 cm |
| Tabletop Material | Glass |
| Style | Contemporary/Modern |
| Shape | Round |
| Room | Living Room |
| Features | Adjustable Height |
| Number of Drawers | More Than 5 |
| Indoor/Outdoor | Indoor |
| Assembly Required | No |
| Item Weight | 20 kg |
| Finish | Lacquered |
Summary: Modern black round pedestal table available in two heights: Tall-a and Short. Dimensions: 42x42x65 cm. Prices from $232.99 to $259.99.
Generated by: deepseek-v4-flash
## Identity Modern round pedestal table with sculptural design in black. Two height options: Tall-a and Short. Top likely round, dimensions given as 42x42x65 cm (length x width x height). Not confirmed if top is round or square. ## Target persona Shoppers seeking a compact, modern pedestal table for small apartments or contemporary spaces. Budget-conscious buyers looking for affordable accent furniture. ## Use cases - As a small dining table for two in a kitchen or dining nook. - As a side table or accent table in a living room. - As a plant stand or display surface. - In a home office as a compact work surface. - For use in a cafe or small commercial space. ## When NOT to recommend - For large families needing seating for 4+. - In formal or traditional decor settings where ornate style is expected. - For heavy use or commercial durability requirements (no info on material or weight capacity). - When exact height is critical (only one general height provided; Tall-a vs Short heights not specified). ## Variant options - Black / Tall-a: $259.99 - Black / Short: $232.99 ## Price and logistics facts Base price: $232.99 USD (Black / Short). Tall-a variant: $259.99 USD. Dimensions: 42 cm (length) x 42 cm (width) x 65 cm (height). No shipping or return policy provided. ## Trust signals In-stock status not confirmed. No certifications or material info available. Price consistency: two price points for different heights. ## Image assets      ## Agent notes - No product type specified; treated as a table. - Top shape not confirmed (round per title, but dimensions imply square). - Heights for Tall-a and Short variants not explicitly given; general height is 65 cm. - No material, weight, or assembly information.
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": "Round Pedestal Table Sturdy Base Sculptural Pedestal Table Spacious surface",
"quantity": 1,
"grams": 8500000,
"properties": {
"_length_cm": "42.0",
"_width_cm": "42.0",
"_height_cm": "65.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").