CatalogCsvOperation - admin-graphql - OBJECT
Version: 2024-10
Description:
A catalog csv operation represents a CSV file import.
Access Scopes
`read_products` access scope or `read_publications` access scope.
Fields
-
id:
ID! -
A globally-unique ID.
-
processedRowCount:
Int -
The count of processed rows, summing imported, failed, and skipped rows.
-
rowCount:
RowCount -
Represents a rows objects within this background operation.
-
status:
ResourceOperationStatus! -
The status of this operation.
Connections
Related queries
Related mutations
Related Unions
Examples