Skip to main content
Get Pick List

Authorizations

Authorization
string
header
required

Enter your Bearer token. 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
read-only

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

MachineRef
string | null
read-only

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

ProductRef
string | null
read-only

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