NCR · Example Payload

Ncr Voyix Commerce Platform Order Example

RestaurantRetailBankingATMPoint of SaleCommerceFortune 500

Ncr Voyix Commerce Platform Order Example is an example object payload from NCR, with 6 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

channelcommentscustomerorderLinesidstatus

Example Payload

Raw ↑
{
  "channel": "Web",
  "comments": "Customer request",
  "customer": "example",
  "orderLines": [
    "example"
  ],
  "id": "500123",
  "status": "ACTIVE"
}