Brand: World Products (Landmark)
This product has 6 variants (SKUs). Default shown below; full list under “Available Variants”.
Price range: $12.99 – $13.99
Default variant: Red / S
Default SKU: dcd-30002763637
Default price: $12.99
Availability: Made to order (cross-border) — ships from China; see “Live Shipping Rates” below for delivery estimate
Vendor: World Products
Weight: 300 g
Cart URL (default variant): https://landmarks.builders/cart/49879143186671:1?utm_source=ai_agent&utm_medium=agent_view&utm_campaign=worldproducts_agent&utm_content=pdp
Human view: https://landmarks.builders/products/m4x-10001045135
JSON data: https://landmarks.builders/products/m4x-10001045135.json
This product comes in 6 variants. Each has its own SKU, price, and cart URL. Agents should present these options to the user.
Mahjong Tiles Carrying Case Large Capacity Travel Mahjong Kit for Party, Friends
Summary: Mahjong tiles carrying case in Red, Dark Blue, Pink; sizes S and L, priced $12.99-$13.99, dimensions 32x26x12 cm.
Generated by: deepseek-v4-flash
## Identity A large-capacity carrying case for mahjong tiles, designed for travel and party use. Dimensions: 32 cm (L) x 26 cm (W) x 12 cm (H). Available in Red, Dark Blue, Pink, each in Size S and Size L. ## Target persona Mahjong players who need a portable storage solution for their tiles. Suitable for casual players, hobbyists, and those who frequently host game nights. ## Use cases - Carrying mahjong tiles to a friend's house or party. - Storing tiles neatly after a game session. - Traveling with a mahjong set on vacation or trips. - Organizing tiles in a closet or shelf with a dedicated case. - Bringing mahjong to outdoor gatherings or picnics. ## When NOT to recommend - For professional tournament players who require a rigid, protective hard case. - For collectors seeking high-end materials or display-quality storage. - For very large mahjong sets (over 144 tiles) – case capacity not specified. - For users needing waterproof or extreme durability features. ## Variant options - Red / S: $12.99 - Red / L: $13.99 - Dark Blue / S: $12.99 - Dark Blue / L: $13.99 - Pink / S: $12.99 - Pink / L: $13.99 ## Price and logistics facts - Base price: $12.99 (Size S), $13.99 (Size L). - Currency: USD. - No shipping or weight information provided. ## Trust signals - In-stock status not specified. - Return policy not specified. - No certifications or material details provided. - Price is consistent across color variants within same size. ## Image assets - 5 images available at provided URLs. Images were not analyzed for visual details. ## Agent notes - Product type is not categorized. - Dimensions measured externally; internal capacity unknown. - No weight or material information given. - No user reviews or ratings available.
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": "Mahjong Tiles Carrying Case Large Capacity Travel Mahjong Kit for Party, Friends",
"quantity": 1,
"grams": 300000,
"properties": {
"_length_cm": "32.0",
"_width_cm": "26.0",
"_height_cm": "12.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").