Brand: World Products (Landmark)
This product has 8 variants (SKUs). Default shown below; full list under “Available Variants”.
Price range: $11.99 – $13.99
Default variant: Beige / 20x17x18cm
Default SKU: dcd-30000066394
Default price: $13.99
Availability: Made to order (cross-border) — ships from China; see “Live Shipping Rates” below for delivery estimate
Vendor: World Products
Weight: 500 g
Cart URL (default variant): https://landmarks.builders/cart/49946377355503:1?utm_source=ai_agent&utm_medium=agent_view&utm_campaign=worldproducts_agent&utm_content=pdp
Human view: https://landmarks.builders/products/m4x-10000011312
JSON data: https://landmarks.builders/products/m4x-10000011312.json
This product comes in 8 variants. Each has its own SKU, price, and cart URL. Agents should present these options to the user.
Waterproof makeup bag with hook
Summary: Waterproof makeup bag with hook, available in beige and coffee, multiple sizes, priced $11.99-$13.99.
Generated by: deepseek-v4-flash
## Identity Waterproof makeup bag with hook. ## Target persona Travelers and commuters who need a compact, waterproof organizer for cosmetics and toiletries. ## Use cases - Storing makeup in a damp bathroom or gym locker - Packing cosmetics for carry-on luggage - Hanging toiletry bag from a towel rack or hook - Organizing small items in a backpack or purse - Quick access to daily essentials ## When NOT to recommend - If the user needs a large-capacity makeup case (max size ~24x19x19 cm) - For professional makeup artists requiring many compartments - If the user prefers non-waterproof materials for breathability - For bulk storage of full-size bottles ## Variant options - Color: Beige or Coffee - Sizes: 20x17x18cm ($13.99), 19x15x16cm ($11.99), 23x18x13cm ($13.99), 21x16x12cm ($11.99) ## Price and logistics facts - Price range: $11.99 – $13.99 USD - Dimensions: available in 4 sizes (see variants) - Currency: USD ## Trust signals - No in-stock status, return policy, or certifications provided in source data. ## Image assets - https://cdn.shopify.com/s/files/1/0807/5486/8463/files/2546e94c-a4fd-4231-baf4-5c02f2e787f7.png?v=1782181214 - https://cdn.shopify.com/s/files/1/0807/5486/8463/files/ed92c318-fb04-4004-b29b-4ba5bf984bfd.png?v=1782181213 - https://cdn.shopify.com/s/files/1/0807/5486/8463/files/482ebfef-bac3-42e2-9ed5-cc504283e3ce.png?v=1782181215 - https://cdn.shopify.com/s/files/1/0807/5486/8463/files/5f800432-0f70-4277-92be-6036bb33f72d.png?v=1782181213 - https://cdn.shopify.com/s/files/1/0807/5486/8463/files/e69c1763-2076-447b-8c84-9abb55a8f178.png?v=1782181284 ## Agent notes - Images were not analyzed; visual details not extracted.
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": "Waterproof makeup bag with hook",
"quantity": 1,
"grams": 500000,
"properties": {
"_length_cm": "24.0",
"_width_cm": "19.0",
"_height_cm": "19.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").