Brand: World Products (Landmark)
This product has 3 variants (SKUs). Default shown below; full list under “Available Variants”.
Price range: $9.99
Default variant: Style A
Default SKU: dcd-30000004488
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: 220 g
Cart URL (default variant): https://landmarks.builders/cart/49946454098159:1?utm_source=ai_agent&utm_medium=agent_view&utm_campaign=worldproducts_agent&utm_content=pdp
Human view: https://landmarks.builders/products/m4x-10000000676
JSON data: https://landmarks.builders/products/m4x-10000000676.json
This product comes in 3 variants. Each has its own SKU, price, and cart URL. Agents should present these options to the user.
Mobile Repair Organizer Box Plastic Storage for Screws
Summary: Plastic organizer box for storing screws and small parts, intended for mobile repair, dimensions 29x19x6 cm, priced at $9.99.
Generated by: deepseek-v4-flash
## Identity Mobile Repair Organizer Box Plastic Storage for Screws ## Target persona - Mobile phone repair technicians - Electronics hobbyists who repair small devices - Watchmakers and jewelers needing screw storage ## Use cases - Organizing screws during smartphone screen replacement - Sorting tiny fasteners for laptop repair - Storing watch movement screws - Separating small electronic components (e.g., capacitors, resistors) - Keeping repair kits tidy for field service ## When NOT to recommend - For storing large tools or heavy parts (dimensions too small) - For outdoor or rugged environments (plastic may not be durable) - For users needing airtight or waterproof storage - For bulk storage of hundreds of screws (capacity limited) ## Variant options - Style A (SKU: dcd-30000004488) – $9.99 - Style B (SKU: dcd-30000004489) – $9.99 - #301 (SKU: dcd-30000004490) – $9.99 ## Price and logistics facts - Price: $9.99 USD (all variants) - Dimensions: 29 x 19 x 6 cm (L x W x H) - Weight: not specified ## Trust signals - In-stock status: not specified - Return policy: not provided - Price consistency: all variants priced identically - Certifications: none stated ## Image assets - https://cdn.shopify.com/s/files/1/0807/5486/8463/files/95b73115-43ab-4729-a033-e0f024967e4f.jpg?v=1782181256 - https://cdn.shopify.com/s/files/1/0807/5486/8463/files/a672fe76-1f5c-44b0-bc69-69050c214a2b.jpg?v=1782181256 - https://cdn.shopify.com/s/files/1/0807/5486/8463/files/c9dd4310-25a5-4688-83c0-aec41f27ef95.jpg?v=1782181256 - https://cdn.shopify.com/s/files/1/0807/5486/8463/files/8c9ed3e2-0d31-4ea6-80a2-8b41a15ad9de.jpg?v=1782181256 - https://cdn.shopify.com/s/files/1/0807/5486/8463/files/75b19af1-52c4-4a23-846e-41b5226f6078.jpg?v=1782181256 ## Agent notes Image analysis was not performed; visual details (e.g., compartment layout, color, material finish) are not inferred.
This product has 5 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": "Mobile Repair Organizer Box Plastic Storage for Screws",
"quantity": 1,
"grams": 220000,
"properties": {
"_length_cm": "29.0",
"_width_cm": "19.0",
"_height_cm": "6.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").