API DocumentationManufacturer document controller

Generate order traveller PDF

Generates an order-level traveller PDF for the specified order, optionally using a custom named template

GET
/api/manufacturer/v1/document/{orderId}/order-traveller
AuthorizationBearer <token>

In: header

Path Parameters

orderIdinteger

ID of the order

Formatint64

Query Parameters

templateName?string

Name of the ORDER_LEVEL_TRAVELLER custom template to use (optional)

Response Body

curl -X GET "http://m-api-dev.phas.io/api/manufacturer/v1/document/1/order-traveller?templateName=string"
Empty
Empty
Empty