Embed & Link
You use Embed & Link to link directly from your e-commerce system or other primary system to stored printings in Unifaun Online. This way you control and simplify working methods. It does not provide security or access to data other than what you would normally have when you log in to 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 |
---|---|
English | gb |
Finnish | fi |
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, i.e. all stored printings that match a given value will be returned. Obs!Can not be used with stored shipment ID. | |
EDIT: Opens a stored printing in edit mode, step one. | |
PRINT: Attempts to open the printout page directly, i.e. 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, i.e. 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