Changelog

Follow up on the latest improvements and updates.

RSS

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.
image
Note: For this rule to be effective, you must enable the "Only run after MWA" option.
You can now use command line arguments to login to the Packing App.
To do so, create a shortcut and use the following arguments:
--args --email=xxxxxxxxxxxxx --password=xxxxxxxxxxx
Combined with enabling PIN based login for the app this can be used to make it easier for packers to login without having to remember their username and password.
Version 0.7.2 is required for this functionality.
Downloads below:
With this new enhancement, a 3PL’s user can manage MWA rules on behalf of the child account.
The process is pretty simple:
  1. A 3PL’s user logs into mwa.shiphero.com
  2. On the top right corner they will choose which of its clients they want to manage MWA rules on behalf of
  3. Then the MWA rules of that client show up
image
This feature is now out of Beta.
The following feature flags have been enabled sitewide:
  • tiktok_use_shipping_label_integration
  • tiktok_use_shipping_integration
  • tiktok_use_shipping_app_for_labels
  • tiktok_use_shipping_app_for_quotes
Customers can now connect their TikTok Shipping account(s) without reaching out to support.
You can view our TikTok Knowledge Base article here.
We now support customers that have multiple TikTok Stores associated to one Merchant account.
This means that if a customer has a Store that uses Seller Shipping and a Store that uses TikTok Shipping (Subsidized Labels), they can connect both of them.
You can view our TikTok Knowledge Base article that goes into more details, describing each type of store, how to verify your store, and how to connect your store in ShipHero.
You can now duplicate existing shipping container labels:
Select the labels to duplicate, and click the Duplicate button.
image
In the popup you can change the configuration and quantity to generate.
image
Click the "Create & print label" button to be taken to the PDF of your container labels.
We added these new fields to our Inventory Update Webhook:
  • 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.
  • reserve
    : Units marked as reserve inventory to reduce the available quantity for sale.
  • non_sellable
    : The amount of units in non-sellable bins.
  • ready_to_ship: boolean argument: This will return orders that are ready to ship or not based on the boolean value passed
  • has_hold: boolean argument: This filter was added to complement our hold filters in a simpler way (operator_hold: boolean, address_hold: boolean, payment_hold: boolean and fraud_hold: boolean). Sending true will return orders with at least 1 type of hold. Sending false will return orders with no holds at all.
  • has_backorder: boolean argument: This argument will return orders with at least 1 item in backorder for true and no items in backorder for false
  • ready_to_ship (boolean) field: If you want to pull a batch of orders and analyze their readiness to ship once you have them, you can parse the response for this field
  • is_locked (boolean) argument: This field will inform if the order is locked by any user, for example, when being picked.
The announcement in the Developer Community: https://community.shiphero.com/t/update-order-attachments/3062
Attachments can now be added to the order using the API. They can also be queried:
The mutation won't upload the file; it will point to the URL provided, so the URL sent must be available for as long as the file is needed to be reachable.

improved

Shopify Integration

New Shopify Connection Flow

The Shopify connection flow has been update to adhere to Shopify requirements. Now, when choosing to add a Shopify connection, a modal will appear with information and a button to Connect.
image
Clicking "Connect" will redirect you to the Shopify app store to complete the connection.
Load More