NCR · Example Payload

Ncr Voyix Commerce Platform Item Price Example

RestaurantRetailBankingATMPoint of SaleCommerceFortune 500

Ncr Voyix Commerce Platform Item Price 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

versionpricecurrencyeffectiveDatestatuspriceId

Example Payload

Raw ↑
{
  "version": 1,
  "price": 9.99,
  "currency": "USD",
  "effectiveDate": "2026-06-02T14:30:00Z",
  "status": "ACTIVE",
  "priceId": {
    "itemCode": "BURGER-001",
    "priceCode": "BASE"
  }
}