Advertisement
sambacar

Untitled

Oct 28th, 2024
60
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 1.06 KB | None | 0 0
  1. {
  2.    "id":"1000041489-3",
  3.    "order_number":"1000041489-3",
  4.    "order_date":"2024-10-14T12:48:38",
  5.    "status":"open",
  6.    "customer":{
  7.       "contact_name":"Petar Sambolek",
  8.       "first_name":"Petar",
  9.       "last_name":"Sambolek",
  10.       "street":"Ulica Svete Ane 57",
  11.       "postcode":"31000",
  12.       "city":"Osijek",
  13.       "phone":"0923051110",
  14.       "e_mail":"sambolek.petar+korisnik@gmail.com"
  15.    },
  16.    "items":[
  17.       {
  18.          "position":1,
  19.          "product":{
  20.             "ean_code":"5019487084620",
  21.             "name":"Rio 60 Second Face Lift"
  22.          },
  23.          "quantity":1,
  24.          "price":115.4,
  25.          "discount":20,
  26.          "discount_amount":23.08
  27.       },
  28.       {
  29.          "position":2,
  30.          "product":{
  31.             "sku":"dostava gls"
  32.          },
  33.          "quantity":1,
  34.          "price":0
  35.       }
  36.    ],
  37.    "payment":{
  38.       "status":"paid",
  39.       "method":"credit_card",
  40.       "transaction_id":"241169",
  41.       "credit_card":{
  42.          "brand":"VISA"
  43.       }
  44.    },
  45.    "discount":20,
  46.    "discount_amount":23.08
  47. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement