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:1150

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

Type Declaration

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

Made with ❤️ for the Wildberries developer community