v14
OpenAPI 3.1.02026-08-03122113375.9 KBseller-imports
Stop/Start an import
Change runtime mode for an active import (pause, resume, terminate).
Use this endpoint when operators need to control long-running import processing.
Mode rules:
- pause: allowed only for active imports.
- resume: allowed only when status is PAUSED.
- terminate: blocked for already completed/failed/terminated imports.
Behavior:
- Applies the mode to all underlying batch workflows.
- Persists the new import status.
- Returns 400 when the requested transition is invalid.
patch/seller/imports/{id}/status/{mode}
Path parameters
idstring required
Import ID
Import ID
mode'pause' | 'resume' | 'terminate' required
Response
Import paused successfully