NCR · Example Payload

Ncr Voyix Commerce Platform Cart Example

RestaurantRetailBankingATMPoint of SaleCommerceFortune 500

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

Top-level fields

cartIdstatusitemstotals

Example Payload

Raw ↑
{
  "cartId": "cart-a1b2c3d4",
  "status": "ACTIVE",
  "items": [
    "example"
  ],
  "totals": {
    "total": 9.99,
    "currency": "USD"
  }
}