Latest updated articles

Update Order Shipping Information

Updated on: October 29, 2024

This endpoint is used to update the shipping information for a single existing order. The endpoint does not update tracking or package information. To use this endpoint, you must: Be authenticated. Have a valid ID of an existing order. For information on how you can authenticate, see Authentication As...
Get Product Prices

Updated on: October 1, 2024

This endpoint allows you to pull existing product prices. To consume it, you must: Be an authenticated user. For information on how you can authenticate, see Authentication Once you authenticate and receive a valid token, it must be passed on to the call. Endpoint NOTE: Endpoint “GET /api/Catalog/{productID}/Prices” is...
Update Product Prices

Updated on: October 1, 2024

This endpoint is used to update product prices. To consume it, you must: Be an authenticated user. For information on how you can authenticate, see Authentication. As soon as you authenticate and receive a valid token, it needs to be passed on to the service call. Endpoint NOTE: Endpoint...
Get Single Order

Updated on: September 10, 2024

To get information for a single existing order, you can use the endpoint presented in this article. To consume it, you must: Be an authenticated user. For information on how you can authenticate, see: Authentication As soon as you do authentication and receive a valid token, it needs to...
Get All Orders

Updated on: August 19, 2024

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 Catalog Info For Multiple Products

Updated on: August 19, 2024

In order to retrieve metadata for existing catalog, you must: Be authenticated user Information on how you can authenticate: Authentication Once you authenticate and receive a valid token, it needs to be passed on the call. Users can provide page number and page size, filtering or sorting information. Endpoint Example...
Get All Orders By Saved View

Updated on: August 19, 2024

This endpoint is used for getting orders in bulk, using an existing saved view. A saved view for Orders must be created on the Manage Orders page in the Sellercloud UI. The advantages of using this endpoint for getting orders are as follows: Ease of use: You can...
Get Inventory Info for Multiple Products

Updated on: July 17, 2024

In order to retrieve metadata for existing inventory, you must: Be authenticated user Information on how you can authenticate: Authentication As soon as you do authentication and receive a valid token, it needs to be passed on the call for getting inventory. User can provide page number and page size,...
Update Inventory Info for Single Product

Updated on: June 10, 2024

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 Purchase Orders

Updated on: June 3, 2024

In order to retrieve metadata for existing purchase orders, you must: Be authenticated user Information on how you can authenticate: Authentication As soon as you do authentication and receive a valid token, it needs to be passed on the call for getting purchase orders. You can do additional filtering...
Get Single Purchase Order

Updated on: June 3, 2024

In order to retrieve metadata of a purchase order, you must: Be authenticated user Information on how you can authenticate: Authentication As soon as you do authentication and receive a valid token, it needs to be passed on the call for receiving a single purchase order. Have valid ID of...
Update RMA

Updated on: March 18, 2024

In order to update an existing RMA, you can consume the endpoint presented in this article. In order to consume it, you must: Be ан authenticated user For information on how you can authenticate, see: Authentication After you authenticate and receive a valid token, you must pass it to...
Create New Sales Order

Updated on: March 7, 2024

In order to create a new sales order from our Rest API, you can consume the endpoint presented in this article. In order to use it, you must: Be an authenticated user For information on how you can authenticate, see: Authentication To mark an order as paid after its...
Get Order Packages

Updated on: February 26, 2024

In order to get packages, you can do it in 2 ways: By calling endpoint for getting packages for an order. That will be explain in this article. By calling endpoint for get whole info for single order. More information in here. Endpoint that is presented in this article...
Get All RMAs

Updated on: February 26, 2024

In order to get information for many RMAs in a single request, you can consume the endpoint presented in this article. 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 a valid...
Update Purchase Order

Updated on:

This endpoint lets you update the General panel details of an existing Purchase Order. In order to use it, you must: Be an authenticated user For information on how you can authenticate, see: Authentication As soon as you do authentication and receive a valid token, it needs to be...
Get Shipping Carriers

Updated on:

This endpoint allows you to get a list of existing shipping carriers on your server,  along with their Keys.  In order to use it, you must: Be an authenticated user For information on how you can authenticate, see Authentication After you authenticate and receive a valid token, you must...
Get Shipping Services

Updated on:

This endpoint allows you to get a full list of existing shipping services per carrier on your server, along with their Keys. In order to use it, you must: Be an authenticated user For information on how you can authenticate, see: Authentication As soon as you do authentication and...
Add Items to existing order

Updated on:

The endpoint presented in this article is for adding new items to an existing order. In order to consume the endpoint you must: Be authenticated user For information on how you can authenticate, see: Authentication As soon as you do authentication and receive a valid token, it needs to be...
Add Items to existing purchase order

Updated on:

The endpoint presented in this article is for adding new items to an existing purchase order. In order to consume the endpoint you must: Be authenticated user For information on how you can authenticate, see: Authentication As soon as you do authentication and receive a valid token, it needs to...
Add Order Note

Updated on:

In order to add order note, you can do it by calling endpoint described in this article. In order to consume the endpoint you must: Be authenticated user For information on how you can authenticate, see: Authentication As soon as you do authentication and receive a valid token, it needs...
Add Product Image for Single Product

Updated on:

Endpoint is used for adding product image. 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 a valid token, it needs to be send in the next call to the API. Endpoint...
Add Items To RMA

Updated on:

