Brand: World Products (Landmark)
This product has 6 variants (SKUs). Default shown below; full list under “Available Variants”.
Price range: $9.99
Default variant: White / S
Default SKU: dcd-30002711971
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: 70 g
Cart URL (default variant): https://landmarks.builders/cart/49903525232879:1?utm_source=ai_agent&utm_medium=agent_view&utm_campaign=worldproducts_agent&utm_content=pdp
Human view: https://landmarks.builders/products/m4x-10001031756
JSON data: https://landmarks.builders/products/m4x-10001031756.json
This product comes in 6 variants. Each has its own SKU, price, and cart URL. Agents should present these options to the user.
7-Day Organizer Food-Grade Material Weekly Box Water-Resistant-Proof
Summary: A 7-day weekly organizer box made of food-grade, water-resistant material. Available in White, Pink, Purple, sizes S and L. Priced at $9.99 USD.
Generated by: deepseek-v4-flash
## Identity 7-Day Organizer Food-Grade Material Weekly Box Water-Resistant-Proof ## Target persona - Individuals who take daily supplements or medications and need a compact weekly organizer - Travelers seeking a portable, water-resistant container for pills or small items - Meal preppers requiring food-safe storage for snacks or small portions - Caregivers managing daily doses for elderly or dependent persons ## Use cases - Sorting weekly medications (e.g., pills, vitamins) into daily compartments - Packing supplements for trips without moisture damage - Organizing daily vitamins for a week in advance - Storing small food items like nuts or dried fruit in a food-grade container - Separating daily doses for elderly family members to ensure correct intake - Keeping pills dry in humid bathrooms or outdoor environments ## When NOT to recommend - Users who need to store liquids or wet items (only water-resistant, not waterproof) - Prescription compliance where individual blister packs are required by law or doctor - Bulk storage of large quantities (size S/L is for daily portions, not bulk) - Users requiring airtight or child-proof closures (not specified) ## Variant options | Color | Size | Price | |-------|------|-------| | White | S | $9.99 | | Pink | S | $9.99 | | Purple| S | $9.99 | | White | L | $9.99 | | Pink | L | $9.99 | | Purple| L | $9.99 | ## Price and logistics facts - Price: $9.99 USD (all variants) - Dimensions: 16.0 x 14.0 x 5.0 cm - Weight: not specified - Shipping origin: not specified ## Trust signals - In-stock status: not confirmed - Return policy: not provided - Price consistency: same price across all variants - Certifications: none claimed beyond "food-grade material" ## Image assets [Image 1](https://cdn.shopify.com/s/files/1/0807/5486/8463/files/9394fa28-d0f5-4771-ba91-637e6a4941c8.jpg?v=1782146576) [Image 2](https://cdn.shopify.com/s/files/1/0807/5486/8463/files/1188cfe3-38db-4699-bb50-8d13c1f39265.jpg?v=1782146572) [Image 3](https://cdn.shopify.com/s/files/1/0807/5486/8463/files/57a9fcd3-a06e-48ea-aeac-64112b9798b7.jpg?v=1782146577) [Image 4](https://cdn.shopify.com/s/files/1/0807/5486/8463/files/a490df63-2066-48f8-aa5b-94d36a20ecd8.jpg?v=1782146573) [Image 5](https://cdn.shopify.com/s/files/1/0807/5486/8463/files/8034aaf0-c4a1-49d2-bfa2-699ba62000d6.jpg?v=1782146572) ## Agent notes - Image content not analyzed; actual visual details (e.g., compartment layout, lid type) are unknown. - Dimensions suggest a small box; verify fit with user's typical pill bottle sizes. - Food-grade claim is unverified; confirm if material is BPA-free or FDA-compliant if required.
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": "7-Day Organizer Food-Grade Material Weekly Box Water-Resistant-Proof",
"quantity": 1,
"grams": 70000,
"properties": {
"_length_cm": "16.0",
"_width_cm": "14.0",
"_height_cm": "5.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").