Product Updates: Sellercloud > 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.
Improvement February 27, 2024

Modified API Endpoints

We have slightly modified two Rest API endpoints:

  • Get All RMAs – added QB Exported parameter, allowing you to filter based on whether the RMAs have been exported to QuickBooks.
  • Get Order Packages – the response body will now also include an indicator of whether each item is a Kit Parent.
New January 8, 2024

API Endpoints | Split PO, Get PO by View, Get PO Views, and Update Order Columns

We have added four new endpoints to our Rest API: