linkfox-1688-product-detail
Installation
SKILL.md
1688 Product Detail
This skill retrieves one structured 1688 product record by offer ID, including product, pricing, logistics, and supplier details for sourcing decisions.
Core Concepts
- Detail lookup, not discovery: Query one known 1688
offerId; use a search skill when the user has no product ID. - Complete product record: Preserve the returned title, attributes, media, SKU, sales, logistics, and supplier fields without inventing missing values.
- Quantity-based price semantics: When
retailPriceis present, use it for quantity 1 and use SKUpriceplussaleInfo.priceRanges[].pricefor quantities of 2 or more. During the rollout, a missingretailPricecan mean an old product model or no configured retail price; never infer a 1-piece price from another field for a price-sensitive decision. - Sourcing data: Treat prices, stock, MOQ, dropshipping terms, packaging, supplier metrics, invoices, and certificates as live product facts.
- Currency semantics: CNY
retailPrice/pricevalues and requested-currencyforeignCurrencyRetailPrice/foreignCurrencyPricevalues are separate fields. Never relabel a CNY price as the requested currency.