/
Pause bulk process
Pauses the execution of operations of the bulk process that is in state ‘RUNNING’ as identified by the bulk_id parameter.
The status of the bulk process after execution of this operation is set to ‘PAUSED’
The execution can be resumed through bulkIdResume
Security
auth_token and api-key
- Weavr Sandbox Environmenthttps://sandbox.weavr.io/multi/bulks/{bulk_id}/pause
- Mock serverhttps://api.weavr.io/_mock/products/multi/openapi/bulks/{bulk_id}/pause
curl -i -X POST \
'https://sandbox.weavr.io/multi/bulks/{bulk_id}/pause' \
-H 'Authorization: Bearer <YOUR_JWT_HERE>' \
-H 'api-key: YOUR_API_KEY_HERE'Response
No content