IngestRequest
- assetsType: array · IngestAssetInput[] 1…10000required
An ingest row: an
AssetInputplus an optional per-rowreviveArchivedcontrol flag.- identifierType: stringrequired
- categoryType: string
- categoryType: string
Type - chipType: string
Model CPU/chip model signal used to help infer vendor/category during normalize.
- conditionType: string
- conditionType: string
Grade - countryType: string
Code ISO country code (stored as country of origin).
- locationType: string
Name - manufacturerType: string
- memoryType: integer
Integer numbers.
- modelType: string
- mpnType: string
- productType: string
Number - quantityType: integer
Integer numbers.
- reviveType: boolean
Archived Per-row override of the request-level
reviveArchived. When this row'sidentifiermatches a previously deleted (archived) asset, settrueto restore it orfalseto skip it. Omit to inherit the request-level default. - serialType: string
Number - skuType: string
- storageType: string
Capacity - storageType: string
Type - typeType: string
- vendorType: string
- weightType: number
- weightType: string
Unit - yearType: integer
Integer numbers.
- normalizeType: boolean
Clean/enrich rows before upserting.
- reviveType: boolean
Archived Request-level default for restoring deleted (archived) assets when their
identifieris re-ingested. Defaults tofalse: an identifier that matches an archived asset is reported as anarchived_conflictwarning and left untouched (active assets still update normally). Settrueto restore archived matches. A per-rowreviveArchivedon any asset overrides this default for that row. May also be supplied as a?reviveArchived=truequery param (if either is true, revival applies). - syncType: stringenum
Mode DELTA upserts only sent rows; FULL may soft-retire assets absent from the batch.
values- D
E L T A - F
U L L