importRows
Staged rows for an import file, filterable by status. Requires MANAGE_PRODUCTS permission.
importRows(
importFileId: ID!
status: String
before: String
after: String
first: Int
last: Int
): ImportRowCountableConnection!
Arguments
importRows.importFileId ● ID! non-null scalar
importRows.status ● String scalar
importRows.before ● String scalar
Returns the items in the list that come before the specified cursor.
importRows.after ● String scalar
Returns the items in the list that come after the specified cursor.
importRows.first ● Int scalar
Returns the first n items from the list.
importRows.last ● Int scalar
Returns the items in the list that come after the specified cursor.
Type
ImportRowCountableConnection object
A connection to a list of items.