Advertisement
Guest User

Nexi1.3

a guest
Apr 18th, 2019
669
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 1.21 KB | None | 0 0
  1. {
  2.     "createdAt": "2018-06-22T19:45:41Z",
  3.     "updatedAt": "2018-06-22T19:45:41Z",
  4.     "context": {
  5.         "employeeUserId": 0,
  6.         "storeDeviceId": "{appId}",
  7.         "transactionInstruction": "EXTERNALLY_PROCESSED",
  8.         "source": "WEB",
  9.         "businessId": "{businessId}",
  10.         "storeId": "{storeId}"
  11.     },
  12.     "items": [
  13.         {
  14.             "createdAt": "2018-06-22T19:45:41Z",
  15.             "updatedAt": "2018-06-22T19:45:41Z",
  16.             "quantity": 2,
  17.             "fulfillmentInstruction": "PICKUP_INSTORE",
  18.             "id": 1,
  19.             "unitPrice": 195,
  20.             "discount": 0,
  21.             "fee": 0,
  22.             "tax": 32,
  23.             "status": "FULFILLED",
  24.             "name": "Croissant",
  25.             "clientNotes": "to be picked from store# 121",
  26.             "unitOfMeasure": "EACH"
  27.         }
  28.     ],
  29.     "customerUserId": 45494460,
  30.     "amounts": {
  31.         "subTotal": 390,
  32.         "discountTotal": 0,
  33.         "taxTotal": 32,
  34.         "netTotal": 422,
  35.         "currency": "USD"
  36.     },
  37.     "statuses": {
  38.         "fulfillmentStatus": "FULFILLED",
  39.         "status": "OPENED",
  40.         "transactionStatusSummary": "EXTERNALLY_PROCESSED"
  41.     },
  42.     "id": "xxxxxxx"
  43. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement