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
| Name | Type | Default value | Defined in |
|---|---|---|---|
<a id="max_message_length"></a> MAX_MESSAGE_LENGTH | 1000 | 1000 | modules/communications/index.ts:32 |
<a id="max_total_file_size"></a> MAX_TOTAL_FILE_SIZE | number | - | modules/communications/index.ts:33 |
<a id="max_per_file_size"></a> MAX_PER_FILE_SIZE | number | - | modules/communications/index.ts:34 |
<a id="max_replysign_length"></a> MAX_REPLYSIGN_LENGTH | 255 | 255 | modules/communications/index.ts:35 |
Since
3.13.0