{
"date": {
"from": "2021-11-01T00:00:00.000Z",
"to": "2021-11-02T00:00:00.000Z"
},
"posting_number": "",
"transaction_type": "all"
}
curl --location --request POST 'https://api-seller.ozon.ru/v3/finance/transaction/totals' \
--header 'Client-Id;' \
--header 'Api-Key;' \
--header 'Content-Type: application/json' \
--data-raw '{
"date": {
"from": "2021-11-01T00:00:00.000Z",
"to": "2021-11-02T00:00:00.000Z"
},
"posting_number": "",
"transaction_type": "all"
}'
{
"result": {
"accruals_for_sale": 96647.58,
"sale_commission": -11456.65,
"processing_and_delivery": -24405.68,
"refunds_and_cancellations": -330,
"services_amount": -1307.57,
"compensation_amount": 0,
"money_transfer": 0,
"others_amount": 113.05
}
}