POST
/
categories
/
paths
curl --request POST \
  --url https://scrapeapi.pangolinfo.com/api/v1/amzscope/categories/paths \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '{
  "categoryIds": [
    "2619526011",
    "172282"
  ]
}'
{
  "code": 0,
  "message": "ok",
  "data": {
    "items": [
      {
        "categoryId": "2619526011",
        "categoryName": "Appliances",
        "categoryNameCn": "大家电",
        "browseNodeNamePaths": [
          "Appliances"
        ],
        "browseNodeNamePathCns": [
          "大家电"
        ]
      }
    ]
  }
}

积点消耗说明

2个/次

Authorizations

Authorization
string
header
required

Bearer token authentication

Body

application/json

用于接口任务提交的信息

The body is of type object.

Response

200 - application/json

成功返回示例

The response is of type object.