一种按识别号检索参加促销活动的商品清单的方法。
{
"action_id": 66011,
"limit": 10,
"offset": 0,
"last_id": "bnVсbA=="
}curl --location --request POST 'https://api-seller.ozon.ru/v1/actions/products' \
--header 'Content-Type: application/json' \
--data-raw '{
"action_id": 66011,
"limit": 10,
"offset": 0,
"last_id": "bnVсbA=="
}'{
"result": {
"products": [
{
"id": 28745,
"price": 99,
"action_price": 50,
"alert_max_action_price_failed": true,
"alert_max_action_price": 31,
"max_action_price": 32,
"add_mode": "MANUAL",
"stock": 20,
"min_stock": 0
}
],
"total": 263,
"last_id": "bnVсbA=="
}
}