date_from 和 date_to 参数。最近 1 个月的数据可随时查询,但不包括距离当前日期 3 天内的数据(此时间段的数据仍在计算中)。超过 1 个月前的数据仅适用于 Premium 及 Premium Plus 订阅用户,并且只能按周查询,需在请求中指定 date_from 参数。{
"date_from": "2019-08-24T14:15:22.123Z",
"date_to": "2019-08-24T14:15:22.123Z",
"limit_by_sku": 0,
"page": 0,
"page_size": 0,
"skus": [
"string"
],
"sort_by": "BY_SEARCHES",
"sort_dir": "DESCENDING"
}curl --location --request POST 'https://api-seller.ozon.ru/v1/analytics/product-queries/details' \
--header 'Client-Id;' \
--header 'Api-Key;' \
--header 'Content-Type: application/json' \
--data-raw '{
"date_from": "2019-08-24T14:15:22.123Z",
"date_to": "2019-08-24T14:15:22.123Z",
"limit_by_sku": 0,
"page": 0,
"page_size": 0,
"skus": [
"string"
],
"sort_by": "BY_SEARCHES",
"sort_dir": "DESCENDING"
}'{
"analytics_period": {
"date_from": "string",
"date_to": "string"
},
"page_count": 0,
"queries": [
{
"currency": "string",
"gmv": 0,
"order_count": 0,
"position": 0,
"query": "string",
"query_index": 0,
"sku": 0,
"unique_search_users": 0,
"unique_view_users": 0,
"view_conversion": 0
}
],
"total": 0
}