Brand: World Products (Landmark)
This product has 3 variants (SKUs). Default shown below; full list under “Available Variants”.
Price range: $9.99
Default variant: Yellow
Default SKU: dcd-30002750180
Default price: $9.99
Availability: Made to order (cross-border) — ships from China; see “Live Shipping Rates” below for delivery estimate
Vendor: World Products
Weight: 250 g
Cart URL (default variant): https://landmarks.builders/cart/49879201349871:1?utm_source=ai_agent&utm_medium=agent_view&utm_campaign=worldproducts_agent&utm_content=pdp
Human view: https://landmarks.builders/products/m4x-10001041510
JSON data: https://landmarks.builders/products/m4x-10001041510.json
This product comes in 3 variants. Each has its own SKU, price, and cart URL. Agents should present these options to the user.
Shoe Washing Bag Scratch Protection Washing Machine Shoe Bag Noise Reducing
Summary: A machine-washable shoe bag that protects shoes during washing and reduces noise, available in three colors.
Generated by: deepseek-v4-flash
## Identity Shoe Washing Bag Scratch Protection Washing Machine Shoe Bag Noise Reducing ## Target persona Home laundry user who washes sneakers or athletic shoes regularly and wants to prevent damage and noise. ## Use cases - Washing sneakers or canvas shoes in a washing machine - Protecting delicate shoe surfaces from abrasion during wash - Reducing clunking noise from shoes tumbling in the drum - Bundling laces or small accessories to prevent tangling - Separating shoes from other laundry to avoid dirt transfer ## When NOT to recommend - For dry-clean-only or hand-wash-only shoes - For leather dress shoes that should not be machine washed - For shoes with loose embellishments that could detach inside the bag - For industrial or heavy-duty cleaning needs ## Variant options - Yellow ($9.99) - Gray ($9.99) - Blue ($9.99) ## Price and logistics facts - Price: $9.99 USD per bag (all variants) - Dimensions: 28 cm x 25 cm x 10 cm ## Trust signals - Price is consistent across all color variants - In-stock status and return policy are not specified in available data ## Image assets - https://cdn.shopify.com/s/files/1/0807/5486/8463/files/0ea48f8c-d33f-4f1b-ae3f-f4ddd04ef2ee.jpg?v=1782126364 - https://cdn.shopify.com/s/files/1/0807/5486/8463/files/e86a3315-58b8-42d5-a189-8cf506746d87.jpg?v=1782126366 - https://cdn.shopify.com/s/files/1/0807/5486/8463/files/a007836e-9e4c-4b2e-9077-326cbd373d85.jpg?v=1782126365 - https://cdn.shopify.com/s/files/1/0807/5486/8463/files/7f1cf1fe-8b6a-482a-846e-33910a489dcd.jpg?v=1782126365 - https://cdn.shopify.com/s/files/1/0807/5486/8463/files/e5c34fc3-4dc2-4166-9a6e-7bee36f82e48.jpg?v=1782126365 ## Agent notes - Image content was not analyzed; fetch URLs directly for visual details.
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": "Shoe Washing Bag Scratch Protection Washing Machine Shoe Bag Noise Reducing",
"quantity": 1,
"grams": 250000,
"properties": {
"_length_cm": "28.0",
"_width_cm": "25.0",
"_height_cm": "10.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").