Skip to content

Wildberries API TypeScript SDK / <internal> / OrderByMode

Type Alias: OrderByMode

ts
type OrderByMode = "asc" | "desc";

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

Порядок сортировки:

  • asc — по возрастанию
  • desc — по убыванию

Example

json
"asc"

Made with ❤️ for the Wildberries developer community