https://api.nexscope.ai/api/skill-api/v1/skills/1688-product-detail/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/1688-product-detail/run |
| Auth | Bearer API key |
| Content-Type | application/json |
Request body
| Name | Type | Required | Description |
|---|---|---|---|
offerId | string | required | Positive integer 1688 product ID. Use a string to preserve large identifiers. Example: 1040473674152 |
currency | string | optional | Optional three-letter currency code. The service normalizes it to uppercase. Example: USD |
Request example
{
"offerId": "1040473674152"
}Response body
Response example
Direct response payload. No extra wrapper is added.
{
"product": {
"offerId": "1040473674152",
"shippingInfo": {},
"saleInfo": {},
"companyName": "Example supplier",
"skuList": [],
"subject": "Example 1688 product"
}
}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.