Brand: World Products (Landmark)
This product has 4 variants (SKUs). Default shown below; full list under “Available Variants”.
Price range: $15.99
Default variant: Orange Pink
Default SKU: dcd-30002709881
Default price: $15.99
Availability: Made to order (cross-border) — ships from China; see “Live Shipping Rates” below for delivery estimate
Vendor: World Products
Weight: 486 g
Cart URL (default variant): https://landmarks.builders/cart/49903538438383:1?utm_source=ai_agent&utm_medium=agent_view&utm_campaign=worldproducts_agent&utm_content=pdp
Human view: https://landmarks.builders/products/m4x-10001031220
JSON data: https://landmarks.builders/products/m4x-10001031220.json
This product comes in 4 variants. Each has its own SKU, price, and cart URL. Agents should present these options to the user.
Premium Material: Crafted from luxurious material, this striped cloth tote offers a soft and comfortable touch that feels gentle against your skin.
Spacious Storage: Designed as a large capacity seaside tote, Beach Bag provides ample room for your towels, books, and other seaside essentials.
Stylish Design: This trendy fashion handbag features a classic vertical stripe pattern with bright color blocking to elevate your daily outfit.
Functional Structure: Not only just a simple tote bag, it includes a secure closure and an internal device compartment for organized storage.
Versatile Use: This versatile shoulder bag is for beach trips, grocery shopping, gym workouts, or as a stylish daily essential bag
Summary: A lightweight striped cloth tote bag with vertical stripes, secure closure, and internal device compartment. Available in four color variants at $15.99 USD.
Generated by: deepseek-v4-flash
## Identity Striped Cloth Tote Versatile Vertical Stripe Shoulder Bag Lightweight Vertical Stripe Handbag. Price $15.99 USD. Dimensions 38x33x13 cm. Colors: Orange Pink, Navy White, Green White, Blue Green. ## Target persona Budget-conscious shoppers seeking a versatile, casual tote for daily errands, beach trips, or gym. Not for luxury seekers. ## Use cases - Beach trips carrying towels and books. - Grocery shopping as a reusable bag. - Gym bag for workout gear. - Daily casual handbag for essentials. - Travel as an extra carry-all. ## When NOT to recommend - When a structured formal handbag is needed. - For heavy loads requiring reinforced straps. - If the buyer wants leather or premium materials. - For professional office environments requiring a sleek look. ## Variant options Four color options: Orange Pink, Navy White, Green White, Blue Green. All same price $15.99. ## Price and logistics facts Price: $15.99 USD. Dimensions: 38 cm long, 33 cm wide, 13 cm height. No shipping or return details provided. ## Trust signals In-stock status unknown. Price is consistent across variants. No certifications mentioned. ## Image assets Five images available at provided URLs. Images cannot be viewed by this agent; visual details not described. ## Agent notes Image understanding not performed. Product type not specified. No brand or material specifics beyond "premium material" and "striped cloth."
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": "Striped Cloth Tote Versatile Vertical Stripe Shoulder Bag Lightweight Vertical Stripe Handbag",
"quantity": 1,
"grams": 486000,
"properties": {
"_length_cm": "38.0",
"_width_cm": "33.0",
"_height_cm": "13.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").