Skip to content

Wildberries API TypeScript SDK / <internal> / AcquiringReportDetailedItem

Interface: AcquiringReportDetailedItem

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

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:730
<a id="reportid"></a> reportId?numberНомер отчётаtypes/finances.types.ts:732
<a id="acqdate"></a> acqDate?stringДата эквайрингаtypes/finances.types.ts:734
<a id="acquiringbank"></a> acquiringBank?stringБанк-эквайер (e.g., "Тинькофф")types/finances.types.ts:736
<a id="tin"></a> tin?stringИННtypes/finances.types.ts:738
<a id="taxregistrationreasoncode"></a> taxRegistrationReasonCode?stringКПП (код причины постановки на учёт)types/finances.types.ts:740
<a id="saledate"></a> saleDate?stringДата продажиtypes/finances.types.ts:742
<a id="srid"></a> srid?stringУникальный ID заказаtypes/finances.types.ts:744
<a id="doctypename"></a> docTypeName?stringТип документаtypes/finances.types.ts:746
<a id="nmid"></a> nmId?numberАртикул WBtypes/finances.types.ts:748
<a id="retailamount"></a> retailAmount?stringВайлдберриз реализовал (string — use parseMoneyAmount)types/finances.types.ts:750
<a id="acquiringfee"></a> acquiringFee?stringКомиссия за эквайринг (string — use parseMoneyAmount)types/finances.types.ts:752
<a id="acquiringfeevat"></a> acquiringFeeVat?stringНДС с комиссии за эквайринг (string — use parseMoneyAmount)types/finances.types.ts:754
<a id="invoicenumber"></a> invoiceNumber?stringНомер счёта-фактурыtypes/finances.types.ts:756
<a id="invoicedate"></a> invoiceDate?stringДата счёта-фактурыtypes/finances.types.ts:758
<a id="shkid"></a> shkId?numberШтрихкодtypes/finances.types.ts:760
<a id="currency"></a> currency?stringВалютаtypes/finances.types.ts:762

Made with ❤️ for the Wildberries developer community