We have added a Picklist fileter in the Movements Tab in Skustack Lens. Enter a Picklist ID to see all associated movements, with additional information about number of units Picked, SKU, which Order the item is for, as well as the From and To Bins.
Notifications
We have rolled out a new User Notification Feature in our Delta Interface. Click on the Bell Icon in the top right corner of your screen to see a dropdown of your most recent notifications. They are also color-coded, based on priority, with red being the most urgent. Click on the notification to be redirected to the relevant page. Notifications can include Queued Job success and failure, FBA Opportunities, and more.
Inventory Transfer Reserves
Warehouse Inventory Transfer (WITR) is an easy way to move inventory between your Sellercloud Warehouses. We have added a new Client Setting that allows you to control when Inventory will be reserved as a result of the transfer. By default, Sellercloud reserves all the Quantity within a WITR as soon as it is created. However, “Enable Warehouse Inventory Transfer Request Reserves Exclude Pending Transfer Status” now lets you exclude Transfers with Pending Status from being reserved and deducted from your Available Inventory. Additionally, enabling this setting automatically triggers a Queued Job that will recalculate the Inventory of all Pending Transfer SKUs to account for the change.
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.
FBA and WFS Kit Client Setting
We have added the Advanced Client Setting FBA and WFS Shipments Ignore Negative Inventory When Assembling Kit to our Delta Interface. If you have configured your account to validate inventory and to automatically assemble Independent Kits when adding them to an FBA Inbound Shipment or WFS Shipment Plan, you can enable this additional client setting. Its purpose is to take into account any negative quantity on the Kit and only assemble the number necessary for the Shipment, letting you keep the original negative amounts for inventory tracking purposes.
Warehouse Filter
We have added a new filter to the Picklist Tab of Skustack Lens. You can now filter by a specific Warehouse name, and both Kiosk and Details Mode will only display picklists for that Warehouse. Additionally, in both modes, you will see the Warehouse name displayed for each individual picklist.
Copy Product Information
We have added the Action “Copy Product Data to Other SKU(s)” to the Catalog Page in our Delta Interface. This function allows you to do a quick one-time product information transfer from one SKU to another, including pricing, product specifics and more.
Add Items to Order
You will now be able to filter SKUs by Product Group when you are adding items to an Order in the Order Creation Wizard.
Related Task Filter for Queued Jobs
We have added a new filter on the Manage Queued Jobs page. Now, in addition to the Related Task column in the grid, you can also use it as a filter, to find all the queued jobs processed as a result of the execution of a specific Scheduled Task.
Customer Shipping Fee Endpoint
You can now update the Customer Shipping Fee and Customer Shipping Discount fields of your Sellercloud Orders via the PUT/api/Orders/{orderID}/Shipping/Details REST API Endpoint. In order for the call to work, at least one of the fields must be present and have a valid value. If the value is 0, it will be updated. The Shipping Details of Fulfilled orders can be updated via this endpoint.