Embed & link
You use Embed & link to link directly from your e-commerce system or other primary system to stored printings in nShift Delivery. This way you control and simplify working methods. It doesn't provide security or access to data other than what you would normally have when you log into your account to manage orders.
Order number, reference or stored shipment ID may be used as parameters.
URL structure
Base URL: https://www.unifaunonline.com/ext.uo.yy.StartEmbeddedShipmentJob
Replace yy with language code.
Language | Code |
---|---|
Danish | dk |
English | gb |
Finnish | fi |
Norwegian | no |
Swedish | se |
Parameters
The following parameters can be used in the URL.
Parameter | Description |
---|---|
Login | Account user ID |
User | User profile |
OrderNo | Stored shipment order number |
Reference | Stored shipment reference |
StoredId | Stored shipment ID |
Stage | Defines action. |
SEARCH: Links to the search result for the order number or reference supplied, that is, all stored printings that match a given value will be returned. NoteCan't be used with stored shipment ID. | |
EDIT: Opens a stored printing in edit mode, step one. | |
PRINT: Attempts to open the printout page directly, that is, corresponds to clicking in the UI. If the stored printing is not complete, the user is taken to edit mode. If there are several stored printings with the same order number or reference (or if it’s missing), the stored printings main page is displayed instead. | |
ReturnUrl | Sets the destination page where users will be directed when they click on action buttons, that is, after the initial operation is done. |
Example 1:
https://www.unifaunonline.com/ext.uo.yy.StartEmbeddedShipmentJob?Login=0000000001&Stage=PRINT&OrderNo=ORDER001&ReturnUrl=www.unifaunonline.com
Example 2:
https://www.unifaunonline.com/ext.uo.yy.StartEmbeddedShipmentJob?Login=0000000001&Stage=EDIT&OrderNo=ORDER001