Wildberries API TypeScript SDK / <internal> / RecommendationError
Interface: RecommendationError
Defined in: types/promotion.types.ts:2193
Per-item error returned in the errors array on partial success (HTTP 200).
Properties
| Property | Type | Description | Defined in |
|---|---|---|---|
<a id="nmid"></a> nmID | number | WB item number that failed. | types/promotion.types.ts:2195 |
<a id="error"></a> error | string | Human-readable error reason (e.g. "Товар не найден"). | types/promotion.types.ts:2197 |