View Migration Progress
This service allows the user to check the status of previously initiated migration processes. With the values specified as parameters in the table below, a request is sent to the defined endpoint by entering the api_token value for the relevant user and the migration_id for the relevant migration process to the relevant store channel.
Parameter
Data Type
In
Descriptions
channel_id
integer
url
The id of the shop channel
api_token
string
header
migration_id
string
url
The string that can be retrieved from the response of start migration request
GET
View Migration Progress
GET
View Migration ProgressPath: /api/i1/remote/{channel_id}/migrations/{migration_id}/progress/
To check the status of migrations such as user, address, order etc. that have been started before, a “GET” request is sent to the /api/v1/remote/{channel_id}/migrations/{migration_id}/progress/
endpoint using the parameters given above.
Example Response
As a result of the request, it is seen that the operation was carried out successfully with a 200 OK response code.
Last updated
Was this helpful?