API documentation
Method list
Test your request
Changelog


addOrderPickList
Creates a paper pick list for up to 100 orders belonging to the authenticated user. Creating the list does not print it and does not mark the orders as picked or packed.


Input parameters
order_idsarrayOrder identifiers from the Base order manager. The array must contain between 1 and 100 positive integers.



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
pick_list_idintIdentifier of the created paper pick list.



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