Brand: World Products (Landmark)
This product has 4 variants (SKUs). Default shown below; full list under “Available Variants”.
Price range: $27.99
Default variant: Black / Style 2
Default SKU: dcd-30002689053
Default price: $27.99
Availability: Made to order (cross-border) — ships from China; see “Live Shipping Rates” below for delivery estimate
Vendor: World Products
Weight: 1000 g
Cart URL (default variant): https://landmarks.builders/cart/49903567864047:1?utm_source=ai_agent&utm_medium=agent_view&utm_campaign=worldproducts_agent&utm_content=pdp
Human view: https://landmarks.builders/products/m4x-10001027806
JSON data: https://landmarks.builders/products/m4x-10001027806.json
This product comes in 4 variants. Each has its own SKU, price, and cart URL. Agents should present these options to the user.
Housekeeping Tool Backpack Padded Shoulder Straps Janitorial Supply Backpack
Summary: Housekeeping Tool Backpack with padded shoulder straps, 47x34x15 cm, available in 4 colors at $27.99 USD.
Generated by: deepseek-v4-flash
## Identity Housekeeping Tool Backpack with Padded Shoulder Straps, Janitorial Supply Backpack. ## Target persona Janitorial and housekeeping staff, cleaning professionals, facility maintenance workers. ## Use cases - Carrying cleaning chemicals, spray bottles, and cloths during daily rounds. - Organizing janitorial tools like brushes, gloves, and small utensils. - Transporting mops, brooms, and dusters with external attachments. - Quick access to supplies while moving between rooms. - Stocking and restocking cleaning carts from a central supply. ## When NOT to recommend - Heavy construction or tool belt replacement for power tools. - Carrying fragile electronics like laptops or tablets without padding. - Fashion or school backpack usage. - Hiking or outdoor gear storage. ## Variant options | Color | SKU | Price | |-------|-----|-------| | Black | dcd-30002689053 | $27.99 | | Orange | dcd-30002689054 | $27.99 | | Royal Blue | dcd-30002689055 | $27.99 | | Red | dcd-30002689056 | $27.99 | ## Price and logistics facts - Price: $27.99 USD (same for all variants). - Dimensions: 47 cm (L) x 34 cm (W) x 15 cm (H). ## Trust signals - Price consistent across all variants. - Multiple color options available. - No return policy or warranty information provided. - No material or durability certifications stated. ## Image assets - https://cdn.shopify.com/s/files/1/0807/5486/8463/files/fd7a5893-4442-4111-a113-46cd5b1e0529.jpg?v=1782146592 - https://cdn.shopify.com/s/files/1/0807/5486/8463/files/7bbd1b42-095b-47df-a509-0305d4bfa249.jpg?v=1782146593 - https://cdn.shopify.com/s/files/1/0807/5486/8463/files/211c0092-f039-4fcd-a0c8-f753177f6551.jpg?v=1782146592 - https://cdn.shopify.com/s/files/1/0807/5486/8463/files/26798ead-ef3a-47d8-b908-0f0848a60fde.jpg?v=1782146592 - https://cdn.shopify.com/s/files/1/0807/5486/8463/files/20870d8e-4e9d-449b-a52b-c3b03d731e56.jpg?v=1782146592 ## Agent notes - No visual analysis performed on images; fetch to assess actual color, compartments, and strap design. - Product type not specified beyond title. - No bulk or discount 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": "Housekeeping Tool Backpack Padded Shoulder Straps Janitorial Supply Backpack",
"quantity": 1,
"grams": 1000000,
"properties": {
"_length_cm": "47.0",
"_width_cm": "34.0",
"_height_cm": "15.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").