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.
Authorized Houzz Orders
We have added the ability to import Houzz Orders with Payment Status Authorized. The setting Import Orders as UpPaid has been substituted with a new setting called Import Orders As, which allows you to pick Paid, UnPaid, or Authorized from a dropdown. You can configure this on the Houzz General Company Settings. If you select UnPaid or Authorized, you may need to manually add the payment information later.
Grading Work Orders
Implementing a grading system in Skustack allows you to effectively organize your inventory by item state. You can establish a categorization framework for your products according to their condition and use Work Orders of type Grading to sort them. You can create Grading Work Orders in the Skustack Admin portal, while the Mobile app allows you to utilize existing work orders to pick, grade, and update each unit and then sort it based on the determined condition.
Support for New Placeholders
We have added support for new Word2PDF invoice placeholders:
- #?UCCBarcodeLabel?# – generates a barcode based on the Package ID and the Order ID.
- #?PaymentTermName?# – Pulls the name of the relevant Payment Term.
- #?PaymentDueDateByUserTerm?# – Payment due date for Customer Credit Terms.
- #?PaymentDueDateByOrderTerm?# – Payment due date for the Order Credit Term.
Additionally, we have added #?PurchaseOrderID?# as a Placeholder for Email Templates.
Hub: User Access
Similar to Skustack Lens, we have now restricted access to Skublox Hub to users with the client Admin Role. Once logged in, the administrator can then manually authorize or remove access for non-admin users from the Preferences window.
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.
Receive to Light
The Skublox Integration with Skustack gives you the ability to organize your warehouse processes with a variety of sorting methods, such as the new Receive To Light method. It combines the Cross-Dock and Pick-To-Light workflows allowing you to receive items from a vendor and immediately sort them on a Skublox lightwall for pending order shipping. This process aims to reduce the time and expenses linked with storage while optimizing the product sorting processes.
Download Orders From Shopify
We have added a tooltip with a warning message on the Download Orders From Shopify page: Order IDs should be fully numeric, like 5360204908230. For multiple Orders, use comma-separated values. This method for manually downloading Shopify Orders expects the long numeric Shopify Order ID, any other format will be rejected. This method is mostly used after initially integrating your Shopify site with Sellercloud or to re-download a problem order.
Create Products from Shopify Listings
Sellercloud can now automatically create new local SKUs based on your Shopify Active Listings. Previously, you could only import your listings manually using a file. Going forward, you can enable the Auto Create Local Products setting on the Website General Company Settings. When enabled, along with the Allow Active Listings Download setting on the same page, Sellercloud will periodically download the active listings report and generate a Queued Job, which will create local SKUs. This process will occur overnight in order to prevent server slowness. This method will be especially useful when doing your initial Shopify setup, but it will also ensure that any new listings created directly in Shopify will be synced in Sellercloud automatically.