• 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. To consume it, you must be an Authenticated User. As soon as you receive a valid token, you need to pass it to the call. Additionally, you need a valid ID of an…

  • Get Order Saved Views

    Overview You can use this endpoint to retrieve the existing Order Saved Views. To consume this endpoint, you must be an Authenticated User. As soon as you receive a valid token, you need to pass it to the call. Endpoint An example of this endpoint for server XX is: https://xx.api.sellercloud.com/rest/api/Orders/Views For your…

  • 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…

  • Receive Check

    Overview This endpoint allows you to receive a check payment for a single existing sales 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 order. Endpoint…