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