Get Bulk Update Log Details - Sellercloud API Docs

Get Bulk Update Log Details

Overview

In order to get information for the bulk update log regarding a queued job, you can consume the endpoint presented in this article. In order to consume it, you must:

For information on how you can authenticate, see: Authentication

As soon as you do authentication and receive a valid token, it needs to be passed on the call for receiving the bulk update log details.

Endpoint

Example for such endpoint for TT server is:

https://tt.api.sellercloud.com/rest/api/QueuedJobs/BulkUpdateLog/{ID}

For your server endpoint will be:

​https://{your_server_id}.api.sellercloud.com/rest/api/QueuedJobs/BulkUpdateLog/{ID}

Request

Parameter Data Type Description Is Required
id integer ID of existing queued job Yes

Response