• Get All Queued Jobs

    Overview You can use this endpoint to retrieve paged results of existing Queued Jobs 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…

  • Get Single Queued Job

    Overview With this endpoint, you can retrieve the details 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 An example of…

  • Update Inventory Info for Single Product

    Overview In order to update the shipping metadata of existing products, you must: Be an authenticated user. Information on how you can authenticate: Authentication As soon as you do the authentication and receive a valid token, you need to pass it on to each call when updating inventory. Have valid IDs…

  • Get All Orders

    Overview In order to get information for many orders in a single request, you can consume the endpoint presented in this article. However, in order to do that, you must: Be authenticated user For information on how you can authenticate, see Authentication As soon as you do authentication and receive…

  • Get Single Order

    Overview This endpoint allows you to retrieve metadata of 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 sales order job. Endpoint…