API documentation
Method list
Test your request
Changelog


getInventoryPrintoutTemplates
Returns a list of all configured printout templates available for inventory (products).


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 inventory 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)



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