Skip to main content

InspectionDefectList

assortmentIdstring

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

Example: 1234
clarificationstring

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

Example: major
colorstring

Color of the item

Example: Blue/Pink
commentstringnullable

Comment of the defect

Example: Comment
defectCategorystring

Category of the defect

Example: Safety and Regulatory
defectCodestring

Code of the defect

Example: SR002
defectIdstring

Unique identifier of the defect

Example: abcd1234-ab12-cd34-ef56-123456789012_workmanship_1
defectNamestring

Name of the defect

Example: PKG005 - Missing silica gel / box sticker / box flag
defectiveUnitstringnullable

Defective unit

Example: Defective unit
descriptionstring

Description of the defect

Example: PKG005 - Missing silica gel / box sticker / box flag
groupstring

Group of the defect, e.g. Workmanship

Example: workmanship
idstring

Custom ID of the list

inspectionIdstring

Unique identifier of the report

Example: abcd1234-ab12-ab12-ab12-abcd1234efgh4568
itemDescriptionstring

Description of the item

Example: Box AB1851
itemIdstring

Unique identifier of the item

Example: 02112-1851
organizationIdstring

Unique identifier of the organization who executed the inspection

Example: 200373
photos object[]

List of photos taken for the defect

  • Array [
  • descriptionstring

    Description of the defect photo

    Example: Mismatch color
    rotateAnglestring

    Angle of rotation of the defect photo

    Example: 0
    sourcestring

    Source of the defect photo

    Example: https://.../image1.jpg
  • ]
  • productCategorystring[]

    List of product categories of the item

    sizestring

    Size of the item

    Example: XXL
    styleIdstring

    Unique identifier of the style of the item

    Example: 123456
    totalDefectsinteger

    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"
    }