https://api.nexscope.ai/api/skill-api/v1/skills/ozon-product-detail/runRun this API
Send a JSON request to execute this API and receive the documented response payload.
Endpoint
| Method | POST |
| Path | https://api.nexscope.ai/api/skill-api/v1/skills/ozon-product-detail/run |
| Auth | Bearer API key |
| Content-Type | application/json |
Request body
| Name | Type | Required | Description |
|---|---|---|---|
productIds | array | required | Exactly one Ozon product ID (integer or string); multiple IDs are currently unsupported Example: [
1786874757
] |
startDate | string | optional | Statistics start date, format YYYY-MM-DD; latest is yesterday Example: 2025-03-01 |
endDate | string | optional | Statistics end date, format YYYY-MM-DD; latest is yesterday Example: 2025-03-31 |
includeFbs | boolean | optional | Whether to include FBS data for the requested SKU Example: false |
Request example
{
"startDate": "2025-03-01",
"productIds": [
1786874757
],
"endDate": "2025-03-31",
"includeFbs": false
}Response body
| Name | Type | Required | Description |
|---|---|---|---|
data | any | required | Data value used by this API operation. |
code | integer | required | 0 means accepted or successful; nonzero is a platform error. |
msg | string | null | required | Msg value used by this API operation. |
ts | string | required | Epoch milliseconds. |
time | string | required | Server local time: yyyy-MM-dd HH:mm:ss. |
cost | string | required | Elapsed milliseconds, never credits; -1 outside web requests. |
traceId | string | null | required | Trace id value used by this API operation. |
Any of option 1
| Name | Type | Required | Description |
|---|---|---|---|
data | object | required | Data value used by this API operation. |
data.products[].msg/errmsg | string | optional | Message; ok for success Example: null |
data.total | integer | optional | Number of SKUs returned (= successCount + failedCount) Example: 1 |
data.successCount | integer | optional | Number of SKUs for which cards were successfully returned Example: 1 |
data.failedCount | integer | optional | Number of SKUs that failed Example: 0 |
data.failures | array | optional | List of failed SKU details (each item contains the failed productId and error info) Example: [] |
data.products | array | optional | Product card list (see details below) Example: [] |
data.columns | array | optional | Rendered column definitions Example: [] |
data.costTime | integer | optional | API latency (milliseconds) Example: 1 |
data.costToken | integer | optional | Tokens consumed Example: 1 |
data.type | string | optional | Response type Example: null |
data.products[].productId | integer | optional | SKU ID Example: 1786874757 |
data.products[].title | string | optional | Product name (Russian) Example: null |
data.products[].brand | string | optional | Brand Example: null |
data.products[].sellerName | string | optional | Seller name Example: null |
data.products[].sellerId | integer | optional | Seller ID Example: 1 |
data.products[].sellerIsBestSeller | boolean | optional | Whether the seller is a best seller Example: false |
data.products[].nicheName | string | optional | Niche path (Russian, / separated) Example: null |
data.products[].nicheId | integer | optional | Niche ID Example: 1 |
data.products[].firstDate | string | optional | Listing date (yyyy-MM-dd) Example: 2025-03-01 |
data.products[].updated | string | optional | Data update time (yyyy-MM-dd HH:mm:ss) Example: 2025-03-31 12:00:00 |
data.products[].note | string | optional | Notes Example: null |
data.products[].sourceTool/sourceType | string | optional | Source tool / data source identifier Example: null |
data.products[].imageUrl | string | optional | Main image URL (first large image) Example: https://example.com/image.jpg |
data.products[].imageCount | integer | optional | Total image count Example: 1 |
data.products[].productImageUrls | array | optional | Remaining large image URLs besides the main image Example: [] |
data.products[].productPageUrl | string | optional | Product page URL Example: https://example.com/image.jpg |
data.products[].price | number | optional | Current selling price Example: 1 |
data.products[].oldPrice | number | optional | Original price before discount Example: 1 |
data.products[].ozonCardPrice | number | optional | Ozon Card price (bank card discount price) Example: 1 |
data.products[].discount | integer | optional | Discount, integer percentage 0-100 Example: 1 |
data.products[].currency | string | optional | Currency symbol (₽ / $ / €) Example: null |
data.products[].rating | number | optional | Rating, 0-5 Example: 1 |
data.products[].reviewCount | integer | optional | Number of reviews Example: 1 |
data.products[].balance | integer | optional | Current stock (units) Example: 1 |
data.products[].deliveryScheme | string | optional | Delivery scheme; FBO = Ozon fulfillment, FBS = seller self-delivery Example: null |
data.products[].salesPerDay | number | optional | Average daily sales (units/day) Example: 1 |
data.products[].salesPerDayWithStock | number | optional | Average daily sales counting only days with stock Example: 1 |
data.products[].dailySalesRevenue | number | optional | Average daily sales revenue Example: 1 |
data.products[].dailySalesRevenueWithStock | number | optional | Average daily sales revenue counting only days with stock Example: 1 |
data.products[].monthlySalesUnits | integer | optional | Sales volume during the statistics period (units) Example: 1 |
data.products[].monthlySalesRevenue | number | optional | Sales revenue during the statistics period Example: 1 |
data.products[].previousSalesUnits | integer | optional | Prior period sales volume (the same-length period before the current statistics period) Example: 1 |
data.products[].previousRevenue | number | optional | Prior period sales revenue Example: 1 |
data.products[].revenuePotential | number | optional | Potential revenue (estimated based on full-period stock availability) Example: 1 |
data.products[].lostProfit | number | optional | Lost revenue (due to stockouts, etc.) Example: 1 |
data.products[].lostProfitPercent | number | optional | Lost revenue percentage (%) Example: 1 |
data.title | string | optional | Provider-specific response title. Example: null |
data.sourceType | string | optional | Provider-specific source platform type. Example: null |
data.sourceTool | string | optional | Provider-specific source tool name. Example: null |
data.page | integer | optional | Current page returned by the upstream provider. Example: null |
data.pageSize | integer | optional | Page size returned by the upstream provider. Example: null |
data.pageItemCount | integer | optional | Item count on the current page returned by the upstream provider. Example: null |
data.totalPage | integer | optional | Total page count returned by the upstream provider. Example: null |
data.dataSnapshotMonth | string | optional | Data snapshot month returned by the upstream provider. Example: null |
Any of option 2
| Name | Type | Required | Description |
|---|---|---|---|
data | null | required | Data value used by this API operation. |
Response example
Platform response envelope. code 0 indicates success or acceptance; data contains the business result.
{
"data": {
"total": 1,
"successCount": 1,
"failedCount": 0,
"failures": [],
"products": [
{
"productId": 1786874757,
"sellerId": 1,
"sellerIsBestSeller": false,
"nicheId": 1,
"firstDate": "2025-03-01",
"updated": "2025-03-31 12:00:00",
"imageUrl": "https://example.com/image.jpg",
"imageCount": 1,
"productImageUrls": [],
"productPageUrl": "https://example.com/image.jpg",
"price": 1,
"oldPrice": 1,
"ozonCardPrice": 1,
"discount": 1,
"rating": 1,
"reviewCount": 1,
"balance": 1,
"salesPerDay": 1,
"salesPerDayWithStock": 1,
"dailySalesRevenue": 1,
"dailySalesRevenueWithStock": 1,
"monthlySalesUnits": 1,
"monthlySalesRevenue": 1,
"previousSalesUnits": 1,
"previousRevenue": 1,
"revenuePotential": 1,
"lostProfit": 1,
"lostProfitPercent": 1
}
],
"columns": [],
"costTime": 1,
"costToken": 1
},
"code": 0,
"msg": null,
"ts": "0",
"time": "2026-01-01 00:00:00",
"cost": "-1",
"traceId": null
}Responses
| Code | Description |
|---|---|
| 200 | HTTP request completed. Check JSON code; only 0 indicates business success or acceptance. |
| 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.