Здравствуйте.
Делаем запрос в песочницу к /api/marketplace/v3/dbs/orders/status/confirm , пишет метод не найден. Все остальные работают корректно.
Работает:
shell
curl --location 'https://marketplace-api-sandbox.wildberries.ru/api/v3/dbs/orders/new' \
--header 'Authorization: Bearer ТОКЕН'
Не работает:
shell
curl --location 'https://marketplace-api-sandbox.wildberries.ru/api/marketplace/v3/dbs/orders/status/confirm' \
--header 'Authorization: Bearer ТОКЕН' \
--header 'Content-Type: application/json' \
--data '{
"ordersIds": [
12639
]
}'