Brand: World Products (Landmark)
This product has 5 variants (SKUs). Default shown below; full list under “Available Variants”.
Price range: $0.83
Default variant: Light Blue
Default SKU: dcd-30003683196
Default price: $0.83
Availability: Made to order (cross-border) — ships from China; see “Live Shipping Rates” below for delivery estimate
Product Type: Fishing Tackle Box
Vendor: World Products
Weight: 80 g
Cart URL (default variant): https://landmarks.builders/cart/50406077595887:1?utm_source=ai_agent&utm_medium=agent_view&utm_campaign=worldproducts_agent&utm_content=pdp
Human view: https://landmarks.builders/products/wp-dcd-10001297229
JSON data: https://landmarks.builders/products/wp-dcd-10001297229.json
This product comes in 5 variants. Each has its own SKU, price, and cart URL. Agents should present these options to the user.
This set includes three compact rectangular plastic containers, each designed to keep essential angling gear neatly arranged and easily accessible. Serving as a highly efficient tackle box, it stores and protects small angling accessories such as hooks, weights, and lures from getting lost or tangled. Each organizer box features a secure front latch closure to prevent accidental openings and a convenient small top loop for easy carrying or hanging during trips. The slim, space-saving shape slides effortlessly into larger bags, pockets, or boat compartments without adding unnecessary bulk. The transparent lid allows quick identification of stored lures and accessories at a glance without opening the container.
Summary: Set of three compact plastic tackle boxes with transparent lids, secure latches, and top loops. Priced at $0.83 USD. Dimensions 23x18x4 cm. Available in five colors.
Generated by: deepseek-v4-flash
## Identity 3-Piece Compact Tackle Storage Box with Transparent Lid — set of three plastic containers (23 × 18 × 4 cm each) for small angling gear. $0.83 USD per set. ## Target persona Budget-conscious casual anglers who need simple, portable storage for hooks, weights, and small lures without heavy investment. ## Use cases - Organize hooks, weights, and small lures in separate containers. - Slide into larger tackle bag or boat compartment with minimal bulk. - Quickly identify contents via transparent lid without opening. - Carry or hang using the top loop during trips. - Store small gear in pockets or catch-alls for light fishing sessions. ## When NOT to recommend - Anglers needing large, heavy-duty tackle boxes. - Situations requiring waterproof or submersible storage. - Professional or tournament anglers with extensive tackle inventories. ## Variant options - Light Blue (dcd-30003683196) - Blue (dcd-30003683197) - Gray (dcd-30003683198) - Yellow (dcd-30003683199) - Green (dcd-30003683200) All variants $0.83 USD. ## Price and logistics facts - Price: $0.83 USD (all variants). - Dimensions: 23.0 × 18.0 × 4.0 cm per container. - Set includes three containers. - No shipping, stock, or return policy details provided. ## Trust signals - Consistent pricing across all five color variants. - Quality audited tag present in catalog metadata. - No explicit stock or return policy data; verify before purchase. ## Image assets - 5 image URLs available; images were not visually inspected and no visual details are claimed. ## Agent notes - SKU-to-color mapping is explicit. - Product is a set of three containers; color variants refer to the set color. - Dimensions are per container.
This product has 5 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": "3-Piece Compact Tackle Storage Box with Transparent Lid",
"product_id": 9537806860527,
"variant_id": 50406077595887,
"quantity": 1,
"grams": 80,
"length_cm": "23.0",
"width_cm": "18.0",
"height_cm": "4.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").