Shipping Label (Mandatory)
Getting Label

Shipping Label
It is mandatory to print and stick the label on the package prior to handing it over to the courier driver. This is the sole method and there are no other alternatives available.
You can get the Shipping Label directly from your dashboard or from a direct URL
From Shipper Dashboard
- Check the Orders that you want to Print the Label.
- Click "Print Pesanan"
- Print the Label generated
- Paste the Label to the Packet.
Label Size
There is no strict rule regarding the size of the label, as long as it is visible and clear.
From Direct URL
Sandbox Environment :
https://sandbox.shipper.id/label/sticker.php?oid[]={{ORDER_ID}}&uid={{LABELCHECKSUM_ORDER}}
Production Environment :
https://shipper.id/label/sticker.php?oid[]={{ORDER_ID}}&uid={{LABELCHECKSUM_ ORDER}}
URL for getting our receipt:
Sandbox Environment :
https://sandbox.shipper.id/label/receipt.php?oid[]={{ORDER_ID}}&uid={{LABELCHECKSUM_ORDER}}
Production Environment :
https://shipper.id/label/receipt.php?oid[]={{ORDER_ID}}&uid={{LABELCHECKSUM_ORDER}}
You can get [ORDER_ID] from endpoint order creation and [LABELCHECKSUM_ORDER] from endpoint order detail.
Variable | Where to Get? |
---|---|
TRACKING_ID | This is the orderID of the that order. (e.g. 219RVJJ8xxxxx) |
LABELCHECKSUM_ORDER | You can get this checksum by calling our Get Order Detail endpoint. (e.g. /v3/order/{{219RVJJ8xxxxx}}) & navigate to "label_check_sum" parameter to get the value. (e.g. 7742142f6d65ce36275b85cc16e5ffbd) |
Updated 11 months ago