Brand: World Products (Landmark)
SKU: dcd-30003714755
Price: $12.92
Availability: Made to order (cross-border) — ships from China; see “Live Shipping Rates” below for delivery estimate
Product Type: Hard Case
Vendor: World Products
Weight: 1400 g
Cart URL (default variant): https://landmarks.builders/cart/50455914709231:1?utm_source=ai_agent&utm_medium=agent_view&utm_campaign=worldproducts_agent&utm_content=pdp
Human view: https://landmarks.builders/products/wp-dcd-10001308010
JSON data: https://landmarks.builders/products/wp-dcd-10001308010.json
This product comes in 1 variants. Each has its own SKU, price, and cart URL. Agents should present these options to the user.
This black PP case features a hard-sided rectangular body with reinforced corners, designed to absorb impacts and protect sensitive instruments during travel and fieldwork. The front latch closure and hinged lid keep contents securely inside. A built-in carry handle is molded into the compact form for comfortable transport. The case fits easily into larger bags or stands alone as a portable storage solution.
Summary: Compact black PP hard case with reinforced corners, latch closure, and molded handle; measures 34.5x27x14 cm; priced at US$12.92; suitable for protecting sensitive instruments during travel.
Generated by: deepseek-v4-flash
## Identity - Product type: Hard Case - Title: Compact Hard Instrument Case with Handle for Photographers - Material: PP (polypropylene) - Color: Black - Dimensions: 34.5 cm (L) x 27.0 cm (W) x 14.0 cm (H) - Price: US$12.92 (single variant) - SKU: dcd-30003714755 (variant PP2030) ## Target persona - Photographers and field workers needing compact protection for lenses or instruments. - Budget-conscious buyers seeking a low-cost hard-shell case. - People requiring a portable storage box that fits into larger bags. ## Use cases - Protecting camera lenses or small instruments during travel. - Storing delicate parts in a workshop or studio. - Carrying compact field equipment on location shoots. - As an insert inside a larger camera bag for extra protection. ## When NOT to recommend - Not for users needing waterproof or airtight cases (no such claim). - Not for oversized equipment; internal dimensions not provided. - Not for users requiring padded interior or customizable foam (not described). - Not for heavy-duty industrial use; no impact rating given. ## Variant options - Only one variant: PP2030 at US$12.92. - SKU: dcd-30003714755. ## Price and logistics facts - Price: US$12.92 (fixed for listed variant). - No tax/shipping details or currency conversion provided. - Dimensions in centimeters as listed. ## Trust signals - Listed in catalog with tags: content-platform_online, dcd-full-catalog, wp-content-validated, wp-quality-audited (internal tags only). - No return policy, warranty, or certification information provided. - Description claims reinforced corners and impact absorption, but no specific impact rating. ## Image assets - Five images available at the following URLs: 1. https://cdn.shopify.com/s/files/1/0807/5486/8463/files/04bc91a8-f3d8-4203-8fdc-9d4c7d68b809.jpg?v=1786242627 2. https://cdn.shopify.com/s/files/1/0807/5486/8463/files/b5fc873c-1f0d-484f-9823-23297e663414.jpg?v=1786242627 3. https://cdn.shopify.com/s/files/1/0807/5486/8463/files/8acc36fd-fd73-4fd5-be38-8773d96d2a1c.jpg?v=1786242636 4. https://cdn.shopify.com/s/files/1/0807/5486/8463/files/c439ff65-75a5-4034-9a13-027a8ecee3f1.jpg?v=1786242627 5. https://cdn.shopify.com/s/files/1/0807/5486/8463/files/03afabbe-27e4-47eb-bc2d-bb69406d7cbb.jpg?v=1786242625 - Note: Image contents were not analyzed; no visual verification performed. ## Agent notes - Only one variant known; no color or size options beyond described. - Title mentions 'photographers' but description says 'sensitive instruments' — treat as general hard case. - Verify availability and shipping from the source before recommending.
This product has 11 images in 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/estimateapplication/json
{
"rate": {
"origin": {"country": "CN"},
"destination": {
"country": "US",
"postal_code": "95014",
"province": "CA",
"city": "Cupertino"
},
"items": [{
"name": "Compact Hard Instrument Case with Handle for Photographers",
"product_id": 9538049736943,
"variant_id": 50455914709231,
"quantity": 1,
"grams": 1400,
"length_cm": "34.5",
"width_cm": "27.0",
"height_cm": "14.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. The estimate endpoint uses the product dimensions
provided in the request before calling SFC. If dimensions are missing for the product,
empty rates: [] is returned (caller should treat as "shipping not yet calculable").