shopify_bulk_operation_result
Fetch the JSONL result file from a completed Shopify bulk operation using its bulk operation ID; defaults to the latest completed operation when no ID is provided.
Instructions
Fetch the JSONL result file of a completed Shopify bulk operation.
Args: bulk_operation_id: Optional bulk-operation GID. Defaults to the latest completed. project_id: Authenticated Project UUID. project_ref: Exact project correlation reference. connector_account_ref: Project-bound connector account alias. idempotency_key: Stable business-action identity. effect: Required and must be read; Spring verifies it. approval_ref: Approved platform task UUID when resuming a write.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| effect | Yes | ||
| project_id | No | ||
| project_ref | No | ||
| approval_ref | No | ||
| idempotency_key | No | ||
| bulk_operation_id | No | ||
| connector_account_ref | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |