Product Updates: Sellercloud > Rest API

New September 11, 2023

Customer Shipping Fee Endpoint

You can now update the Customer Shipping Fee and Customer Shipping Discount fields of your Sellercloud Orders via the PUT/api/Orders/{orderID}/Shipping/Details REST API Endpoint. In order for the call to work, at least one of the fields must be present and have a valid value. If the value is 0, it will be updated. The Shipping Details of Fulfilled orders can be updated via this endpoint.

New February 21, 2023

Get All Orders Call

The filterIs Settled” is now available for the Get All Orders call, allowing you to search for orders based on their settlement status.

New February 2, 2023

Split Order

A new endpoint for splitting an order has been added. This endpoint can be used to split an existing order by moving some of its items to a new order.