Brand: World Products (Landmark)
This product has 4 variants (SKUs). Default shown below; full list under “Available Variants”.
Price range: $9.99
Default variant: Gray / Small
Default SKU: dcd-30002723344
Default price: $9.99
Availability: Made to order (cross-border) — ships from China; see “Live Shipping Rates” below for delivery estimate
Vendor: World Products
Weight: 250 g
Cart URL (default variant): https://landmarks.builders/cart/49903463301359:1?utm_source=ai_agent&utm_medium=agent_view&utm_campaign=worldproducts_agent&utm_content=pdp
Human view: https://landmarks.builders/products/m4x-10001034603
JSON data: https://landmarks.builders/products/m4x-10001034603.json
This product comes in 4 variants. Each has its own SKU, price, and cart URL. Agents should present these options to the user.
Airtight Milk Powder Box Leakproof Portable Powder Container Easy to Clean
| Capacity | 2.1-3L |
Summary: Airtight, leakproof portable powder container with 2.1-3L capacity, easy to clean, available in gray, red, and brown in small and large sizes.
Generated by: deepseek-v4-flash
## Identity Airtight Milk Powder Box Leakproof Portable Powder Container Easy to Clean ## Target persona Parents of infants needing to store and transport baby formula; travelers carrying powdered supplements; home organizers storing bulk powders. ## Use cases - Storing baby formula for daily feeding - Traveling with powdered milk or supplements - Organizing bulk powders like protein or cocoa - Camping or hiking with powdered food - Keeping coffee creamer or spices fresh in pantry ## When NOT to recommend - For storing liquids or wet items - For high-temperature environments (e.g., near stove) - For commercial bulk storage exceeding 3L - For users needing transparent containers to see contents ## Variant options - Gray / Small ($9.99) - Red / Small ($9.99) - Gray / Large ($9.99) - Brown / Large ($9.99) ## Price and logistics facts Price: $9.99 USD flat across variants. Dimensions: 25 x 21 x 17 cm (LxWxH). Capacity: 2.1-3L (exact per size not specified). ## Trust signals No stock status, return policy, or certifications provided in source data. ## Image assets - https://cdn.shopify.com/s/files/1/0807/5486/8463/files/983374d1-585f-4078-a670-b56f66220d70.jpg?v=1782146546 - https://cdn.shopify.com/s/files/1/0807/5486/8463/files/64cf0053-ef8d-4741-a39d-248c1f13d354.jpg?v=1782146545 - https://cdn.shopify.com/s/files/1/0807/5486/8463/files/71bf69b4-9ace-402d-9301-51ca9c09cc9b.jpg?v=1782146547 - https://cdn.shopify.com/s/files/1/0807/5486/8463/files/017cc9da-f660-4a86-b4ac-742af8b91631.jpg?v=1782146546 - https://cdn.shopify.com/s/files/1/0807/5486/8463/files/7b08605d-f029-46f8-b805-10d9328e76dc.jpg?v=1782146547 ## Agent notes Image content was not analyzed; descriptions are inferred from product title and facts only.
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": "Airtight Milk Powder Box Leakproof Portable Powder Container Easy to Clean",
"quantity": 1,
"grams": 250000,
"properties": {
"_length_cm": "25.0",
"_width_cm": "21.0",
"_height_cm": "17.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").