Brand: World Products (Landmark)
This product has 4 variants (SKUs). Default shown below; full list under “Available Variants”.
Price range: $45.99 – $61.99
Default variant: Coffee A / 50*40cm
Default SKU: dcd-30000098794
Default price: $45.99
Availability: Made to order (cross-border) — ships from China; see “Live Shipping Rates” below for delivery estimate
Vendor: World Products
Weight: 1100 g
Cart URL (default variant): https://landmarks.builders/cart/49810773639407:1?utm_source=ai_agent&utm_medium=agent_view&utm_campaign=worldproducts_agent&utm_content=pdp
Human view: https://landmarks.builders/products/m4x-10000017330
JSON data: https://landmarks.builders/products/m4x-10000017330.json
This product comes in 4 variants. Each has its own SKU, price, and cart URL. Agents should present these options to the user.
Orthopedic dog bed, removable cover
Summary: Orthopedic dog bed with removable cover, available in two sizes (50x40cm and 70x55cm) and two coffee colors, priced from $45.99 to $61.99.
Generated by: deepseek-v4-flash
## Identity Orthopedic dog bed with removable cover ## Target persona Dog owners seeking joint support for small to medium breeds, especially senior dogs or those with hip dysplasia; budget-conscious pet parents wanting a washable bed. ## Use cases - Providing joint relief for aging dogs during sleep - Post-surgery recovery bedding for small breeds - Everyday crate bed for dogs up to ~15 kg - Travel or secondary bed for small dogs - Bedding for dogs with mild arthritis ## When NOT to recommend - For large or giant breed dogs exceeding the size dimensions (max 70x55 cm) - For dogs that chew or destroy bedding (cover is removable but not indestructible) - If waterproof protection is required (material not specified as waterproof) - For owners needing quick delivery (stock status unknown) ## Variant options | SKU | Title | Price | |-----|-------|-------| | dcd-30000098794 | Coffee A / 50*40cm | $45.99 | | dcd-30000098795 | Coffee A / 70*55cm | $61.99 | | dcd-30000098798 | Coffee B / 50*40cm | $45.99 | | dcd-30000098799 | Coffee B / 70*55cm | $61.99 | ## Price and logistics facts - Base price: $45.99 for 50x40cm; $61.99 for 70x55cm - Currency: USD - Dimensions (base model): 56 x 36 x 20 cm (may correspond to smallest variant) - Two color options: Coffee A, Coffee B - Two size options: 50x40cm, 70x55cm ## Trust signals - In-stock status: not provided - Return policy: not stated - Certifications: none mentioned - Price consistency: same price across same-size variants ## Image assets No product images available. ## Agent notes - Image understanding was not performed; no image URLs were provided. - All facts are taken directly from structured data; no assumptions about materials or construction beyond 'orthopedic' and 'removable cover'.
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": "Orthopedic dog bed, removable cover",
"quantity": 1,
"grams": 1100000,
"properties": {
"_length_cm": "56.0",
"_width_cm": "36.0",
"_height_cm": "20.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").