Skip to main content
Product groups categorize your operator’s products into logical clusters such as “Beverages” or “Snacks,” making inventory tracking and restocking easier to manage. In Nayax Core, you can create a product group in the following way:
  1. Go to Administration > Products.
  2. Click Create > Add Product Group.
  3. Fill in the required product group details in the form:
    • Operator: Select which operator is associated with the group.
    • Description: The name of the product group.
  4. Click Save to finish.

Create a product group via API

Use the Create New Product Groups endpoint to create a product group programmatically.
AuthenticationRefer to the Security & Token page of this documentation to learn how to access your tokens and how to properly use them to authenticate your API requests.

Send a POST request with the following body parameters:
After creating your product groups, you’re ready to create products.