Brand: World Products (Landmark)
This product has 2 variants (SKUs). Default shown below; full list under “Available Variants”.
Price range: $9.99
Default variant: Black
Default SKU: dcd-30002752300
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: 250 g
Cart URL (default variant): https://landmarks.builders/cart/49879199088879:1?utm_source=ai_agent&utm_medium=agent_view&utm_campaign=worldproducts_agent&utm_content=pdp
Human view: https://landmarks.builders/products/m4x-10001042019
JSON data: https://landmarks.builders/products/m4x-10001042019.json
This product comes in 2 variants. Each has its own SKU, price, and cart URL. Agents should present these options to the user.
220 Ml Oil Spray Bottle Easy to Refill Refillable Cooking Dispenser
Summary: 220ml refillable cooking oil spray bottle, easy to refill. Available in Black and White. Dimensions 23x10x6.7 cm. Priced at $9.99.
Generated by: deepseek-v4-flash
## Identity 220 Ml Oil Spray Bottle Easy to Refill Refillable Cooking Dispenser ## Target persona Home cooks and meal preppers who want precise oil control on a budget. Health-conscious individuals seeking to reduce oil usage. ## Use cases - Spraying olive or vegetable oil on salads - Greasing baking pans and grills - Controlling oil amount for frying - Portioning oil for meal prep - Using as a portable oil dispenser for picnics ## When NOT to recommend - Professional kitchens needing high-durability equipment - Users requiring large capacity (over 500ml) - Those preferring non-spray oil dispensers (e.g., pour spouts) - Commercial or high-volume cooking ## Variant options - Black ($9.99) - White ($9.99) ## Price and logistics facts - Price: $9.99 USD each variant - Dimensions (cm): 23.0 L x 10.0 W x 6.7 H - No shipping or tax information provided ## Trust signals - Listed as in stock (no backorder indicator) - No return policy or certifications specified - Price consistent across variants ## Image assets - https://cdn.shopify.com/s/files/1/0807/5486/8463/files/47a892c4-0768-4036-bfaf-b67db0c2a948.jpg?v=1782126367 - https://cdn.shopify.com/s/files/1/0807/5486/8463/files/5eac304d-c914-4c06-88a1-5d8ba769853c.jpg?v=1782126360 - https://cdn.shopify.com/s/files/1/0807/5486/8463/files/315d2873-3fbc-4225-a420-b4d6177f21ec.jpg?v=1782126360 - https://cdn.shopify.com/s/files/1/0807/5486/8463/files/11e4a4c7-c936-4132-aa3c-d3fadb034c06.jpg?v=1782126360 - https://cdn.shopify.com/s/files/1/0807/5486/8463/files/37f553c2-787d-4537-8bd1-700705f18e7b.jpg?v=1782126360 ## Agent notes No product type category provided. Dimensions are in cm. Images not analyzed; treat as fetchable assets.
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": "220 Ml Oil Spray Bottle Easy to Refill Refillable Cooking Dispenser",
"quantity": 1,
"grams": 250000,
"properties": {
"_length_cm": "23.0",
"_width_cm": "10.0",
"_height_cm": "6.7"
}
}],
"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").