Skip to main content
POST
/
v1
/
machines
/
{MachineID}
/
pickList
Create Pick List
curl --request POST \
  --url https://qa-lynx.nayax.com/operational/v1/machines/{MachineID}/pickList \
  --header 'Authorization: <api-key>'

Authorizations

Authorization
string
header
required

Enter your API key. It's required to authenticate API requests.

Path Parameters

MachineID
integer<int64>
required

The unique identifier of the machine for which the pick list is being generated.

Query Parameters

UseMinPick
boolean

Specifies whether to use minimum picklist logic for the machine.

AddOnlineSales
boolean

Adjusts the pick list by considering online transactions (relevant for DEX data).

AddEstimatedSales
string<date-time>

Adds products to the pick list based on sales statistics for the specified visit date.

Response

204

The pick list was successfully generated.