Aloha POS · Example Payload

Ncr Voyix Platform Put Catalog Item Example

POSRestaurantHospitalityNCR

Ncr Voyix Platform Put Catalog Item Example is an example object payload from Aloha POS, with 5 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

versionshortDescriptionstatusmerchandiseCategorydepartmentId

Example Payload

Raw ↑
{
  "version": 1,
  "shortDescription": {
    "values": [
      { "locale": "en-US", "value": "Tuna Burger" }
    ]
  },
  "status": "ACTIVE",
  "merchandiseCategory": "Burgers",
  "departmentId": "FOOD"
}