Product Updates: Sellercloud > Rest API

Fix May 16, 2024

Duties on Order

We have adjusted the logic of the Order Total panel to properly display and calculate Duties for International Orders. Additionally, duties will now be returned in the Response body when you Get All Orders via our Rest API.

New March 22, 2024

Manage Custom Company Settings via API

We have added three new endpoints that allow you to create, update, and pull Custom Company Settings:

Improvement March 7, 2024

Create Order via API

You can now mark orders as Allow Shipping Without Payment directly while creating the sales order by calling the POST /api/Orders endpoint. By default, you are not able to ship an order unless it is fully charged. With this status set to true, you can ship the order before receiving payment. Ensure all other necessary settings are configured for this workflow.