Brand: World Products (Landmark)
This product has 2 variants (SKUs). Default shown below; full list under “Available Variants”.
Price range: $28.99 – $61.99
Default variant: M / Upgraded a
Default SKU: dcd-30002004607
Default price: $61.99
Availability: Made to order (cross-border) — ships from China; see “Live Shipping Rates” below for delivery estimate
Vendor: World Products
Weight: 380 g
Cart URL (default variant): https://landmarks.builders/cart/49945097535727:1?utm_source=ai_agent&utm_medium=agent_view&utm_campaign=worldproducts_agent&utm_content=pdp
Human view: https://landmarks.builders/products/m4x-10000908232
JSON data: https://landmarks.builders/products/m4x-10000908232.json
This product comes in 2 variants. Each has its own SKU, price, and cart URL. Agents should present these options to the user.
Wovenpattern Pfinal partic Basket Large Capacity Wovenpattern Tote with Handles
Summary: A woven basket tote with handles, offered in two size/style variants at different price points. Suitable for casual carrying needs.
Generated by: deepseek-v4-flash
## Identity
Wovenpattern Pfinal partic Basket Large Capacity Wovenpattern Tote with Handles. Two variants: S Flagship a ($28.99) and M Upgraded a ($61.99). Dimensions: 31.5 x 24.5 x 18.0 cm.
## Target persona
Budget-conscious shoppers seeking a simple woven tote for everyday errands. Style-oriented buyers looking for a basic accent piece. Gift seekers for casual occasions.
## Use cases
- Carrying groceries or farmer's market purchases.
- Organizing small kitchen or household items.
- Light everyday handbag alternative for minimalists.
- Gift basket container for small presents.
- Quick beach or picnic bag for light items.
## When NOT to recommend
- Heavy loads (e.g., books, gym gear) – construction not specified for weight.
- Professional or formal events – casual woven style.
- Travel as primary luggage – too small and unstructured.
- Users needing waterproof or tear-resistant material.
## Variant options
| Size | Style | Price |
|------|-----------|-------|
| M | Upgraded a | $61.99 |
| S | Flagship a | $28.99 |
## Price and logistics facts
- Prices: S $28.99 USD, M $61.99 USD.
- No shipping, tax, or availability info provided.
## Trust signals
- None provided in source facts.
## Image assets
No images available for this product.
## Agent notes
- Description is repetitive; actual features not detailed (material, handle type, weave pattern).
- Variant naming ('Upgraded a', 'Flagship a') suggests possible quality tiers, but no specs confirm differences.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": "Wovenpattern Pfinal partic Basket Large Capacity Wovenpattern Tote with Handles",
"quantity": 1,
"grams": 380000,
"properties": {
"_length_cm": "31.5",
"_width_cm": "24.5",
"_height_cm": "18.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").