Hi, what’s the typical workaround for dealing with hard address length limits with shipping services? DHL has a hard 45 character limit meaning shipping labels don’t contain the full address.
Does Shopify have a way to automate the utilisation of both Address 1 and 2 for displaying the full address?
You could use Shopify Flow with Run code to split the address. But it depends on how DHL get’s the order from Shopify. If it is via a Webhook you are to late with Flow. Flow and Webhook are fired at the same time.
If the DHL app can handle updates on the address then you should be good to go.