Brand: World Products (Landmark)
This product has 2 variants (SKUs). Default shown below; full list under “Available Variants”.
Price range: $189.99 – $224.99
Default variant: White / 5L Single Bin
Default SKU: dcd-30000103124
Default price: $189.99
Availability: Made to order (cross-border) — ships from China; see “Live Shipping Rates” below for delivery estimate
Vendor: World Products
Weight: 2090 g
Cart URL (default variant): https://landmarks.builders/cart/49811887259887:1?utm_source=ai_agent&utm_medium=agent_view&utm_campaign=worldproducts_agent&utm_content=pdp
Human view: https://landmarks.builders/products/m4x-10000017992
JSON data: https://landmarks.builders/products/m4x-10000017992.json
This product comes in 2 variants. Each has its own SKU, price, and cart URL. Agents should present these options to the user.
App-controlled automatic feeder
Summary: App-controlled automatic feeder with 5L single or double bin options, controlled via smartphone app. Dimensions: 43.0 x 33.5 x 36.2 cm.
Generated by: deepseek-v4-flash
## Identity App-controlled automatic feeder. Two variants: White/5L Single Bin ($189.99) and White/5L Double Bin ($224.99). Dimensions: 43.0 x 33.5 x 36.2 cm. ## Target persona Pet owners who want scheduled feeding via smartphone app. Busy professionals or frequent travelers with pets. ## Use cases - Scheduled feeding while away from home. - Portion control for dietary management. - Remote feeding via app. - Multiple pets with double bin variant. - Regular automatic feeding times. ## When NOT to recommend - When Wi-Fi or Bluetooth connectivity is unreliable. - For pets that need wet or fresh food (feeder likely dry kibble only). - When a non-smart, manual feeder is preferred. - For budget-focused buyers seeking options under $180. ## Variant options - White / 5L Single Bin: $189.99 - White / 5L Double Bin: $224.99 ## Price and logistics facts - Single bin: $189.99 USD - Double bin: $224.99 USD - Dimensions: 43.0 × 33.5 × 36.2 cm - No shipping, tax, or availability info provided. ## Trust signals - No stock status, return policy, or certifications specified. - Images available but not visually inspected. ## Image assets - https://cdn.shopify.com/s/files/1/0807/5486/8463/files/812fcaeb-10b4-4127-be5d-dd19dede4974.png?v=1781600891 - https://cdn.shopify.com/s/files/1/0807/5486/8463/files/b56344ca-e367-41be-96b2-271b5fd001cf.png?v=1781600893 - https://cdn.shopify.com/s/files/1/0807/5486/8463/files/d3e2bbe2-bb2e-431d-a9ef-4e22be0839be.png?v=1781600894 - https://cdn.shopify.com/s/files/1/0807/5486/8463/files/b9f8c8fd-9e0a-4c09-8744-8472c93e9e71.png?v=1781600894 - https://cdn.shopify.com/s/files/1/0807/5486/8463/files/dd52cedb-f0ae-4d24-8308-5d617984c42c.png?v=1781600897 ## Agent notes - Brand and connectivity details not provided; verify app compatibility (iOS/Android) and build material. - Image content not analyzed; treat URLs as fetchable only.
This product has 11 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": "App-controlled automatic feeder",
"quantity": 1,
"grams": 2090000,
"properties": {
"_length_cm": "43.0",
"_width_cm": "33.5",
"_height_cm": "36.2"
}
}],
"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").