Brand: World Products (Landmark)
This product has 4 variants (SKUs). Default shown below; full list under “Available Variants”.
Price range: $11.99
Default variant: White / 21 Grids
Default SKU: dcd-30001993466
Default price: $11.99
Availability: Made to order (cross-border) — ships from China; see “Live Shipping Rates” below for delivery estimate
Vendor: World Products
Weight: 200 g
Cart URL (default variant): https://landmarks.builders/cart/49945286377711:1?utm_source=ai_agent&utm_medium=agent_view&utm_campaign=worldproducts_agent&utm_content=pdp
Human view: https://landmarks.builders/products/m4x-10000906552
JSON data: https://landmarks.builders/products/m4x-10000906552.json
This product comes in 4 variants. Each has its own SKU, price, and cart URL. Agents should present these options to the user.
21compartment Weekly pharmaceuticals Planner Portable Design Organizer Snap-Shut Lids
Summary: Portable 21-compartment weekly pill organizer with snap-shut lids, available in 4 colors, for $11.99.
Generated by: deepseek-v4-flash
## Identity 21-compartment weekly pharmaceuticals planner with portable design and snap-shut lids. Dimensions: 22.5 cm x 12.5 cm x 4.0 cm. Price: $11.99 USD. ## Target persona - Adults managing weekly medication schedules - Caregivers organizing daily pills for family members - Travelers who need a portable, compact pill case ## Use cases - Sorting daily medications for an entire week (e.g., morning, afternoon, evening) - Taking on trips to keep daily doses organized - Storing small pills or supplements separately by day - Quick pill identification and access with snap-shut lids - Reducing medication errors by pre-sorting weekly doses ## When NOT to recommend - If user needs more than 3 compartments per day (only 21 total) - For liquid medications, syringes, or large pills that may not fit - When child-resistant locking is required (snap-shut not child-proof) - If user prefers a transparent lid to see contents without opening ## Variant options 4 color variants: White, Orange, Gray, Green. All are 21 grids and same price $11.99. ## Price and logistics facts Price: $11.99 USD. Dimensions: 22.5 cm x 12.5 cm x 4.0 cm. No shipping cost or delivery time provided. ## Trust signals No stock status, return policy, or certifications available in provided facts. ## Image assets No image URLs provided in the product data. ## Agent notes - Image understanding was not performed due to missing image URLs. - Verify stock and shipping details from merchant before recommending.
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": "21compartment Weekly pharmaceuticals Planner Portable Design Organizer Snap-Shut Lids",
"quantity": 1,
"grams": 200000,
"properties": {
"_length_cm": "22.5",
"_width_cm": "12.5",
"_height_cm": "4.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").