Skip to main content
Mapping products to machines (planogram setup) assigns specific products to a machine’s bins or selections, defining its layout for inventory tracking and restocking. You can create product maps in Nayax Core by following the steps below:
  1. Go to Administration > Product Maps.
  2. Click Add New Product Map.
  3. Fill in the required fields for the product map:
    • Operator Name: Specify which operator the map belongs to.
    • Machine Model: Select which machine the map is for.
    • Map Name: The name of the product map.
    • Status: Whether the map is active or not.
  4. Click Save.
Now, you can add products to this map. Follow the steps below to do so:
  1. Select the map from the list.
  2. Click on the Map Items tab.
  3. Add products to the map using one of the following options:
    • Add BIN: Adds one product directly to the list.
    • Add Multiple BINS: Opens a pop-up window to select multiple products at once.

Add a machine product via API

Use the Create Machine Products endpoint to add one or more products to a machine’s product map programmatically.
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.

Send a POST request with the MachineID as a path parameter and an array of product objects in the request body:
Request
You can add more than one product object in the array to add multiple products to the map in a single request.
Path ParamsChange the MachineID with the unique identifier of the machine to map its products.
In the body parameters, fill in the following: After mapping products to your machines, you’re ready to generate pick lists.