Skip to main content
A pick list identifies the products and quantities a machine needs for restocking, based on its current stock levels and sales data. In Nayax Core, you can create pick lists following the steps below:
  1. In your Dashboard, go to Operations > Inventory Dashboard.
  2. Use the search filter to look for your desired machine.
  3. Right-click the machine and select Pick List > Generate Pick List.

Generate for multiple machines

To generate a pick list for more than one machine at once, for example all machines under a specific Route:
  1. Add the filter to the search feature.
  2. Select all the machines in the list (you can also individually select the machines you want).
  3. Click Actions > Generate Pick List.

Generate a pick list via API

Use the Create Pick List endpoint to generate a pick list for a specific machine based on its current stock levels and sales data.
AuthenticationRefer to the Security & Token page of this documentation to learn how to access your tokens and how to properly use them to authenticate your API requests.

Send a POST request with the MachineID as a path parameter. The endpoint returns 204 No Content on success — no response body is returned.
Request
The endpoint also accepts optional query parameters to refine the pick list — see the Create Pick List reference page for details. After generating a pick list, see Pick List Actions to retrieve, update, or delete it.