Skip to content

Wildberries API TypeScript SDK / COMMUNICATIONS_LIMITS

Variable: COMMUNICATIONS_LIMITS

ts
const COMMUNICATIONS_LIMITS: {
  MAX_MESSAGE_LENGTH: 1000;
  MAX_TOTAL_FILE_SIZE: number;
  MAX_PER_FILE_SIZE: number;
  MAX_REPLYSIGN_LENGTH: 255;
};

Defined in: modules/communications/index.ts:31

Exported limits for external testability and documentation.

Type Declaration

NameTypeDefault valueDefined in
<a id="max_message_length"></a> MAX_MESSAGE_LENGTH10001000modules/communications/index.ts:32
<a id="max_total_file_size"></a> MAX_TOTAL_FILE_SIZEnumber-modules/communications/index.ts:33
<a id="max_per_file_size"></a> MAX_PER_FILE_SIZEnumber-modules/communications/index.ts:34
<a id="max_replysign_length"></a> MAX_REPLYSIGN_LENGTH255255modules/communications/index.ts:35

Since

3.13.0

Made with ❤️ for the Wildberries developer community