Brand: World Products (Landmark)
This product has 2 variants (SKUs). Default shown below; full list under “Available Variants”.
Price range: $15.99 – $16.99
Default variant: without Grid
Default SKU: dcd-30002757935
Default price: $15.99
Availability: Made to order (cross-border) — ships from China; see “Live Shipping Rates” below for delivery estimate
Vendor: World Products
Weight: 900 g
Cart URL (default variant): https://landmarks.builders/cart/49879166058735:1?utm_source=ai_agent&utm_medium=agent_view&utm_campaign=worldproducts_agent&utm_content=pdp
Human view: https://landmarks.builders/products/m4x-10001043690
JSON data: https://landmarks.builders/products/m4x-10001043690.json
This product comes in 2 variants. Each has its own SKU, price, and cart URL. Agents should present these options to the user.
Rotating Seasoning Rack Multi-Purpose Wooden Rotating Tray Heavy Duty
Summary: Rotating wooden seasoning rack with two style options (with or without grid), dimensions 31x31x7 cm, priced from $15.99 USD.
Generated by: deepseek-v4-flash
## Identity Rotating Seasoning Rack Multi-Purpose Wooden Rotating Tray Heavy Duty ## Target persona Home cooks and kitchen organizers seeking a countertop spice storage solution that rotates for easy access. Ideal for those with moderate collections of spice jars and condiments. ## Use cases - Organizing spice jars on kitchen counter for quick access while cooking - Storing oils, vinegars, and small condiment bottles in a rotating tray - Displaying decorative bottles or craft supplies in a workshop - Using as a lazy Susan for pantry organization - Holding tea bags or small packets in a compact rotating setup ## When NOT to recommend - Buyers needing a large-capacity rack for bulk commercial use - Those who prefer non-wooden materials (e.g., plastic or metal) - Users requiring a wall-mounted or drawer-insert spice organizer - Customers looking for a fully enclosed cabinet for dust protection ## Variant options - Without Grid: $15.99 (SKU: dcd-30002757935) - With Grid: $16.99 (SKU: dcd-30002757936) ## Price and logistics facts Base price: $15.99 USD (without grid). Grid version: $16.99 USD. Dimensions: 31 cm x 31 cm x 7 cm. (Weight not provided.) ## Trust signals - Two variants available with distinct SKUs - Price consistent across description and variants - In-stock status not explicitly stated; presume available based on listing ## Image assets      ## Agent notes - No product type specified beyond title. - Description identical to title; minimal product details.
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": "Rotating Seasoning Rack Multi-Purpose Wooden Rotating Tray Heavy Duty",
"quantity": 1,
"grams": 900000,
"properties": {
"_length_cm": "31.0",
"_width_cm": "31.0",
"_height_cm": "7.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").