Skip to main content

InspectionMeasurementDimensions

color string

Color of the item

Example: Blue/Pink
dimensionId string

Unique identifier of the dimension

Example: 1a2b3c4d-1a2b-c1d2-b3b2-b76cd21e2a34__00537345__029-02-0590__XL__Blue/Pink__9999__0
dimensionIndex integer

Index of the dimension

Example: 0
id string

Unique identifier of the item

Example: 029-02-0590
inspectionId string

Unique identifier of the report

Example: 1a2b3c4d-1a2b-c1d2-b3b2-b76cd21e2a34
itemId string

Unique identifier of the item

Example: 029-02-0590
measurementDescription string

Description of the measurement

Example: 9999
occurrences integer

Number of occurrences

Example: 1
organizationId string

Unique identifier of the organization who executed the inspection

Example: 200373
samples object[]
  • Array [
  • name string

    Sample name of the inspection measurement dimension

    Example: shirt_1
    value numbernullable

    sample value

    Example: 1.5
  • ]
  • size string

    Size of the item

    Example: XXL
    skuIndex integer

    Index of the SKU

    Example: 0
    standard number

    Expected measure

    Example: 10.5
    styleId string

    Unique identifier of the style of the item

    Example: 123456
    tolerance numbernullable

    Accepted gap between the expected measure (standard) and the actual measure

    Example: 2.1
    toleranceLower numbernullable

    Accepted lower limit between the expected measure (standard) and the actual measure

    Example: 2.1
    toleranceUpper numbernullable

    Accepted upper limit between the expected measure (standard) and the actual measure

    Example: 2.1
    unit string

    Unit of the measure, e.g. cm, mm, inch

    Example: cm
    InspectionMeasurementDimensions
    {
    "color": "Blue/Pink",
    "dimensionId": "1a2b3c4d-1a2b-c1d2-b3b2-b76cd21e2a34__00537345__029-02-0590__XL__Blue/Pink__9999__0",
    "dimensionIndex": "0",
    "id": "029-02-0590",
    "inspectionId": "1a2b3c4d-1a2b-c1d2-b3b2-b76cd21e2a34",
    "itemId": "029-02-0590",
    "measurementDescription": "9999",
    "occurrences": "1",
    "organizationId": "200373",
    "samples": [
    {
    "name": "shirt_1",
    "value": 1.5
    }
    ],
    "size": "XXL",
    "skuIndex": "0",
    "standard": 10.5,
    "styleId": "123456",
    "tolerance": 2.1,
    "toleranceLower": 2.1,
    "toleranceUpper": 2.1,
    "unit": "cm"
    }