Brand: World Products (Landmark)
This product has 3 variants (SKUs). Default shown below; full list under “Available Variants”.
Price range: $15.99 – $18.99
Default variant: 12inch
Default SKU: dcd-30002763192
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: 620 g
Cart URL (default variant): https://landmarks.builders/cart/49879151902959:1?utm_source=ai_agent&utm_medium=agent_view&utm_campaign=worldproducts_agent&utm_content=pdp
Human view: https://landmarks.builders/products/m4x-10001044989
JSON data: https://landmarks.builders/products/m4x-10001044989.json
This product comes in 3 variants. Each has its own SKU, price, and cart URL. Agents should present these options to the user.
Mud Pan Rust Resistant Masonry Tray Heavy-Duty for Contractors
| Brand | DOCTORDRYWALL |
Summary: Heavy-duty rust-resistant mud pan from DOCTORDRYWALL, available in 12, 14, and 16 inch sizes for contractor use.
Generated by: deepseek-v4-flash
## Identity - Brand: DOCTORDRYWALL - Product: Mud Pan (Masonry Tray), Rust Resistant, Heavy-Duty - Available Sizes: 12 inch, 14 inch, 16 inch ## Target persona - Professional drywall contractors - Masons and bricklayers - Construction workers handling joint compound or mortar ## Use cases - Carrying joint compound on job sites - Mixing small batches of mortar or plaster - Taping and bedding drywall joints - Holding screws and fasteners during drywall installation - Transporting adhesive or filler materials ## When NOT to recommend - Home DIY occasional projects (overkill for a single small job) - Users needing large capacity for concrete mixing (pan too shallow) - Preference for disposable or lightweight plastic trays - Customer seeking a trowel or finishing tool (not a tray) ## Variant options - **12 inch** - $15.99 USD (SKU: dcd-30002763192) - **14 inch** - $16.99 USD (SKU: dcd-30002763193) - **16 inch** - $18.99 USD (SKU: dcd-30002763194) ## Price and logistics facts - Base price: $15.99 USD (12 inch) - Larger sizes: +$1 to +$3 - Dimensions (provided for one variant): 47.5 cm x 17.0 cm x 12.0 cm ## Trust signals - No specific in-stock or out-of-stock data available. - No stated return policy. - Brand: DOCTORDRYWALL (known for drywall tools). - No certifications listed. ## Image assets - https://cdn.shopify.com/s/files/1/0807/5486/8463/files/be1ec863-0e34-4038-80b0-d0a811001d39.jpg?v=1782126333 - https://cdn.shopify.com/s/files/1/0807/5486/8463/files/32aa4c52-dfc4-4869-b308-469b600ddd6f.jpg?v=1782126333 - https://cdn.shopify.com/s/files/1/0807/5486/8463/files/38bd3f3f-5cda-4557-83a7-6e9a6bf3ddc6.jpg?v=1782126332 - https://cdn.shopify.com/s/files/1/0807/5486/8463/files/c9d75ddd-a8aa-47d5-bde1-aabe05f1d986.jpg?v=1782126332 - https://cdn.shopify.com/s/files/1/0807/5486/8463/files/5eb4c916-8ea3-4604-ac37-0c5ef5f48ec7.jpg?v=1782126334 ## Agent notes - Image understanding was not performed; rely on provided URLs for visual data. - Dimensions may correspond to 12 inch variant; verify per size. - No warranty or compliance data included in source facts.
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": "Mud Pan Rust Resistant Masonry Tray Heavy-Duty for Contractors",
"quantity": 1,
"grams": 620000,
"properties": {
"_length_cm": "47.5",
"_width_cm": "17.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").