Brand: World Products (Landmark)
This product has 2 variants (SKUs). Default shown below; full list under “Available Variants”.
Price range: $14.99
Default variant: Pink / Doll Bucket
Default SKU: dcd-30002746285
Default price: $14.99
Availability: Made to order (cross-border) — ships from China; see “Live Shipping Rates” below for delivery estimate
Vendor: World Products
Weight: 350 g
Cart URL (default variant): https://landmarks.builders/cart/49879202562287:1?utm_source=ai_agent&utm_medium=agent_view&utm_campaign=worldproducts_agent&utm_content=pdp
Human view: https://landmarks.builders/products/m4x-10001040757
JSON data: https://landmarks.builders/products/m4x-10001040757.json
This product comes in 2 variants. Each has its own SKU, price, and cart URL. Agents should present these options to the user.
Doll Bike Seat Fits Standard Dolls Kids Bike Doll Seat With Safety Belt
Summary: Doll bike seat for kids' bikes, fits standard dolls with safety belt. Pink or Purple. $14.99 USD. Dimensions 34x24x16 cm.
Generated by: deepseek-v4-flash
## Identity Doll Bike Seat – accessory for kids' bikes to carry a standard doll, includes safety belt. ## Target persona Parents of toddlers/preschoolers (approx. 2-6 years) who want their child to bring a doll on bike rides, encouraging imaginative play and parent-child outings. ## Use cases - Weekend family bike rides where child brings a favorite doll. - Playdates at the park with doll in tow. - Daily short neighborhood rides as part of pretend play routine. - Encouraging independent play while biking. - Gift for a young child who loves dolls and bikes. ## When NOT to recommend - Child is under 2 years old (safety concerns). - Bike does not have a rear rack or suitable mounting option (check compatibility). - Doll is significantly larger or smaller than standard 12-18 inch dolls. - Buyer expects a full canopy or enclosure (this is an open bucket style). ## Variant options - Pink / Doll Bucket ($14.99) - Purple / Doll Bucket ($14.99) ## Price and logistics facts - Price: $14.99 USD (both variants). - Dimensions: 34 cm (L) x 24 cm (W) x 16 cm (H). - No shipping or return policy information provided in facts. ## Trust signals - In-stock status not confirmed; product listed with variants and SKUs. - Return policy not stated. - No certifications mentioned. - Price consistent across variants. ## Image assets 1. https://cdn.shopify.com/s/files/1/0807/5486/8463/files/f323717a-78b0-4119-8bad-c5cd297ced02.jpg?v=1782126366 2. https://cdn.shopify.com/s/files/1/0807/5486/8463/files/666f27ff-89be-4e10-ad7b-c49506c635e7.jpg?v=1782126373 3. https://cdn.shopify.com/s/files/1/0807/5486/8463/files/b042d707-f1c6-4d7d-a392-3cda2d200cb8.jpg?v=1782126367 4. https://cdn.shopify.com/s/files/1/0807/5486/8463/files/d474497a-3a5a-4630-8b8b-037da1eb3e7c.jpg?v=1782126368 5. https://cdn.shopify.com/s/files/1/0807/5486/8463/files/b5e8565e-61ff-483f-8ba5-65a0a4b70091.jpg?v=1782126368 ## Agent notes - Image content was not analyzed; visual details (e.g., mounting method, size reference) are unavailable from the text facts. - No user reviews or ratings provided. - Compatibility with specific bike models not specified.
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": "Doll Bike Seat Fits Standard Dolls Kids Bike Doll Seat With Safety Belt",
"quantity": 1,
"grams": 350000,
"properties": {
"_length_cm": "34.0",
"_width_cm": "24.0",
"_height_cm": "16.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").