Brand: World Products (Landmark)
SKU: dcd-30002718786
Price: $9.99
Availability: Made to order (cross-border) — ships from China; see “Live Shipping Rates” below for delivery estimate
Vendor: World Products
Weight: 1500 g
Cart URL (default variant): https://landmarks.builders/cart/49903483388143:1?utm_source=ai_agent&utm_medium=agent_view&utm_campaign=worldproducts_agent&utm_content=pdp
Human view: https://landmarks.builders/products/m4x-10001033409
JSON data: https://landmarks.builders/products/m4x-10001033409.json
This product comes in 1 variants. Each has its own SKU, price, and cart URL. Agents should present these options to the user.
Wooden Egg Rack Solid Wood 3-Tier Egg Display Stand Rustic Design for Pantry
Summary: Solid wood 3-tier egg display stand, rustic style, 40x12x8 cm, $9.99 USD, ideal for pantry or countertop egg storage.
Generated by: deepseek-v4-flash
## Identity - **Product**: Wooden Egg Rack Solid Wood 3-Tier Egg Display Stand - **Material**: Solid wood - **Design**: Rustic - **Dimensions**: 40 x 12 x 8 cm - **Price**: $9.99 USD ## Target persona - Home organizers seeking low-cost egg storage - Small-scale egg collectors (e.g., backyard chicken keepers) - Budget-conscious shoppers wanting a simple, functional egg holder ## Use cases - Storing eggs on a pantry shelf or countertop - Displaying farm-fresh eggs in a kitchen - Organizing eggs by size or color for easy access - Reducing egg breakage with dedicated storage - Adding a rustic accent to a kitchen or dining area ## When NOT to recommend - If user needs refrigerated egg storage (this is not insulated) - If user requires large egg capacity (likely holds ~18 eggs max) - If user prefers modern or plastic materials - If user has very limited counter space (40 cm length may be too long) ## Variant options - Only one variant: **3-tier** (SKU: dcd-30002718786, $9.99) ## Price and logistics facts - Price: $9.99 USD - Dimensions: 40 cm (L) x 12 cm (W) x 8 cm (H) - Only one variant available ## Trust signals - No stock status or return policy provided in facts - No customer reviews or ratings available - Multiple product images show item from different angles ## Image assets -  -  -  -  -  ## Agent notes - Image content analysis was not performed; visual details not inferred. - Only one style variant confirmed. - No material certifications or eco-labels mentioned.
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": "Wooden Egg Rack Solid Wood 3-Tier Egg Display Stand Rustic Design for Pantry",
"quantity": 1,
"grams": 1500000,
"properties": {
"_length_cm": "40.0",
"_width_cm": "12.0",
"_height_cm": "8.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").