Skip to main content
Get Specific Operator Products

Authorizations

Authorization
string
header
required

Enter your Bearer token. It's required to authenticate API requests.

Path Parameters

OperatorID
integer<int64>
required

The unique identifier of the operator whose products are being requested.

Response

200 - application/json

A list of products associated with the specified operator.

NayaxProductID
integer<int64> | null

The unique identifier for the product in the Nayax system.

ProductGroupID
integer<int32> | null

The unique identifier of the product group to which the product belongs.

ActorID
integer<int64> | null

The unique identifier of the actor associated with the product.

ProductManufacturerID
integer<int32> | null

The unique identifier of the product's manufacturer.

ProductName
string | null

The name of the product.

ProductCatalogNumber
string | null

The catalog number assigned to the product.

ProductBarcode
string | null

The barcode associated with the product.

ProductPackageQuantity
integer<int32> | null

The quantity of product units per package.

ProductDescription
string | null

A description of the product.

ProductVolumeTypeID
integer<int32> | null

The volume type identifier associated with the product.

DEXProductName
string | null

The name of the product in the DEX (Data Exchange) format.

ProductCostPrice
number<double> | null

The cost price of the product.

ProductDefaultRetailPrice
number<double> | null

The default retail price of the product.

ProductMinimumPickQTY
integer<int32> | null

The minimum quantity of the product that can be picked.

ProductStatus
integer<int32> | null

The status of the product, typically representing availability.

ProductCashPrice
number<double> | null

The price of the product when paid with cash.

ProductCreditCardPrice
number<double> | null

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

ProductPrepaidCardPrice
number<double> | null

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

ProductExternalPrepaidCardPrice
number<double> | null

The price of the product when paid with an external prepaid card.

ProductMemberTypePriceBit
boolean | null

Indicates if the product has member-type-specific pricing.

ProductPictureURL
string | null

The URL of the product's picture.

CaloriesPer100g
number<double> | null

The number of calories per 100 grams of the product.

CaloriesPerServing
number<double> | null

The number of calories per serving of the product.

EANCode
string | null

The European Article Number (EAN) code associated with the product.

ProductCreatedBy
integer<int64> | null

The identifier of the user who created the product entry.

ProductCreationDate
string<date-time> | null

The date and time when the product was created.

ProductUpdatedBy
integer<int64> | null

The identifier of the user who last updated the product entry.

ProductLastUpdated
string<date-time> | null

The date and time when the product was last updated.

VatId
integer<int32> | null

The VAT (Value Added Tax) identifier associated with the product.

SequenceNumber
integer<int32> | null

The sequence number of the product.

AgeVerificationEnableBit
boolean | null

Indicates whether age verification is required for this product.

DepositTypeID
integer<int32> | null

The type of container for deposit/return schemes. Can be one of the following values: Plastic bottle - 90001, Can - 90002, Reusable Glass bottle - 90003.

DepositFee
number<double> | null

Deposit amount for bottle/can return schemes (max 100.00).

DepositTax
number<double> | null

Tax percentage applied to the deposit amount (0-100).

Refs
object | null

A map of additional references related to the product.