Brand: World Products (Landmark)
This product has 2 variants (SKUs). Default shown below; full list under “Available Variants”.
Price range: $9.99
Default variant: S
Default SKU: dcd-30002763689
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: 170 g
Cart URL (default variant): https://landmarks.builders/cart/49879142727919:1?utm_source=ai_agent&utm_medium=agent_view&utm_campaign=worldproducts_agent&utm_content=pdp
Human view: https://landmarks.builders/products/m4x-10001045148
JSON data: https://landmarks.builders/products/m4x-10001045148.json
This product comes in 2 variants. Each has its own SKU, price, and cart URL. Agents should present these options to the user.
Ginger Garlic Storage Basket Spore-Resistant-Proof Kitchen Organizer Waterproof
Summary: Spore-resistant, waterproof storage basket for ginger and garlic, available in S and L sizes for $9.99.
Generated by: deepseek-v4-flash
## Identity Ginger Garlic Storage Basket Spore-Resistant-Proof Kitchen Organizer Waterproof ## Target persona Home cooks who buy fresh ginger/garlic in bulk and need organized countertop storage; small-apartment dwellers with limited pantry space; budget-conscious shoppers seeking a low-cost storage solution. ## Use cases - Storing fresh ginger bulbs to extend shelf life - Storing garlic cloves in a ventilated, spore-resistant environment - Keeping countertop organized while vegetables stay fresh - Preventing sprouting of ginger and garlic - Portable storage for picnics or camping (due to waterproof nature) ## When NOT to recommend - If user needs to store large quantities of produce (max dimension 18 cm) - If user requires an airtight container for long-term preservation (waterproof but not sealed) - If user prefers decorative or premium-looking storage - If user is looking for a refrigerator organizer (no insulation claimed) ## Variant options - S (same price $9.99) - L (same price $9.99) ## Price and logistics facts - Price: $9.99 (all variants) - Dimensions: 18 × 14 × 16 cm (L × W × H) - Currency: USD ## Trust signals - Price is identical across both size variants - Multiple images available (see below) - No return policy, stock status, or certifications provided in source data ## Image assets - [Image 1](https://cdn.shopify.com/s/files/1/0807/5486/8463/files/323300b0-725f-48bf-8346-b528f1677023.jpg?v=1782126330) - [Image 2](https://cdn.shopify.com/s/files/1/0807/5486/8463/files/592fbe80-1740-4261-88c6-28a30947839e.jpg?v=1782126330) - [Image 3](https://cdn.shopify.com/s/files/1/0807/5486/8463/files/a8e9ee68-b8c7-4001-bab3-aadcd639d8ac.jpg?v=1782126330) - [Image 4](https://cdn.shopify.com/s/files/1/0807/5486/8463/files/84608a9f-6562-48d0-9a29-d5c919c2eae2.jpg?v=1782126330) - [Image 5](https://cdn.shopify.com/s/files/1/0807/5486/8463/files/57afca6c-2cf2-49aa-a9b1-a90f1addaf2c.jpg?v=1782126330) ## Agent notes - No stock quantity or availability provided - No explicit return policy mentioned - "Spore-resistant-proof" and "waterproof" claims are as per product description; no certification backing - Image understanding not performed; visual details not included
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": "Ginger Garlic Storage Basket Spore-Resistant-Proof Kitchen Organizer Waterproof",
"quantity": 1,
"grams": 170000,
"properties": {
"_length_cm": "18.0",
"_width_cm": "14.0",
"_height_cm": "16.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").