You are now able to delete Purchase Order Items via API using the new DELETE /api/PurchaseOrders/{id}/Items REST API endpoint.
Update Customer Information API Endpoints
We have added three new PUT endpoints to our Rest API that you can use to update customer information:
- Update Customer – this endpoint allows you to overwrite information on the Customer Details page in Sellercloud.
- Update Customer Order Options – use this endpoint to update Customer information related to orders, such as tax consideration, pricing, fees, invoices, and discounts.
- Update Customer Shipping Preferences – with this endpoint, you can configure the customer shipping preferences, related to preferred carriers, shipping fees, and shipping account.
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.