stable本次发布有变化全部展示
来自 Shopee 官方资料快照 ·
- 当前资料结构化阅读页
- 固定快照已留存,可追溯
- 官方原文可核对
资料正文
§1 Why can't I get the price and stock of a product using the "v2.product.get_item_base_info" API?
Why can't I get the price and stock of a product using the "v2.product.get_item_base_info" API?
First, check whether the product has variations by looking for "has_model": true. If the product has variations, obtain the price and stock information for all models using the "v2.product.get_model_list" API.
To obtain comprehensive product information, you can use the following v2 APIs: - "v2.product.get_item_base_info" API - "v2.product.get_item_extra_info" API - "v2.product.get_model_list" API
