NormalizedRow

  • Type: object

    A cleaned, canonicalized row (re-submittable to /assets/ingest) plus its row position and inline validation issues.

    • identifier
      Type: string
      required
    • category
      Type: string
    • categoryType
      Type: string
    • chipModel
      Type: string

      CPU/chip model signal used to help infer vendor/category during normalize.

    • condition
      Type: string
    • conditionGrade
      Type: string
    • countryCode
      Type: string

      ISO country code (stored as country of origin).

    • issues
      Type: array object[] ยท RowIssue[]

      A validation problem attached inline to a single normalized row.

    • locationName
      Type: string
    • manufacturer
      Type: string
    • memory
      Type: integer

      Integer numbers.

    • model
      Type: string
    • mpn
      Type: string
    • productNumber
      Type: string
    • quantity
      Type: integer

      Integer numbers.

    • rowIndex
      Type: integer

      Index of the row in your submitted batch.

    • serialNumber
      Type: string
    • sku
      Type: string
    • storageCapacity
      Type: string
    • storageType
      Type: string
    • type
      Type: string
    • vendor
      Type: string
    • weight
      Type: number
    • weightUnit
      Type: string
    • year
      Type: integer

      Integer numbers.