I need to add custom text to some of labels generated with shippo batch API. How can I achive this?
How can I add custom text to Shippo labels using batch API?
103 views Asked by Zufar Muhamadeev At
1
I need to add custom text to some of labels generated with shippo batch API. How can I achive this?
You can achive this by adding extra data to batch shipment object. There are multiple keys for extra map but we interested in "reference_1" and "reference_2". Here is example of kotlin code to create shipment with custom text on label: