Simon Schrader Springer
- Total activity 102
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 73
-
Overview of the GetShipAdvise Options
This article is aimed at developers looking to use the method GetShipAdvise.In order to get a list of valid products returned from Shipment Server. Note: This article only highlights the various op...
-
Silent Installation of the nShift Client via PowerShell Script
This article details how to perform a silent, on-premises installation of the nshift Client using a PowerShell script. The script utilizes the Windows Installer (msiexec.exe) to execute the install...
-
How to - Authenticate
The API supports two different authentications Basic Auth and Bearer Token Note: Bearer Token is currently not supported for SSOP - Basic Authentication You need to request the username and p...
-
Inspect the data object with the Developer Tools
Do you need to view the raw data behind a shipment? The built-in Developer Tools provide a simple way to access the full payload for any shipment using its unique Shipment ID. This can be invaluabl...
-
Dynamic Shipping Services with Country-Based Logic
Question: How do I implement conditional logic for carrier codes based on the recipient's country in nShift? I want to apply specific services (e.g., SMS notifications) based on the destination cou...
-
How to - Book a Shipment
In this article, we are using the SubmitShipment method on the API to create/book a shipmenthttps://nshiftship.zendesk.com/hc/en-us/articles/23142488632988#post_shipmentsBut depending on the flow, ...
-
Reprinting Labels for an Existing Shipment using the ShipmentServer API
This article outlines how to construct a ReprintLabels request for the ShipmentServer API. This API allows you to reprint labels for an existing shipment by providing the shipment data and specifyi...
-
Shipment Data Object
Shipment Data ObjectThe complete list of keys that may appear on the Shipment Data Object can be found here: How to construct the Shipment ObjectDepending on the Shipment or Carrier different field...
-
How to - Extract EDI files
To use these snippets you need to change the URL, Actor ID, and the Authorization Header Step 1. Book the shipment curl -s -X POST "http://demo.shipmentserver.com:8080/ShipServer/64/Shipments" -...
-
Creating Shipments using TimeSlots
Content in this article: What is TimeSlots How does it work Request Examples Frequently asked questions What is TimeSlotsMore and more end customers expect to be able to choose between multiple d...