Sub Steps Names Pick & Collect

Specific configuration parameters

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
readyForPickupParameter used to change the title of the Ready For Pickup substep (optional)
- Default: Ready For Pickup
subStepPickedUpParameter used to change the title of the Picked Up substep (optional)
- Default: Picked Up

📘

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=eshttps://vormir-lsw-v3.instaleap.io/?job=38ba1141-3956-46de-82f7-ec41bf1ca322&token=NwhmQdiQF3eXcH8LeyGz228ZeQaFxwNpE4OKWXyD&received=Custom%20Orden%20Confirmada&picking=Custom%20Buscando%20Tu%20Orden&readyForPickup=Custom%20Listo%20para%20recoger&subStepPickedUp=Custom%20Picked%20up

You will see the following content

Example when the state of the order is Picked Up