Skip to content

Wildberries API TypeScript SDK / <internal> / ModelsExciseReportResponseData

Type Alias: ModelsExciseReportResponseData

ts
type ModelsExciseReportResponseData = {
  name?: string;
  price?: number;
  currency_name_short?: string;
  excise_short?: string;
  barcode?: string;
  nm_id?: number;
  operation_type_id?: number;
  fiscal_doc_number?: number;
  fiscal_dt?: string;
  fiscal_drive_number?: string;
  rid?: number;
  srid?: string;
}[];

Defined in: types/reports.types.ts:226

Type Declaration

NameTypeDescriptionDefined in
name?stringСтрана покупателяtypes/reports.types.ts:228
price?numberЦена товара, с НДСtypes/reports.types.ts:230
currency_name_short?stringВалютаtypes/reports.types.ts:232
excise_short?stringКод маркировкиtypes/reports.types.ts:234
barcode?stringБаркодtypes/reports.types.ts:236
nm_id?numberАртикул WBtypes/reports.types.ts:238
operation_type_id?numberТип операции, если есть: * 1 — вывод из оборота * 2 — возврат в оборотtypes/reports.types.ts:240
fiscal_doc_number?numberНомер фискального документа (чека полного расчёта), если естьtypes/reports.types.ts:242
fiscal_dt?stringДата фискализации (дата в чеке), если есть, ГГГГ-ММ-ДДtypes/reports.types.ts:244
fiscal_drive_number?stringНомер фискального накопителя, если естьtypes/reports.types.ts:246
rid?numberRidtypes/reports.types.ts:248
srid?stringSridtypes/reports.types.ts:250

Made with ❤️ for the Wildberries developer community