Skip to content

Wildberries API TypeScript SDK / <internal> / ResponsePaidStorage

Type Alias: ResponsePaidStorage

ts
type ResponsePaidStorage = {
  date?: string;
  logWarehouseCoef?: number;
  officeId?: number;
  warehouse?: string;
  warehouseCoef?: number;
  giId?: number;
  chrtId?: number;
  size?: string;
  barcode?: string;
  subject?: string;
  brand?: string;
  vendorCode?: string;
  nmId?: number;
  volume?: number;
  calcType?: string;
  warehousePrice?: number;
  barcodesCount?: number;
  palletPlaceCode?: number;
  palletCount?: number;
  originalDate?: string;
  loyaltyDiscount?: number;
  tariffFixDate?: string;
  tariffLowerDate?: string;
}[];

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

Type Declaration

NameTypeDescriptionDefined in
date?stringДата, за которую был расчёт или перерасчётtypes/reports.types.ts:403
logWarehouseCoef?numberКоэффициент логистики и храненияtypes/reports.types.ts:405
officeId?numberID складаtypes/reports.types.ts:407
warehouse?stringНазвание складаtypes/reports.types.ts:409
warehouseCoef?numberКоэффициент складаtypes/reports.types.ts:411
giId?numberID поставкиtypes/reports.types.ts:413
chrtId?numberID размера для этого артикула WBtypes/reports.types.ts:415
size?stringРазмер (techSize в карточке товара)types/reports.types.ts:417
barcode?stringБаркодtypes/reports.types.ts:419
subject?stringПредметtypes/reports.types.ts:421
brand?stringБрендtypes/reports.types.ts:423
vendorCode?stringАртикул продавцаtypes/reports.types.ts:425
nmId?numberАртикул WBtypes/reports.types.ts:427
volume?numberОбъём товараtypes/reports.types.ts:429
calcType?stringСпособ расчётаtypes/reports.types.ts:431
warehousePrice?numberСумма храненияtypes/reports.types.ts:433
barcodesCount?numberКоличество единиц товара (штук), подлежащих тарифицированию за расчётные суткиtypes/reports.types.ts:435
palletPlaceCode?numberКод паллетоместаtypes/reports.types.ts:437
palletCount?numberКоличество паллетtypes/reports.types.ts:439
originalDate?stringЕсли был перерасчёт, это дата первоначального расчёта. Если перерасчёта не было, совпадает с datetypes/reports.types.ts:441
loyaltyDiscount?numberСкидка программы лояльности, ₽types/reports.types.ts:443
tariffFixDate?stringДата фиксации тарифаtypes/reports.types.ts:445
tariffLowerDate?stringДата понижения тарифаtypes/reports.types.ts:447

Example

json
[
 {
   "date": "2023-10-01",
   "logWarehouseCoef": 0,
   "officeId": 507,
   "warehouse": "Коледино",
   "warehouseCoef": 1.7,
   "giId": 123456,
   "chrt_id": 1234567,
   "size": "0",
   "barcode": "",
   "subject": "Маски одноразовые",
   "brand": "1000 Каталог",
   "vendorCode": "Артикул_продавца",
   "nmId": 1234567,
   "volume": 12,
   "calcType": "короба: без габаритов",
   "warehousePrice": 7.65,
   "barcodesCount": 1,
   "palletPlaceCode": 0,
   "palletCount": 0,
   "originalDate": "2023-10-01",
   "loyaltyDiscount": 10,
   "tariffFixDate": "2023-10-01",
   "tariffLowerDate": "2023-11-01"
 }
]

Made with ❤️ for the Wildberries developer community