Sub Steps Names Pick & Delivery

Specific configuration parameters Pick and Delivery

ParameterDescription
receivedParameter used to change the title of the Received substep (optional)
- Default: Received
pickingParameter used to change the title of the Picking substep (optional)
- Default: Picking
goingToDestinationParameter used to change the title of the Going To Destination substep (optional)
- Default: Going To Destination
deliveredParameter used to change the title of the Delivered substep (optional)
- Default: Delivered

📘

URL Params Encoding

Remember that we require to comply with (UTF-8) encoding when sending query params. so that if your custom name string has whitespace, you should replace it with the symbol "%20".

ie: "received=Order Confirmed" => "received=Order%20Confirmed"

Usage Example


Consider the following example:

https://xandar-lsw-v3.instaleap.io/?job=myJoB&token=myToken&language=es&received=Orden%20Confirmada&picking=Buscando%20Tu%20Orden&goingToDestination=Tu%20orden%20esta%20por%20llegar&delivered=Se%20entrego%20la%20orden

You will see the following content