ModerationReviewRejection

  • result
    Type: object · ModerationReviewResult
    required
    • id
      Type: string Format: uuid
      required
    • imageUrl
      Type: string | null Pattern: ^[Hh][Tt][Tt][Pp][Ss]?://(?![^/?#]*@)[^\s]+$Format: uri
      required

      Public HTTP or HTTPS product image URL, or null when no safe public origin is available

    • imageUrls
      Type: array string[]
      required

      Public HTTP or HTTPS product image URLs; private storage references are omitted

    • passedSlugs
      Type: array string[]
      required
    • productId
      Type: string Format: uuid
      required
    • reviewStatus
      Type: string enum
      required
      values
      • none
      • pending
      • approved
      • rejected
    • rulesetId
      Type: string | null Format: uuid
      required
    • rulesetVersion
      Type: string | null
      required
    • status
      Type: string enum
      required
      values
      • pending
      • processing
      • approved
      • flagged
      • error
      • skipped
    • unpublishApplied
      Type: boolean
      required
    • variantId
      Type: string | null Format: uuid
      required
    • violations
      Type: array object[] · ModerationViolation[]
      required
    • createdAt
      Type: string | null Format: date-time

      the date-time notation as defined by RFC 3339, section 5.6, for example, 2017-07-21T17:32:28Z

    • description
      Type: string | null
    • name
      Type: string | null
    • reviewedAt
      Type: string | null Format: date-time

      the date-time notation as defined by RFC 3339, section 5.6, for example, 2017-07-21T17:32:28Z

    • reviewedBy
      Type: string | null
    • updatedAt
      Type: string | null Format: date-time

      the date-time notation as defined by RFC 3339, section 5.6, for example, 2017-07-21T17:32:28Z

  • unpublished
    Type: boolean
    required