Home > @infiniteobjects/shopify-data-manager > AdminTypes > ResourceOperation
Represents a merchandising background operation interface.
Signature:
export interface ResourceOperation
Property | Modifiers | Type | Description |
---|---|---|---|
id | Scalars[‘ID’][‘output’] | A globally-unique ID. | |
processedRowCount? | Maybe<Scalars[‘Int’][‘output’]> | (Optional) The count of processed rows, summing imported, failed, and skipped rows. | |
rowCount? | Maybe<RowCount> | (Optional) Represents a rows objects within this background operation. | |
status | ResourceOperationStatus | `${ResourceOperationStatus}` | The status of this operation. |