order_document_url

Retrieves a link to an order document.

Example

1
{{ '123' | order_document_url: 'type' }} => /team-slug/order-document/{orderId}/{documentType}

Input

Type Parameter Description Required
string orderId The ID of the order to link to. Comes before the | sign. Required
string documentType The type of document to link to  

Output

Type Description
string The URL to the order document