Getting Started
Interface Basics
Printers and Scales
Shipping
Order Processing
Order Allocation
Order Processing Loop
Packing Solutions
Backorders
Ready to Ship
"Unable to Process" Order status
Address Validation and Classification
Packaging Features
Orders
Custom Fields for Orders
Reference Numbers
Other Shipping Options
Packing Instructions
Shipping Accounts
External Shipping Methods
Third Party Billing
Manifest Couriers
Packing Slip Design
Service Levels and Target Ship Dates
Outbound SSCC Barcodes
International Shipping
Tracking Numbers for Offline Shipments
Serial Number Tracking
Receiving
Deliveries (ASNs, RMAs, etc.)
Double-Scan to Begin Count
Auto-Advance to Put-Away After Processing ASN
Actionable Reports
Catalog
Bill of Materials/Work Orders
Bill of Materials
Bill of Materials - Quantity-types
Work Orders
Import Bill of Materials
Virtual Inventory
Regulations
Products
Product Attributes
Lots/Expirations Tracking
Product Velocity
Import Products
Operations
Warehouse
Picking Classes
Picking Batches
Bulk Fulfill Orders
Manifests (Loading)
License Plates
Time Tracking for Administrators
Time Tracking for Staff
Relocations
Import Locations, Lots and Inventory
Rating
Rate Shopping
Rating Maps
Rate Groups and Plans
Fee Schedules and Adjustments
Virtual Shipping Methods
System
Configuration
Merchants and Brands
Warehouses
User Management
User Roles
User Groups
Login via Badge
Protected Customer Data
Enumerations
Technical Contact
Integrations
Shopify
Integrations Overview
Amazon Merchant Fulfillment
Amazon Selling Partner
CartRover
EasyPost
eHub
External Shipping Method API
Freight Club
Magento 1 / OpenMage
Merchant API Users and Roles
SPS Commerce
ShipStream Plugin Fostering Program
Webhooks
WooCommerce
UPS
Scripting
Scripting Basics
Before Create Order Scripts
Preprocess Packing Solution Scripts
Ready to Ship Time Scripts
Picking Class Shipment Matching Scripts
FAQ
How-To: FedEx Production Key Certification
How-To: Brand-Specific Shipping Account
Pattern and Replacement RegEx
ShipStream's Subprocessors
ISO Alpha-2 Country Codes
Printer Troubleshooting
ShipStream Flow
Release Notes
ShipStream Releases
Version 2024.4
Version 2024.3
Version 2024.2
Version 2024.1
Version 2024.0
Version 2023.2
Version 2023.1
Version 2023.0
Package Tracking API Migration Guide (2023.0)
Version 2022.2
Version 2022.1
Version 2022.0
Version 2021.6
Version 2021.5
Version 2021.4
Version 2021.3
Version 2021.2
Version 2021.1
Version 2021.0
Version 2020.2
Version 2020.1
Version 2020.0
Version 2019.9
Version 2019.8.1
Version 2019.8
Version 2019.7
Version 2019.6
Version 2019.5
Device Hub Client Updates
Table of Contents
- All Categories
- Release Notes
- Version 2021.1
Version 2021.1
Updated by Doc
Improved Packaging Feature management
The new "Associated Products" tab added to the Packaging Features page helps you easily find all products associated with a Packaging Feature through the "Valid Containers", "Requires Infill", "Special Supplies" and "Other Special Features" attributes. Use the mass actions to easily add or remove these associations for many products at once.
Support multi-select in more grid columns
We've added multi-select capability to over 400 grid column filters in the Admin UI and Client UI so users can now match multiple values instead of just one. This was previously only possible on a smaller number of columns. Use the multi-select feature by clicking the "plus" sign below the select box and holding Ctrl to select multiple options.
Exclude Amazon services for specific orders
You can apply fine-grained control on which Amazon MWS shipping services will be considered eligible for an order by specifying a new key in "Other Shipping Options". See Excluded Services
Improved Shopify inventory sync
When using BOMs with Virtual Inventory, the affected SKUs in Shopify will now be updated instantly and with the exact Qty Advertised to keep Shopify's inventory more closely synchronized with the Virtual Inventory.
Other Improvements
- Added a "Use for Bin Packing" column to the Packaging Features grid when filtered by Containers
- The global search will now return results for Work Orders and Return/Shipping Labels
- Fixed a validation bug preventing saving Products in some rare cases related to Lot Type being changed for the product previously
- Fixed Before Create Order Scripts missing the
region_id
when a client user creates an order - Start new staff time entry when a clocked-in user logs out or logs in on another device
- Fixed containers duplicated when shipment packed via Admin UI with multiple packages having containers added
Backported Improvements
These items have been backported to one or more previous versions but are noted here for completeness.
- Allow the "Allow Backorders Default" option to be set per-merchant
- Fixed
order.adress.region_code
not present in script scope for orders created via Client UI - Fix validation bug preventing user from saving product in some cases
API Changes
- Added API endpoint for Return/Shipping Label feature (delivery.labels and delivery_label.*)
- Added the following new fields to all
delivery:*
webhook payloads. Theunique_id
field should no longer be used and that value is now calleddelivery_id
.- delivery_id
- increment_id
- sender_name
- sender_ref
- sender_ref_alt
- merchant_ref
- merchant_status
- The
inventory:adjusted
webhook topic payload now includes adjustments for additional products affected by a Bill of Material that uses Virtual Inventory. Stock adjustments for changes invoked because of Virtual Inventory will not include theqty_adjust
key, but rather only the absolute values. - Added
qty_advertised
to theinventory:adjusted
webhook topic payload.