Brand: World Products (Landmark)
This product has 9 variants (SKUs). Default shown below; full list under “Available Variants”.
Price range: $9.99
Default variant: 460ML
Default SKU: dcd-30002649738
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: 150 g
Cart URL (default variant): https://landmarks.builders/cart/49944637374703:1?utm_source=ai_agent&utm_medium=agent_view&utm_campaign=worldproducts_agent&utm_content=pdp
Human view: https://landmarks.builders/products/m4x-10001019939
JSON data: https://landmarks.builders/products/m4x-10001019939.json
This product comes in 9 variants. Each has its own SKU, price, and cart URL. Agents should present these options to the user.
Clear Plastic Canister Sturdy Dry Food Storage Jar Freezer Safe
| Material | null |
Summary: Clear plastic dry food storage jar, freezer safe, available in 9 sizes from 220ML to 1900ML, all priced at $9.99.
Generated by: deepseek-v4-flash
## Identity Clear Plastic Canister Sturdy Dry Food Storage Jar Freezer Safe ## Target persona Budget-conscious home organizers; meal preppers; small kitchen or pantry users needing stackable, clear containers; college students. ## Use cases - Storing pasta, rice, cereal, and other dry pantry staples - Freezing leftovers or bulk ingredients in portion sizes - Organizing craft supplies, beads, or small hardware items - Packing dry snacks for lunches or travel - Displaying colorful dry goods on open shelves - Portioning pet food or treats ## When NOT to recommend - For storing liquids or semi-liquids (not leak-proof) - For hot foods or microwave use (plastic not specified as heat-resistant) - If an airtight seal is required (lid type not confirmed) - For shoppers seeking glass or premium materials ## Variant options 9 size variants: 220ML, 220ML a, 460ML, 520ML, 600ML, 760ML, 900ML, 1300ML, 1900ML – all at $9.99 each. ## Price and logistics facts Price: $9.99 USD per unit. Dimensions for the product (likely largest variant?): 15.0 x 12.0 x 27.0 cm. No shipping or return policy provided. ## Trust signals - Described as "sturdy" and "freezer safe" - No in-stock status or return policy information available - No certifications (e.g., BPA-free) mentioned in provided data ## Image assets No images provided. ## Agent notes - Material is not specified in description (listed as "null"). - The "220ML a" variant may be a duplicate or erroneous listing. - Image understanding not performed – no images available.
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": "Clear Plastic Canister Sturdy Dry Food Storage Jar Freezer Safe",
"quantity": 1,
"grams": 150000,
"properties": {
"_length_cm": "15.0",
"_width_cm": "12.0",
"_height_cm": "27.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").