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
- All Categories
- System
- Technical Contact
Technical Contact
Updated by Colin
The system-wide Technical Contact is meant to receive notifications for urgent error conditions that may require a technical expert to investigate and address.
These notifications currently include the following events, but others are likely to be added in the future:
- Failing webhooks
Navigate to System > Configuration > General > General > Technical Contact to modify the configuration.
Merchant Scope Configuration
In some cases the context of the notification may be specific to a given Merchant, so you may wish to configure the notification to notify a technical contact designated by the Merchant by overriding the configuration at the merchant scope.
Slack-compatible Webhook URL
An HTTP POST request will be sent to the provided URL whenever there is an alert event. This payload is compatible with Slack's Incoming Webhooks so you may provide a Slack webhook or any other URL and the request body will be similar to the following example:
POST https://hooks.slack.com/services/T00000000/B00000000/XXXXXXXXXXXXXXXXXXXXXXXX
Content-type: application/json
{
"text": "Webhook # 16 for ACME Inc to webhook.site is failing with error message: Response error code: \"28\". Error description: \"Operation timed out after 5001 milliseconds with 0 bytes received\"."
"blocks": [
{
"type": "section",
"text": {
"type": "mrkdwn",
"text": "_Action required:_ Webhooks failing for ACME Inc"
}
},
{
"type": "section",
"text": {
"type": "mrkdwn",
"text": "*Warning!* Webhook subscriptions will be deactivated if failures persist for more than one week."
}
},
{
"type": "section",
"text": {
"type": "mrkdwn",
"text": "Your <https://example.shipstream.app/admin/webhook/...|webhook #16> to webhook.site has had 5 errors since 2024-02-05 21:30:21. Please check that the endpoint URL is correct and healthy or deactivate the webhook to stop receiving these notifications if it should no longer be active."
}
},
{
"type": "section",
"text": {
"type": "mrkdwn",
"text": "The most recent failure was:\n_Response error code: \"28\". Error description: \"Operation timed out after 5001 milliseconds with 0 bytes received\"._"
}
}
]
}