Skip to content

Wildberries API TypeScript SDK / <internal> / TableProductRequest

Type Alias: TableProductRequest

ts
type TableProductRequest = CommonProductFilters & {
  limit?: number;
  offset: number;
};

Defined in: types/analytics.types.ts:1338

Параметры запроса об остатках по товарам

Type Declaration

NameTypeDescriptionDefined in
limit?numberКоличество товаров в ответеtypes/analytics.types.ts:1340
offsetnumberПосле какого элемента выдавать данныеtypes/analytics.types.ts:1342

Made with ❤️ for the Wildberries developer community