Skip to content

Wildberries API TypeScript SDK / <internal> / PinnedReviewErrorStatus

Type Alias: PinnedReviewErrorStatus

ts
type PinnedReviewErrorStatus = 
  | "feedbackNotFound"
  | "itemNotFound"
  | "feedbackMismatch"
  | "itemNoImages"
  | "feedbackExcluded"
  | "imtNotDisplayed"
  | "globalLimitReached"
  | "unitLimitReached"
  | "tariffRestriction"
  | "subscriptionRestriction"
  | "alreadyPinned"
  | "bodyNotValid";

Defined in: types/communications.types.ts:48

Error status codes for pinned reviews operations

Made with ❤️ for the Wildberries developer community