Changelog
Follow up on the latest improvements and updates.
RSS
new
3PL
3PL Client Portal
Toggle among Invite and Register flows to add a new 3PL's Customer
If you are a 3PL, you now have 2 options to add a new customer. You can either
invite them to join
your 3PL or you can register them yourself
.If your customer feels comfortable setting up their own account, send an invite to them directly
But if you want to sign up them yourself, you just need to click on
Use legacy registration flow
link at the bottom of the form and the registration link will show upTo go back to the invite form, just click on
Go back to the new invitation flow
link at the bottom.In order to make the product search more efficient, the product search on mobile now allows you to select the fields to search.
You can select from the following fields:
- Sku
- Barcode
- Name
- Bin (static slotting only)
- Overstock Bin (static slotting only)
Barcode scans will automatically search the barcode field.
On static slotting accounts if Bin or Overstock Bin is selected, a barcode scan will search the selected field.
This was first introduced in version 2.3.0.349.
new
improved
New warning message for returns quantity
When receiving or restocking a return if the quantity is more than expected we will show a warning message and ask for confirmation to proceed:
This should help prevent adding more inventory back than was expected.
The announcement in the Developer Community: https://community.shiphero.com/t/update-new-fields-for-the-inventory-snapshot/3114
These new fields will only work when sending the
new_format
boolean as true. For this to work, you will also have to reach out to support and request the flag for the new snapshot format to be activated in the account from which you will pull the snapshot.Starting on April 1st, 2025, we will remove these 2 conditions and fully deprecate the old format in favor of the new one. This means you won’t be able to request a snapshot in the old format, and using the
new_format
boolean will be deprecated.New fields:
- sell_ahead: Units from inbounds that have not yet been received and are flagged as available for sale.
- qty_in_totes: These are the units that were physically moved to totes after a pick.
- barcode: Main barcode assigned to an SKU.
- dimensions: An array of fields that returns all 4 dimensions of an SKU:height,width,lengthandweight.
- thumbnail: URL pointing to the thumbnail of the SKU as seen in the mobile app, for example.
- large_thumbnail: A higher resolution version of the above.
Grouping by account ID
The new format adds a new level to the file structure in addition to the new fields described above. Inside the products field, you will find a new one enclosing the products themselves. This field returns the base64-encoded version of the account ID. For brand accounts, this will return its own ID and contain all its products, but 3PLs will now see the SKUs grouped by each child account.
Update: A new command barcode allows users to quickly switch between the WorkforceHero Kiosk in screen and the order shipping screen.
Business Case: This command barcode can be used at the pack stations so packers can badge in at the kiosk and quickly return to the shipping screen.
The barcode is
sh0017
and can also be mapped to a button if you're using the packing station buttons.Update: You can now set permissions to hide Hero Board from users who do not need access to this page
The permissions are under the Dashboard section
The announcement in the Developer Community: https://community.shiphero.com/t/update-new-filters-for-locations-query/3109
We added 3 new filters to the locations query to make finding a specific one easier and cheaper in credits:
- name: "string"You can now pull them by their name. If multiple warehouses share the same naming convention, use combined with the warehouse_id to pull only one. This is not a wildcard field, the full exact name needs to be passed.
- pickable: boolean
- sellable: boolean
Pickable and sellable are bin attributes. You can use either or both to pull all bins that match the boolean value for that attribute
This feature is one step forward on our efforts to expand customization of the 3PL Client Portal as now a 3PL can share their contact channels information so Portal’s users can easily get in touch with them.
Note: Please contact your Customer Success Manager to learn on the information required to set this up.
Release Date: Thursday, Oct 31st
What: Lot Screen Page
Where: Shipping Dot under the Inventory and Locations section:
Permissions: products permission
Documentation on the new feature is available here:
new
Automation Rules
New Automation Rule Trigger: Allocated Warehouse Count
We've added a new trigger for automation rules -
Allocated Warehouse Count
. This trigger can be used to run rules based on the number of warehouses an order is allocated to.
Note: For this rule to be effective, you must enable the "Only run after MWA" option.
Load More
→