Wildberries API TypeScript SDK / <internal> / CreateInviteResponse
Interface: CreateInviteResponse
Defined in: types/general.types.ts:138
Response from create invitation endpoint
Properties
| Property | Type | Description | Defined in |
|---|---|---|---|
<a id="inviteid"></a> inviteID | string | Invitation ID (UUID) | types/general.types.ts:140 |
<a id="expiredat"></a> expiredAt | string | Invitation expiration date/time | types/general.types.ts:142 |
<a id="issuccess"></a> isSuccess | boolean | Whether invitation was created successfully | types/general.types.ts:144 |
<a id="inviteurl"></a> inviteUrl | string | URL for the user to accept the invitation | types/general.types.ts:146 |