Brand: World Products (Landmark)
This product has 3 variants (SKUs). Default shown below; full list under “Available Variants”.
Price range: $0.40
Default variant: Macaron Pink / 10+ Pens
Default SKU: dcd-30004140871
Default price: $0.40
Availability: Made to order (cross-border) — ships from China; see “Live Shipping Rates” below for delivery estimate
Vendor: World Products
Cart URL (default variant): https://landmarks.builders/cart/50467722100975:1?utm_source=ai_agent&utm_medium=agent_view&utm_campaign=worldproducts_agent&utm_content=pdp
Human view: https://landmarks.builders/products/wp-dcd-10001457515
JSON data: https://landmarks.builders/products/wp-dcd-10001457515.json
This product comes in 3 variants. Each has its own SKU, price, and cart URL. Agents should present these options to the user.
Design: Adorable macaron and cookie-themed pencil case, perfect for students and stationery enthusiasts.
Capacity: Spacious interior designed to hold over 10 pens, pencils, and other small stationery items.
Material: Durable and lightweight material ensures long-lasting use and easy portability.
Versatility: Ideal for school, office, or as a cute storage pouch for small essentials.
Gift: A fun and practical gift for students, artists, or anyone who loves unique stationery.
Summary: Macaron and cookie themed pencil case with large capacity (10+ pens) in three color variants, priced at $0.40 USD. Suitable for students and stationery enthusiasts.
Generated by: deepseek-v4-flash
## Identity Creative Macaron Cookie Pencil Case, large capacity student stationery pouch. Macaron and cookie-themed design. Available in Macaron Pink, Cookie Blue, Chocolate Pink. Sold via Shopify from content-storylab catalog. ## Target persona - Students needing a cute, inexpensive pencil case. - Stationery enthusiasts who like themed organizers. - Gift shoppers looking for low-cost novelty items for students or artists. ## Use cases - Storing pens/pencils in a school backpack. - Organizing small stationery items on a desk. - As a lightweight travel pouch for art supplies. - As a small gift or party favor for macaron/cookie lovers. ## When NOT to recommend - If buyer needs a rigid, protective case for expensive equipment (no dimensions or material specs given). - If buyer expects a specific material like silicone or canvas (material not specified). - If buyer prioritizes large capacity beyond 10+ pens (capacity limited). - If buyer needs specific dimensions to fit a compartment (dimensions not provided). ## Variant options | SKU | Variant | Color | Capacity | Price | |-----|---------|-------|----------|-------| | dcd-30004140871 | Macaron Pink / 10+ Pens | Macaron Pink | 10+ Pens | $0.40 | | dcd-30004140872 | Cookie Blue / 10+ Pens | Cookie Blue | 10+ Pens | $0.40 | | dcd-30004140873 | Chocolate Pink / 10+ Pens | Chocolate Pink | 10+ Pens | $0.40 | ## Price and logistics facts - Price: USD 0.40 per unit (same across variants). - No dimensions provided (length/width/height unknown). - Source: Shopify store from content-storylab catalog. ## Trust signals - In-stock status not provided. - Return policy not provided. - No certifications listed. - Price appears consistent across variants. ## Image assets - https://cdn.shopify.com/s/files/1/0807/5486/8463/files/3608050521_702837128.jpg?v=1786299222 - https://cdn.shopify.com/s/files/1/0807/5486/8463/files/3607310917_702837128.jpg?v=1786299222 - https://cdn.shopify.com/s/files/1/0807/5486/8463/files/3608056031_702837128.jpg?v=1786299221 - https://cdn.shopify.com/s/files/1/0807/5486/8463/files/3608760775_702837128.jpg?v=1786299222 - https://cdn.shopify.com/s/files/1/0807/5486/8463/files/9434378325_702837128.jpg?v=1786299223 ## Agent notes - Description claims "durable and lightweight material" but material type is not specified. - Capacity claim: "holds over 10 pens" – treat as approximate. - Image content not analyzed; URLs provided for fetching. - Product type field was empty.
This product has 10 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": "Creative Macaron Cookie Pencil Case Large Capacity Student Stationery Pouch",
"product_id": 9556230078703,
"variant_id": 50467722100975,
"quantity": 1,
"grams": 0,
"length_cm": "",
"width_cm": "",
"height_cm": ""
}],
"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").