Brand: World Products (Landmark)
SKU: dcd-30002743908
Price: $31.99
Availability: Made to order (cross-border) — ships from China; see “Live Shipping Rates” below for delivery estimate
Vendor: World Products
Weight: 4500 g
Cart URL (default variant): https://landmarks.builders/cart/49879205544175:1?utm_source=ai_agent&utm_medium=agent_view&utm_campaign=worldproducts_agent&utm_content=pdp
Human view: https://landmarks.builders/products/m4x-10001040208
JSON data: https://landmarks.builders/products/m4x-10001040208.json
This product comes in 1 variants. Each has its own SKU, price, and cart URL. Agents should present these options to the user.
Small Round Side Table Rounded Edges Round Pedestal Side Table Rust-Proof
Summary: This small round side table features rounded edges and a round pedestal base, rust-proof, available in Black Walnut for $31.99.
Generated by: deepseek-v4-flash
## Identity Small Round Side Table Rounded Edges Round Pedestal Side Table Rust-Proof ## Target persona Budget-conscious shoppers needing a small accent table for tight spaces (e.g., apartment dwellers, students). ## Use cases - As a bedside table in a dorm room - As a plant stand for small pots - As an end table next to a compact sofa - As a balcony accent table - As an entryway catch-all surface ## When NOT to recommend - Supporting heavy objects like large lamps or electronics - Outdoor use in rainy areas (height too low) - As a primary desk or dining table - If the user needs storage underneath ## Variant options - Black Walnut ($31.99) ## Price and logistics facts - Price: $31.99 USD - Dimensions (cm): 65 x 28 x 28 (length x width x height; may be package dimensions, verify actual table size) ## Trust signals - In-stock status: Assumed based on listing - Price: Competitive for budget side table - No return policy or warranty information provided ## Image assets - https://cdn.shopify.com/s/files/1/0807/5486/8463/files/45d1dd09-d5bf-49e8-9f11-f09e7d86383f.jpg?v=1782126372 - https://cdn.shopify.com/s/files/1/0807/5486/8463/files/e78562a2-d41f-407d-80aa-a4b57b59d777.jpg?v=1782126372 - https://cdn.shopify.com/s/files/1/0807/5486/8463/files/b71d353d-ec57-410b-9764-6c0975a18ef2.jpg?v=1782126374 - https://cdn.shopify.com/s/files/1/0807/5486/8463/files/f679d982-a160-4365-9add-d4121d6065ee.jpg?v=1782126444 - https://cdn.shopify.com/s/files/1/0807/5486/8463/files/18fef5a9-ade1-47b1-b070-8eda49ba0e87.jpg?v=1782126373 ## Agent notes - Dimensions provided (65x28x28 cm) may be package dimensions; verify actual table top diameter and height. - Only one color variant (Black Walnut) is available. - No return policy or warranty information is included in the source data. - Image analysis was not performed; visual details are derived solely from the product title.
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": "Small Round Side Table Rounded Edges Round Pedestal Side Table Rust-Proof",
"quantity": 1,
"grams": 4500000,
"properties": {
"_length_cm": "65.0",
"_width_cm": "28.0",
"_height_cm": "28.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").