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 RMA

11/06/2020

October

10/26/2020

Added ‘SerialNumber’ query parameter in the request of Get All Orders

10/02/2020

Added ‘BrandID’ and ‘ManufactererID’ in the response of Get Catalog Info For Multiple Products

September

09/20/2020

New endpoint for getting available order saved views Saved Views

Information can be useful if you create a saved view in Delta UI and you want to know the ID of the newly saved view.

ID of the newly saved view can be used it another endpoint call for getting orders based on a saved view.

New endpoint for getting orders in bulk based on saved view ID
Getting orders

09/09/2020

Added ‘AllTrackingNumbers’ in the response of Get All Orders

09/07/2020

Added ‘Invoices’ in the responses of:
Get All Purchase Orders
Get Single Purchase Order

August

08/17/2020

Added ‘EAN’ in the response of Get Inventory Info for Multiple Products

08/14/2020

Added ‘RelatedOrders’ in the response of Get All Orders

July

07/29/2020

Added ‘ShortDescription’ and ‘LongDescription’ fields in the response of Get Catalog Info For Multiple Products

07/27/2020

Added field ‘Status’ in the response entity of Get Catalog Info For Multiple Products.
Added ‘IsActive’ field in the request of Update Basic Catalog Info for Single Product.

07/22/2020

Removed PackageID from OrderItem and OrderBundleItem entities in the responses of:
Get All Orders.This was done because an order item and order kit item can be shipped in more than one package. The proper Packages information should be obtained from Get Order Packages and Get Single Order.
Added “Items” node to the package entity in the responses of:
Get Order Packages
Get Single Order

07/16/2020

Added new endpoint Update Order.

Removed not used request property ‘Address.ContactName’ from Create New Purchase Order Billing and Shipping addresses.

07/09/2020

Added new endpoint:
Create RMA Note

June

06/30/2020

06/29/2020

Improved endpoint for getting warehouses in bulk by providing warehouse addresses
Get Warehouses in Bulk

06/25/2020

06/25/2020

06/15/2020

06/09/2020

06/04/2020

06/04/2020

May

05/28/2020

Added new endpoints:
Get Brands
Get Manufacturers

05/26/2020

05/20/2020

Improvement in Update Product Prices – added support to update prices for channels ‘Rakuten’ and ‘Sears’.

Limitation to not allowing more than 50 orders to be pulled with a single request has been applied.

In order to get more orders, pagination mechanism must be used and doing multiple requests for getting orders in bulk.

Example:
/api/orders?pageNumber=1&pageSize=50 => taking top 50 orders
/api/orders?pageNumber=2&pageSize=50 => next batch of 50 orders
etc.

Get Orders In Bulk

05/14/2020

05/12/2020

05/06/2020

Added new endpoint Upload Document

05/05/2020

Added new endpoint Get Company Shipping APIs

April

04/28/2020

04/27/2020

04/17/2020

Breaking changes in the response of Get Single Customer

Was this article helpful?

Next
Get Execution History of a Scheduled Task