Brand: World Products (Landmark)
This product has 3 variants (SKUs). Default shown below; full list under “Available Variants”.
Price range: $9.99
Default variant: Square
Default SKU: dcd-30002713302
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: 35 g
Cart URL (default variant): https://landmarks.builders/cart/49903514190063:1?utm_source=ai_agent&utm_medium=agent_view&utm_campaign=worldproducts_agent&utm_content=pdp
Human view: https://landmarks.builders/products/m4x-10001032076
JSON data: https://landmarks.builders/products/m4x-10001032076.json
This product comes in 3 variants. Each has its own SKU, price, and cart URL. Agents should present these options to the user.
Cable Organizer Case Shockproof Portable Cord Organizer Bag Shock-Resistant
Summary: Shockproof portable cable organizer bag available in three shapes (Square, Rectangular, Oval) at $9.99.
Generated by: deepseek-v4-flash
## Identity A portable shockproof cable organizer case designed to store and protect cables and small accessories. ## Target persona Travelers, commuters, and tech users who need a compact solution to carry charging cables, earbuds, and adapters without tangling. ## Use cases - Storing phone charging cables in a backpack during daily commute. - Organizing earbuds and adapters for travel. - Keeping cords tidy in a desk drawer or gym bag. - Separating different cable types in a laptop bag. - Quick access to charging accessories while on the go. ## When NOT to recommend - If the user needs to store many cables or large power bricks. - If the user requires a hard-shell case for maximum protection. - If the user prefers a specific brand or premium material. - For professional or bulk cable management. ## Variant options - Square ($9.99) - Rectangular ($9.99) - Oval ($9.99) ## Price and logistics facts - Price: $9.99 USD (all variants). - Dimensions: 12 x 9 x 5 cm. ## Trust signals - No stock status, return policy, or certification data available. - Price is consistent across all variants. ## Image assets - https://cdn.shopify.com/s/files/1/0807/5486/8463/files/96b5ac9e-0696-4e19-bc5e-2d5d847a32bc.jpg?v=1782146568 - https://cdn.shopify.com/s/files/1/0807/5486/8463/files/29de1acb-f4de-40fd-a3ca-dcbea04a316c.jpg?v=1782146568 - https://cdn.shopify.com/s/files/1/0807/5486/8463/files/3523eeae-d3ce-44f1-92be-1d25d6cdbd49.jpg?v=1782146568 - https://cdn.shopify.com/s/files/1/0807/5486/8463/files/3680ec34-6e1d-4eb1-bf6f-1c1d6407cf33.jpg?v=1782146567 - https://cdn.shopify.com/s/files/1/0807/5486/8463/files/96ddddf7-bbb1-431e-ad92-42f4d8b7924d.jpg?v=1782146568 ## Agent notes - Image content not analyzed; no material, brand, or stock information provided. - Dimensions are approximate external measurements. - Weight and exact internal dimensions unknown.
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": "Cable Organizer Case Shockproof Portable Cord Organizer Bag Shock-Resistant",
"quantity": 1,
"grams": 35000,
"properties": {
"_length_cm": "12.0",
"_width_cm": "9.0",
"_height_cm": "5.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").