Skip to main content
PATCH
/
seller
/
imports
/
{id}
/
status
/
{mode}
Stop/Start an import
curl --request PATCH \
  --url https://api.managem.co.uk/seller/imports/{id}/status/{mode} \
  --header 'Authorization: Bearer <token>'

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

id
string
required

Import ID

mode
enum<string>
required
Available options:
pause,
resume,
terminate

Response

Import paused successfully