Skip to main content

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

NameTypeDescription
fieldsJSONItem and listing data fields as JSON, containing all the data that will be imported.
errorStringError message if validation failed for this row, or null if validation passed.
newItemBooleanWhether a new item will be created for this row.
newListingBooleanWhether a new listing will be created for this row.
listingIdFloatNumeric listing ID if the listing already exists and will be updated.
itemIdFloatNumeric item ID if the item already exists and will be updated.