Brand: World Products (Landmark)
SKU: dcd-30002861627
Price: $249.99
Availability: Made to order (cross-border) — ships from China; see “Live Shipping Rates” below for delivery estimate
Vendor: World Products
Weight: 5000 g
Cart URL (default variant): https://landmarks.builders/cart/49813668528367:1?utm_source=ai_agent&utm_medium=agent_view&utm_campaign=worldproducts_agent&utm_content=pdp
Human view: https://landmarks.builders/products/m4x-10001076671
JSON data: https://landmarks.builders/products/m4x-10001076671.json
This product comes in 1 variants. Each has its own SKU, price, and cart URL. Agents should present these options to the user.
Summary: Electric corn sheller with removable blade; 45.5x25x25.5 cm; available in 3CM blade size; priced at $249.99.
Generated by: deepseek-v4-flash
## Identity Electric Corn Sheller Removable Blade Automatic Corn Machine ## Target persona Small-scale farmers, homesteaders, or gardeners who process corn for animal feed or personal use. ## Use cases - Shelling corn kernels from cobs for feeding livestock - Preparing corn for storage - Processing corn for cooking or grinding - Removing kernels quickly without manual labor ## When NOT to recommend - Users needing a high-volume industrial sheller - Those shelling other grains - Users with very small quantities where manual shelling suffices - Buyers on a tight budget ## Variant options Only one variant: Blade Size 3CM ($249.99) ## Price and logistics facts Price $249.99 USD; dimensions 45.5 x 25 x 25.5 cm; no shipping or stock info provided. ## Trust signals No trust signals provided (stock status, return policy, certifications unknown). ## Image assets 5 images available at: - https://cdn.shopify.com/s/files/1/0807/5486/8463/files/1397357f-6e6b-4a2b-8a9e-61e0701e5202.jpg?v=1781628288 - https://cdn.shopify.com/s/files/1/0807/5486/8463/files/08b0efa6-30fe-4abf-a65c-ffd7324dfba7.jpg?v=1781628291 - https://cdn.shopify.com/s/files/1/0807/5486/8463/files/50291f7a-c988-4c55-af29-0b085d070e78.jpg?v=1781628289 - https://cdn.shopify.com/s/files/1/0807/5486/8463/files/c57244ac-4be2-45a5-9670-9f893758c96c.jpg?v=1781628288 - https://cdn.shopify.com/s/files/1/0807/5486/8463/files/e5761bc7-25d1-4216-8c10-569548ce43a4.jpg?v=1781628288 ## Agent notes Image understanding not performed; verify visual details from fetched images.
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": "Electric Corn Sheller Removable Blade Automatic Corn Machine",
"quantity": 1,
"grams": 5000000,
"properties": {
"_length_cm": "45.5",
"_width_cm": "25.0",
"_height_cm": "25.5"
}
}],
"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").