Skip to main content
GET
/
v1
/
machines
/
{MachineID}
/
pickList
Get Pick List
curl --request GET \
  --url https://qa-lynx.nayax.com/operational/v1/machines/{MachineID}/pickList \
  --header 'Authorization: <api-key>'
[
  {
    "NayaxProductID": 123,
    "ProductID": "<string>",
    "MachineID": 123,
    "MDBCode": 123,
    "PACode": "<string>",
    "SelectionID": "<string>",
    "OperatorButtonCode": "<string>",
    "PAR": 123,
    "MissingStock": 123,
    "OnHandStock": 123,
    "VendOutAlertThreshold": 123,
    "MachinePrice": 123,
    "CreditCardPrice": 123,
    "RetailPrice": 123,
    "DEXPrice": 123,
    "LastPickQTY": 123,
    "PrePaidCardPrice": 123,
    "CashPrice": 123,
    "DEXProductName": "<string>",
    "ProductName": "<string>",
    "SalesSourceID": 123,
    "MachineInventoryRef": "<string>",
    "MachineRef": "<string>",
    "ProductRef": "<string>"
  }
]

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 whose pick list is being retrieved.

Response

200 - application/json

The pick list was successfully retrieved.

NayaxProductID
integer<int64> | null

The unique identifier of the product in the Nayax system.

ProductID
string | null

The unique identifier of the product.

MachineID
integer<int64> | null

The unique identifier of the machine associated with this pick list item.

MDBCode
integer<int64> | null

The MDB (Multi-Drop Bus) code associated with the product.

PACode
string | null

The PA code associated with the product.

SelectionID
string | null

The selection identifier for the product within the machine.

OperatorButtonCode
string | null

The code used by operators for manual selections.

PAR
integer<int32> | null

The PAR level, indicating the standard quantity of the product that should be stocked in the machine.

MissingStock
integer<int32> | null

The quantity of stock that is missing from the machine.

OnHandStock
integer<int32> | null

The quantity of stock currently on hand in the machine.

VendOutAlertThreshold
integer<int32> | null

The stock level at which an alert should be triggered for potential vend out.

MachinePrice
number<double> | null

The price of the product as set on the machine.

CreditCardPrice
number<double> | null

The price of the product when purchased with a credit card.

RetailPrice
number<double> | null

The retail price of the product.

DEXPrice
number<double> | null

The price of the product according to DEX (Data Exchange) data.

LastPickQTY
integer<int32> | null

The quantity of the product that was picked during the last restocking.

PrePaidCardPrice
number<double> | null

The price of the product when purchased with a prepaid card.

CashPrice
number<double> | null

The price of the product when purchased with cash.

DEXProductName
string | null

The product name according to DEX data.

ProductName
string | null

The name of the product.

SalesSourceID
integer<int32> | null

The identifier for the source of sales data.

MachineInventoryRef
string | null

A reference string for the machine's inventory, typically used for informational purposes.

MachineRef
string | null

A reference string for the machine, typically used for informational purposes.

ProductRef
string | null

A reference string for the product, typically used for informational purposes.