Anchor to currentBulkOperationcurrent
querycurrent Bulk Operation
Deprecated. Use bulkOperations with status filter instead.
Returns the current app's most recent BulkOperation. Apps can run one bulk query and one bulk mutation operation at a time, by shop.
Anchor to Arguments
Arguments
- Anchor to typetype•Bulk
Operation Type Default:QUERY The current bulk operation's type.
Was this section helpful?
Anchor to Possible returnsPossible returns
- Anchor to BulkOperationBulk•Bulk
Operation Operation An asynchronous long-running operation to fetch data in bulk or to bulk import data.
Bulk operations are created using the
ormutation. After they are created, clients should poll thestatusfield for updates. When, theurlfield contains a link to the data in JSONL format.Refer to the bulk operations guide for more details.
Was this section helpful?