Brand: World Products (Landmark)
This product has 3 variants (SKUs). Default shown below; full list under “Available Variants”.
Price range: $9.99 – $13.99
Default variant: Black a
Default SKU: dcd-30002744120
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: 360 g
Cart URL (default variant): https://landmarks.builders/cart/49879205871855:1?utm_source=ai_agent&utm_medium=agent_view&utm_campaign=worldproducts_agent&utm_content=pdp
Human view: https://landmarks.builders/products/m4x-10001040262
JSON data: https://landmarks.builders/products/m4x-10001040262.json
This product comes in 3 variants. Each has its own SKU, price, and cart URL. Agents should present these options to the user.
Spray Bottle Rack Long-Lasting Metal Spray Bottle Rack Space-Saving
Summary: Metal spray bottle rack, 34x13x12 cm, holds multiple spray bottles, space-saving. Available in three black finishes from $9.99.
Generated by: deepseek-v4-flash
## Identity **Spray Bottle Rack Long-Lasting Metal Spray Bottle Rack Space-Saving** – A metal rack designed to organize and store spray bottles, dimensions 34x13x12 cm. Holds multiple bottles vertically. ## Target persona Home organizers, cleaning professionals, workshop users, or anyone with several spray bottles needing compact storage. ## Use cases - Organizing cleaning spray bottles under kitchen or bathroom sink. - Storing garden spray bottles in a shed or garage. - Holding hair styling spray bottles in a salon or vanity. - Displaying spray bottles in a retail setting. - Keeping workshop lubricants and cleaners accessible. ## When NOT to recommend - For storing large (over 1 liter) spray bottles (dimensions may not fit). - For users needing a rack made of non-metal materials (e.g., plastic or wood). - For hanging on walls without drilling (no mounting hardware mentioned). - For those requiring a high-capacity rack (holds only a few bottles). ## Variant options - **Black a** – $9.99 - **Black B** – $9.99 - **Black C** – $13.99 ## Price and logistics facts - Base price: $9.99 (Black a, Black B); Black C: $13.99 USD. - Dimensions: 34 cm (L) x 13 cm (W) x 12 cm (H). - No shipping or weight information provided. ## Trust signals - Price is consistent across two variants; one variant at a higher price. - Item appears to be in stock (listed as available). - No return policy or certification data supplied. ## Image assets - https://cdn.shopify.com/s/files/1/0807/5486/8463/files/71aa5faa-3c49-41ad-b971-f6ad5f7edd41.jpg?v=1782126373 - https://cdn.shopify.com/s/files/1/0807/5486/8463/files/de3320bd-40e8-4342-861c-1f43c67b011e.jpg?v=1782126372 - https://cdn.shopify.com/s/files/1/0807/5486/8463/files/6929b1b3-12e5-4afc-bfd9-ab1e8d0b44b1.jpg?v=1782126372 - https://cdn.shopify.com/s/files/1/0807/5486/8463/files/c5c7f938-baea-474e-bac6-69ea075c7dd0.jpg?v=1782126373 - https://cdn.shopify.com/s/files/1/0807/5486/8463/files/b398022b-8ca9-4731-82c3-a70a855539dc.jpg?v=1782126373 ## Agent notes - Product description is minimal (title repeated). No material details beyond 'metal'. Visual details could not be verified without image analysis.
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": "Spray Bottle Rack Long-Lasting Metal Spray Bottle Rack Space-Saving",
"quantity": 1,
"grams": 360000,
"properties": {
"_length_cm": "34.0",
"_width_cm": "13.0",
"_height_cm": "12.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").