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.

New March 6, 2024

Get Carrier Information and Modify PO

We have added three new endpoints to our REST API:

  • Update Purchase Order – use this endpoint to modify a single existing Purchase Order. You can update the corresponding fields in the General panel on the PO Details page.
  • Get Shipping Carriers – call this endpoint to retrieve the list of valid Shipping Carriers from your server. The response will return the Carrier names and numerical IDs.
  • Get Shipping Services – use this endpoint to retrieve the list of valid Shipping Services per carrier from your server. The response will return the Service names and numerical IDs.