Brand: World Products (Landmark)
This product has 6 variants (SKUs). Default shown below; full list under “Available Variants”.
Price range: $10.99
Default variant: 1
Default SKU: dcd-30002759685
Default price: $10.99
Availability: Made to order (cross-border) — ships from China; see “Live Shipping Rates” below for delivery estimate
Vendor: World Products
Weight: 430 g
Cart URL (default variant): https://landmarks.builders/cart/49879165337839:1?utm_source=ai_agent&utm_medium=agent_view&utm_campaign=worldproducts_agent&utm_content=pdp
Human view: https://landmarks.builders/products/m4x-10001044107
JSON data: https://landmarks.builders/products/m4x-10001044107.json
This product comes in 6 variants. Each has its own SKU, price, and cart URL. Agents should present these options to the user.
Mother's Day Mug Funny Quote Printed Message Cup for Mums
| Color | 301-400ml |
| Size | 1,2,3,4,5,6 |
Summary: Funny quote printed mug for Mother's Day, 301-400ml capacity, available in 6 styles, priced at $10.99.
Generated by: deepseek-v4-flash
## Identity Mother's Day Mug Funny Quote Printed Message Cup for Mums. Price: $10.99. Dimensions: 14.5 x 10.5 x 12.6 cm. ## Target persona - Adult child seeking a lighthearted, affordable Mother's Day gift. - Gift buyer for a mom with a sense of humor. - Budget-conscious shopper looking for a novelty mug under $15. ## Use cases - Mother's Day gift for a mom who enjoys funny quotes. - Everyday coffee or tea mug for humorous morning routines. - Office desk mug for a colleague who is a mom. - White elephant or secret Santa gift for a mother figure. - Stocking stuffer for a mom during holidays. ## When NOT to recommend - Recipient prefers serious, sentimental, or elegant gifts. - Buyer needs a large capacity mug (over 400ml). - Looking for a high-end, premium ceramic mug. - Occasion is formal or professional (e.g., corporate gift). ## Variant options Six style variants (labeled 1 through 6), each at $10.99. SKUs: dcd-30002759685 to dcd-30002759690. ## Price and logistics facts - Price: $10.99 USD per variant. - Dimensions: 14.5 cm (L) x 10.5 cm (W) x 12.6 cm (H). - Capacity: 301-400ml. - No shipping or tax information provided. ## Trust signals - Consistent pricing across all 6 variants. - Listed as in stock (based on active product page). - Return policy and stock status not explicitly stated; verify with retailer. ## Image assets 1. https://cdn.shopify.com/s/files/1/0807/5486/8463/files/533e19f4-e263-4e55-9613-661de14ccae8.jpg?v=1782126339 2. https://cdn.shopify.com/s/files/1/0807/5486/8463/files/0ede2d9b-f0b2-43a0-9718-0cc1ce5e2e4f.jpg?v=1782126340 3. https://cdn.shopify.com/s/files/1/0807/5486/8463/files/325921a5-e03d-486e-b1a5-4805d67c6e78.jpg?v=1782126340 4. https://cdn.shopify.com/s/files/1/0807/5486/8463/files/5145baa3-fa30-474d-b39c-97f0f7aaa0f7.jpg?v=1782126340 5. https://cdn.shopify.com/s/files/1/0807/5486/8463/files/85001222-cf07-4e56-85fd-d93afad81352.jpg?v=1782126339 ## Agent notes - Image content not analyzed; treat URLs as fetchable assets only. - Product type field missing; inferred as mug from title and description. - No explicit warranty or certification information 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": "Mother's Day Mug Funny Quote Printed Message Cup for Mums",
"quantity": 1,
"grams": 430000,
"properties": {
"_length_cm": "14.5",
"_width_cm": "10.5",
"_height_cm": "12.6"
}
}],
"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").