Wildberries API TypeScript SDK / <internal> / JamSubscriptionStatus
Interface: JamSubscriptionStatus
Defined in: types/general.types.ts:266
Result of a Jam subscription status probe
Properties
| Property | Type | Description | Defined in |
|---|---|---|---|
<a id="tier"></a> tier | JamSubscriptionTier | Detected subscription tier | types/general.types.ts:268 |
<a id="checkedat"></a> checkedAt | string | ISO 8601 timestamp when the check was performed | types/general.types.ts:270 |
<a id="probecallsmade"></a> probeCallsMade | number | Number of probe API calls made (1 for advanced, 2 for standard/none) | types/general.types.ts:272 |