• Get Queued Job Logs

    Overview You can use this endpoint to retrieve the Logs of a single existing Queued Job. To consume it, you must be an Authenticated User. Once you have obtained a valid token, you must pass it to the call. Additionally, you need a valid ID of an existing queued job….

  • REST API Rate Limiting

    Rate limiting is crucial to system performance and will help us ensure that you can access your data with the speed and reliability that your business needs. With this in mind we have set limits of how many requests per hour a single user can send from one IP address to Sellercloud’s REST API.

  • Execute Scheduled Task

    Overview This endpoint is used to trigger the execution of a single existing Scheduled Task. To consume it, you must be an Authenticated User. Once you have obtained a valid token, it must be passed on the call. Endpoint An example of this endpoint for server XX is: ​​https://xx.api.sellercloud.com/rest/api/ScheduledTasks/{id}/ExecuteTask​ For your…

  • Get Execution History of a Scheduled Task

    Overview With this endpoint, you can retrieve the Execution History of a single existing Scheduled Task. To consume it, you must be an Authenticated User. Once you have obtained a valid token, it must be passed on the call. You must also know the ID of a scheduled task. This can…

  • Get Order Picklist IDs

    Overview You can use this endpoint to retrieve the IDs of Picklists associated with a single Order. To consume it, you must be an Authenticated User. Once you have obtained a valid token, you must pass it to the call. Additionally, you need a valid ID of an existing sales…

  • Get All Orders By Saved View

    Overview You can use this endpoint to retrieve data for multiple sales orders, using an existing Saved View. With this endpoint: You can select and save your filters once, and then easily utilize them when getting information by simply referencing that saved view ID to ensure the correct list of…

  • Update Queued Job Priority

    Overview This endpoint allows you to update the Priority status of a single existing Queued Job. To consume it, you must be an Authenticated User. Once you have obtained a valid token, you must pass it to the call. Additionally, you need a valid ID of an existing queued job. Endpoint…

  • Get Catalog Info For Multiple Products

    Overview You can use this endpoint to retrieve metadata for existing products with the option to specify different filtering values. For a complete set of results, multiple requests should be made by specifying a page number in the request. To consume this endpoint, you must be an Authenticated User. As soon…

  • Get Queued Job Output File

    Overview With this endpoint, you can retrieve the Output File of a single existing Queued Job. To consume it, you must be an Authenticated User. Once you have obtained a valid token, you must pass it to the call. Additionally, you need a valid ID of an existing queued job….