Overview In order to get information for the current API build, 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 […]
REST Api Changes (2021)
The dates listed in the log are the dates the changes were made. Please keep in mind that these changes will not impact your account until the next server update. You can confirm the date of your SellerCloud version using the information found here. February 02/08/2021 Added new fields ‘OrderDate’, […]
Pulling Profit And Loss Information in Bulk
Overview In order to get information about profit and loss 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 […]
Integrating Skublox API – Workflows
Every API endpoint requires authentication. Read more Ensuring Subscription is Enabled For the purpose of keeping statistics (roll out and adoption of the product), we would like to limit usage of the Skublox functionality to clients who have the subscription enabled. Enabling the subscription does not cost anything. The pricing […]
Integrating Skublox API – General
Purpose of API The purpose of the Skublox API is to provide a programmatic way of managing SellerCloud & Skublox entities, and processes. SellerCloud entities include orders, products, picklists, employees (users of Employee type), warehouses, and web app settings (be it global or client-specific). Skublox-specific entities include walls, sort boxes […]
Get Execution History of a Scheduled Task
Overview In order to get information for execution history of 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 a schedule […]
REST Api Changes (2020)
The dates listed in the log are the dates the changes were made. Please keep in mind that these changes will not impact your account until the next server update. You can confirm the date of your SellerCloud version using the information found here. November 11/20/2020 Added ‘IsExported’ to Update […]
Create Shipping Label
Overview 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 […]
Get RMA Items Return Reasons List
Overview In order to get information for the possible RMA items return reasons, 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 […]
Create Customized Catalog Export (Custom Export)
Overview You can use this endpoint to generate an customized export file of product catalog information. The resulting file will include one row per product, and will always have a first column of “ProductID” (the product’s SKU). In the API request you will specify your preferred file format, the list […]