Product Updates: Sellercloud > Rest API

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:

New October 17, 2023

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.