Rest API Archives | Page 5 of 6 | Descartes Sellercloud

Manual Reserve Endpoints

We have added new endpoints for our Rest API:

Manual Inventory Reserves are used to set aside product quantity that is not linked to a specific order for a select period of time. These endpoints will allow you to create, delete, and export those from Sellercloud via Rest API.

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.

Overwrite Shipping Packages

We have added a new API endpoint that will allow you to overwrite any existing package information on your orders.

Get RMA and Get RMA Items: Serials

Serial Numbers are now included in the response of the Get RMA and Get RMA Items endpoints.

Get All Orders: Shipper

The ShippedByUserID is now included in the response of the Get All Orders endpoint.

Get All Orders Call

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

Filter RMAs by Tracking Numbers

Get all RMAs can now be filtered by Tracking Number. This new feature enhancement enables efficient tracking and management of RMAs by allowing filtering based on tracking numbers.

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.

RMA Rest API – Approval Status

We have added a new field ‘Approval Status’ in the RMA rest API services.

PO – Item Notes

You can now create Item Notes for PO Items when creating a PO via REST API.