ItemUploadPreviewReportRow Object
Description
Preview report row for an item import, showing validation results and whether the item or listing will be created or updated.
Declaration
type ItemUploadPreviewReportRow {
fields: JSON
error: String
newItem: Boolean
newListing: Boolean
listingId: Float
itemId: Float
}
Fields
| Name | Type | Description |
|---|---|---|
fields | JSON | Item and listing data fields as JSON, containing all the data that will be imported. |
error | String | Error message if validation failed for this row, or null if validation passed. |
newItem | Boolean | Whether a new item will be created for this row. |
newListing | Boolean | Whether a new listing will be created for this row. |
listingId | Float | Numeric listing ID if the listing already exists and will be updated. |
itemId | Float | Numeric item ID if the item already exists and will be updated. |