Skip to main content
Pick list actions in Nayax Core are available in the Operations > Machine Inventory menu.
These actions can also be performed through Lynx API using the following endpoints:
AuthenticationRefer to the Security & Token page of this documentation to learn how to access your tokens, and how to properly use it to authenticate your API requests.

Get a pick list

Use the Get Pick List endpoint to retrieve the pick list associated with a specific machine.
Request
Path ParamChange MachineID with the actual ID of the machine to retrieve the pick list from.
A successful response returns the pick list with all products associated with the machine.

Update a pick list

Use the Update Pick List endpoint to modify product quantities or other details in a machine’s pick list.
Request
The request body contains the following parameters: A successful response returns the pick list with the updated pick quantities.

Delete a pick list

Use the Delete Pick List endpoint to remove the pick list associated with a specific machine.
Request
A 200 OK response confirms the pick list has been deleted.

See also