API documentation
Method list
Test your request
Changelog


getOrderPrintoutTemplates
Returns a list of all configured printout templates available for orders. The output includes technical identifiers used when executing a printout.


Input parameters



Output data
The method returns the data in JSON format.
statusvarchar(30)SUCCESS - request executed correctly
ERROR - an error occurred during an API request. Error details will be described in 2 additional returned fields: error_message and error_code
printoutsarrayA list of order printout templates.
Each template contains the following fields:
| - printout_idintUnique identifier of the printout template
| - namevarcharName of the printout template
| - file_formatvarcharOutput format (e.g. PDF, HTML, XLS)
| - languagevarcharLanguage of the template



Sample
Input data:
Output data:
A sample request in PHP: