Skip to main content

InspectionDefectList

assortmentId string

Unique identifier of the assortment carton, e.g. 1234

Example: 1234
clarification string

Classification of the defect, e.g. Critical, Major, Minor

Example: major
color string

Color of the item

Example: Blue/Pink
comment stringnullable

Comment of the defect

Example: Comment
defectCategory string

Category of the defect

Example: Safety and Regulatory
defectCode string

Code of the defect

Example: SR002
defectId string

Unique identifier of the defect

Example: abcd1234-ab12-cd34-ef56-123456789012_workmanship_1
defectName string

Name of the defect

Example: PKG005 - Missing silica gel / box sticker / box flag
defectiveUnit stringnullable

Defective unit

Example: Defective unit
description string

Description of the defect

Example: PKG005 - Missing silica gel / box sticker / box flag
group string

Group of the defect, e.g. Workmanship

Example: workmanship
id string

Custom ID of the list

inspectionId string

Unique identifier of the report

Example: abcd1234-ab12-ab12-ab12-abcd1234efgh4568
itemDescription string

Description of the item

Example: Box AB1851
itemId string

Unique identifier of the item

Example: 02112-1851
organizationId string

Unique identifier of the organization who executed the inspection

Example: 200373
photos object[]

List of photos taken for the defect

  • Array [
  • description string

    Description of the defect photo

    Example: Mismatch color
    rotateAngle string

    Angle of rotation of the defect photo

    Example: 0
    source string

    Source of the defect photo

    Example: https://.../image1.jpg
  • ]
  • productCategory string[]

    List of product categories of the item

    size string

    Size of the item

    Example: XXL
    styleId string

    Unique identifier of the style of the item

    Example: 123456
    totalDefects integer

    Total number of times the defect was found during the inspection

    Example: 1
    InspectionDefectList
    {
    "assortmentId": "1234",
    "clarification": "major",
    "color": "Blue/Pink",
    "comment": "Comment",
    "defectCategory": "Safety and Regulatory",
    "defectCode": "SR002",
    "defectId": "abcd1234-ab12-cd34-ef56-123456789012_workmanship_1",
    "defectName": "PKG005 - Missing silica gel / box sticker / box flag",
    "defectiveUnit": "Defective unit",
    "description": "PKG005 - Missing silica gel / box sticker / box flag",
    "group": "workmanship",
    "id": "string",
    "inspectionId": "abcd1234-ab12-ab12-ab12-abcd1234efgh4568",
    "itemDescription": "Box AB1851",
    "itemId": "02112-1851",
    "organizationId": "200373",
    "photos": [
    {
    "description": "Mismatch color",
    "rotateAngle": "0",
    "source": "https://.../image1.jpg"
    }
    ],
    "productCategory": [
    "string"
    ],
    "size": "XXL",
    "styleId": "123456",
    "totalDefects": "1"
    }