跳到主要内容

getProductPaths

获取所有商品 SSG / ISR 路径,供前台预生成 / 重新验证。

属性
方法GET
路径/config/getProductPaths
鉴权公开

请求参数

无。

响应

{
"code": 0,
"message": "",
"data": {
"list": [
{ "locale": "en", "sortKey": "rings", "productKey": "solitaire" }
]
}
}

示例

curl -s 'https://service.boldsaasify.com/config/getProductPaths' \
-H 'X-Site-Domain: boldradiant.com'