Skip to content

Wildberries API TypeScript SDK / <internal> / AcquiringReportDetailedItem

Interface: AcquiringReportDetailedItem

Defined in: types/finances.types.ts:487

Item returned by getAcquiringReportsDetailed() and getAcquiringReportsDetailedByReportId(). Detailed row for acquiring (payment acquisition) fees.

Money fields (retailAmount, acquiringFee, acquiringFeeVat) are string — use parseMoneyAmount().

Available only to Russian sellers.

Since

v3.7.0

See

https://dev.wildberries.ru/docs/openapi/financial-reports-and-accounting#tag/Finansovye-otchyoty/operation/postV1AcquiringDetailed

Properties

PropertyTypeDescriptionDefined in
<a id="rrdid"></a> rrdId?numberID строки отчётаtypes/finances.types.ts:489
<a id="reportid"></a> reportId?numberНомер отчётаtypes/finances.types.ts:491
<a id="acqdate"></a> acqDate?stringДата эквайрингаtypes/finances.types.ts:493
<a id="acquiringbank"></a> acquiringBank?stringБанк-эквайер (e.g., "Тинькофф")types/finances.types.ts:495
<a id="tin"></a> tin?stringИННtypes/finances.types.ts:497
<a id="taxregistrationreasoncode"></a> taxRegistrationReasonCode?stringКПП (код причины постановки на учёт)types/finances.types.ts:499
<a id="saledate"></a> saleDate?stringДата продажиtypes/finances.types.ts:501
<a id="srid"></a> srid?stringУникальный ID заказаtypes/finances.types.ts:503
<a id="doctypename"></a> docTypeName?stringТип документаtypes/finances.types.ts:505
<a id="nmid"></a> nmId?numberАртикул WBtypes/finances.types.ts:507
<a id="retailamount"></a> retailAmount?stringВайлдберриз реализовал (string — use parseMoneyAmount)types/finances.types.ts:509
<a id="acquiringfee"></a> acquiringFee?stringКомиссия за эквайринг (string — use parseMoneyAmount)types/finances.types.ts:511
<a id="acquiringfeevat"></a> acquiringFeeVat?stringНДС с комиссии за эквайринг (string — use parseMoneyAmount)types/finances.types.ts:513
<a id="invoicenumber"></a> invoiceNumber?stringНомер счёта-фактурыtypes/finances.types.ts:515
<a id="invoicedate"></a> invoiceDate?stringДата счёта-фактурыtypes/finances.types.ts:517
<a id="shkid"></a> shkId?numberШтрихкодtypes/finances.types.ts:519
<a id="currency"></a> currency?stringВалютаtypes/finances.types.ts:521

Made with ❤️ for the Wildberries developer community