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.
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.
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.
Update Order Shipping Information
We have added a new endpoint for our Rest API, which allows you to Update the Shipping Information of a single sales order. This endpoint allows you to change the shipping carrier and service of an order without having to mark the order as shipped or completed.
Account-wide Rest API Call Logs
We have added a new account-wide Rest API Call Log page accessible for users with the Client Admin role. The page provides a granular view of user interactions with Sellercloud’s Rest API, which developers and administrators can use to troubleshoot issues, analyze performance, and fine-tune API usage.
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:
- Split Purchase Order – use this endpoint for cases when you need to Split an existing Purchase order.
- Get Purchase Orders By View – use this endpoint to get the details of a list of Purchase orders by using an existing PO Saved View.
- Get PO Saved Views – use this endpoint to get the list of your existing Purchase Order Saved Views. The response body will return a list of your Saved views, including the View Name and numerical ID.
- Update Multiple Custom Columns for Order – use this endpoint to update the values for multiple existing Custom Order Columns at once.
API Endpoints | Order Snapshot and PO Serials
We have added two new endpoints to our Rest API:
- GET Order Snapshot – Use this endpoint to request the Snapshot of an Order. The Snapshot is generated for orders that have been split, and their purpose is to show you the entirety of the original order, useful for financial recordkeeping and reports.
- ADD Serial Numbers For A Purchase Order – Use this endpoint to add serial numbers to your PO items.
Delete PO Items via REST API
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.