This endpoint can be used to add items to an existing RMA. In order to consume the endpoint you must: Be authenticated user 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 to the...
Add Vendor Product

Updated on:

In order to add a new vendor product, you can consume the endpoint presented in this article. In order to consume it, you must: Be authenticated user For information on how you can authenticate, see: Authentication As soon as you do authentication and receive a valid token, it needs...
Adjust Physical Inventory

Updated on:

This endpoint is used for adjusting the physical inventory of an individual product in a warehouse. When using this endpoint, you can add or subtract units from the number of existing units of the product in that warehouse. In order to do that, you must be an authenticated user....
Basic Product Catalog Export

Updated on:

In order to perform a basic type of catalog data export, you must: Be authenticated user 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 to the server. Endpoint Example...
Create New Customer

Updated on:

In order to create a new customer from the API you can consume the endpoint presented in this article. In order to consume it, you must: Be authenticated user For information on how you can authenticate, see: Authentication Endpoint Example for such endpoint for TT server is: https://tt.api.sellercloud.com/rest/api/Customers/ For...
Create New RMA

Updated on:

In order to create new RMA, you can consume the endpoint presented in this article. In order to consume it, you must: Be authenticated user For information on how you can authenticate, see: Authentication As soon as you do authentication and receive a valid token, it needs to be...
Create Picklist

Updated on:

In order to create new picklist, you can consume the endpoint presented in this article. In order to consume it, you must: Be authenticated user For information on how you can authenticate, see: Authentication As soon as you do authentication and receive a valid token, it needs to be...
Create Product

Updated on:

In order to create a new order from the API you can consume the endpoint presented in this article. In order to consume it, you must: Be authenticated user For information on how you can authenticate, see: Authentication Endpoint Example for such endpoint for TT server is: https://tt.api.sellercloud.com/rest/api/Products/ For...
Create Replacement Order

Updated on:

Endpoint that is presented in this article is used for creating replacement order. In order to consume the endpoint you must: Be authenticated user 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 to...
Create RMA Note

Updated on:

In order to create new RMA note, you can consume the endpoint presented in this article. In order to consume it, you must: Be authenticated user For information on how you can authenticate, see: Authentication As soon as you do authentication and receive a valid token, it needs to...
Create Shipping Label

Updated on:

In order to create new shipping label, you can consume the endpoint presented in this article. In order to consume it, you must: Be authenticated user For information on how you can authenticate, see: Authentication As soon as you do authentication and receive a valid token, it needs to...
Delete order items

Updated on:

The endpoint presented in this article is used for deleting order items from an existing order. In order to consume the endpoint you must: Be authenticated user For information on how you can authenticate, see: Authentication As soon as you do authentication and receive a valid token, it needs to...
Delete Order

Updated on:

In order to delete existing order, you must: Be authenticated user Information how you can authenticate can take from: Authentication As soon as you do authentication and receive a valid token, it needs to be passed on the call for deleting an order. Have valid ID of an existing order...
Delete Product Image

Updated on:

Endpoint is used for deleting product image. 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 a valid token, it needs to be send in the next call to the API. Endpoint...
Delete Purchase Order Items

Updated on:

The endpoint presented in this article is used for deleting items from an existing purchase order.
Download Order Document

Updated on:

This endpoint can be used to download order document In order to consume the endpoint you must: Be authenticated user 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 to the call. Endpoint Example...
Download Shipping Label

Updated on:

In order to download an RMA shipping label, you can consume the endpoint presented in this article. In order to consume it, you must: Be authenticated user (For information on how you can authenticate, see: Authentication) Have a valid ID of an existing RMA Have a valid ID of...
Execute Scheduled Task

Updated on:

In order to execute a scheduled task, you can consume the endpoint presented in this article. In order to consume it, you must: Be authenticated user. For information on how you can authenticate, see: Authentication You must also know the ID of the scheduled task that you’d like to...
Get All Catalog Saved Views

Updated on:

Endpoint that is presented in this article is used for getting catalog saved views. User can prepare different combinations of filters and custom columns on manage catalog page in UI. The already saved combinations of saved views can be retrieved in bulk using current endpoint. In order to...
Get All Products By Saved View

Updated on:

This endpoint is used for getting products in bulk, using a saved view. A saved view for catalogs must be created from manage catalog page in the new SellerCloud UI. The advantages of using this endpoint for getting catalogs are as follows: Ease of use: You can set your...
Get All Companies

Updated on:

In order to get information for many companies in a single request, then 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 All Customers

Updated on:

In order to get information for many customers in a single request, then 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 All Queued Jobs

Updated on:

In order to get information for many queued jobs in a single request, then 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...
Get All Vendors

Updated on:

In order to get information for many Vendors in a single request, you can consume the endpoint presented in this article. 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 a valid...
Get All Warehouses

Updated on:

In order to get information for many warehouses in a single request, then 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 Bulk Update Log Details

Updated on:

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: Be authenticated user For information on how you can authenticate, see: Authentication As soon as you do authentication and...
Get Company Shipping APIs

Updated on:

In order to get information for the company shipping APIs, you can consume the endpoint presented in this article. 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 a valid token, it...
Get Custom Columns for Orders in Bulk

Updated on:

In order to get information on custom columns for multiple orders, you can consume the endpoint presented in this article. In order to consume it, you must: Be authenticated user For information on how you can authenticate, see: Authentication As soon as you do authentication and receive a valid...