order_shipping_label_url

Retrieves a link to an order shipping label.

Example

1
{{ '123' | order_shipping_label_url: 'name', 'postAction' }} => /team-slug/order-shipping-label/{orderId}/{integrationName}/{postAction}

Input

Type Parameter Description Required
string orderId The ID of the order to link to. Comes before the | sign. Required
string integrationName The name of the integration to link to  
string postAction The action to perform after creating the shipping label  
string mode The mode to use, defaults to ‘prod’  

Output

Type Description
string The URL to the order shipping label