Brand: World Products (Landmark)
This product has 2 variants (SKUs). Default shown below; full list under “Available Variants”.
Price range: $79.99
Default variant: Gold
Default SKU: dcd-30003402348
Default price: $79.99
Availability: Made to order (cross-border) — ships from China; see “Live Shipping Rates” below for delivery estimate
Vendor: World Products
Weight: 3710 g
Cart URL (default variant): https://landmarks.builders/cart/49811335479535:1?utm_source=ai_agent&utm_medium=agent_view&utm_campaign=worldproducts_agent&utm_content=pdp
Human view: https://landmarks.builders/products/m4x-10001202306
JSON data: https://landmarks.builders/products/m4x-10001202306.json
This product comes in 2 variants. Each has its own SKU, price, and cart URL. Agents should present these options to the user.
Aluminum Hairdressing Case Lockable Hair Stylist Case Easy to Clean for Barbers
| Type | Case |
| Features | With Lock |
| Colour | Black |
| Material | Aluminium |
| Item Height | 20 cm |
| Item Length | 42 cm |
| Item Weight | 30 g |
| Item Width | 31 cm |
Summary: This 45x32x20 cm aluminum hairdressing case with removable tray and reinforced corners is priced at $79.99 and available in Gold or Black.
Generated by: deepseek-v4-flash
## Identity Aluminum hairdressing case with removable tray, reinforced corners. Dimensions: 45x32x20 cm. Colors: Gold, Black. ## Target persona Professional hair stylists or barbers needing a durable, portable case for tools. Also suitable for makeup artists or technicians requiring a rugged organizer. ## Use cases 1. Transporting scissors, combs, clippers to salon or on-location jobs. 2. Organizing hairdressing tools in a salon station. 3. Storing and carrying personal care items for travel. 4. As a toolbox for small equipment. 5. For makeup artists storing brushes and products. ## When NOT to recommend 1. For users needing lightweight plastic or fabric cases. 2. For those requiring soft-sided bags. 3. For customers seeking a case with wheels or extendable handle. 4. For large tool collections exceeding case dimensions. ## Variant options Gold (SKU: dcd-30003402348) and Black (SKU: dcd-30003402349), both $79.99. ## Price and logistics facts Price: $79.99 USD. No shipping or stock details provided. ## Trust signals No stock or return policy information available. Price consistent across variants. ## Image assets No images provided. ## Agent notes Description is in Chinese: '跨境现货六角铝合金美发工具箱发型师专用手提多功能用途大容量' (Cross-border stock hexagon aluminum hairdressing toolbox stylist dedicated hand-carry multi-purpose large capacity). Image understanding not performed.
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": "Aluminum Hairdressing Case Lockable Hair Stylist Case Easy to Clean for Barbers",
"quantity": 1,
"grams": 3710000,
"properties": {
"_length_cm": "45.0",
"_width_cm": "32.0",
"_height_cm": "20.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").