https://api.nexscope.ai/api/skill-api/v1/skills/walmart-category-market/runRun this API
Send a JSON request to execute this API and receive the direct response payload.
Endpoint
| Method | POST |
| Path | https://api.nexscope.ai/api/skill-api/v1/skills/walmart-category-market/run |
| Auth | Bearer API key |
| Content-Type | application/json |
Request body
operation: tree
| Name | Type | Required | Description |
|---|---|---|---|
operation | string | required | Operation: tree, searchByName, or marketReport Constant: tree |
operation: searchByName
| Name | Type | Required | Description |
|---|---|---|---|
operation | string | required | Operation: tree, searchByName, or marketReport Constant: searchByName |
name | string | required | Category name required by searchByName Minimum length: 1 |
operation: marketReport
| Name | Type | Required | Description |
|---|---|---|---|
operation | string | required | Operation: tree, searchByName, or marketReport Constant: marketReport |
nodePath | string | required | Underscore-separated category node path required by marketReport Pattern: ^\d+(?:_\d+)+$ |
Request example
{
"operation": "tree"
}Response body
| Name | Type | Required | Description |
|---|---|---|---|
operation | any | required | Operation value used by this API operation. |
value | any | required | Value value used by this API operation. |
requestConsumed | integer | required | Request consumed value used by this API operation. Minimum: 0 |
operation: tree
| Name | Type | Required | Description |
|---|---|---|---|
operation | string | optional | Operation value used by this API operation. Constant: tree |
value | array | optional | Value value used by this API operation. |
operation: searchByName
| Name | Type | Required | Description |
|---|---|---|---|
operation | string | optional | Operation value used by this API operation. Constant: searchByName |
value | array | optional | Value value used by this API operation. |
operation: marketReport
| Name | Type | Required | Description |
|---|---|---|---|
operation | string | optional | Operation value used by this API operation. Constant: marketReport |
value | object | array | optional | Value value used by this API operation. |
Response example
Direct response payload. No extra wrapper is added.
{
"operation": "tree",
"requestConsumed": 5,
"value": [
{
"Name": "Personal Care",
"NodeId": "1005862"
}
]
}Responses
| Code | Description |
|---|---|
| 200 | API executed successfully. Body is the direct response payload. |
| 400 | Request JSON or required API parameters are invalid. |
| 401 | API key is missing, invalid, or cannot be matched to a user. |
| 5xx | API execution or upstream service failed. |
Data source, freshness, and limitations
Source, freshness, coverage, rate limits, and estimation notes are not specified in this API definition unless they appear in the request or response field documentation above. Do not assume official marketplace data or real-time freshness when it is not explicitly documented.