Advertisement
sambacar

Untitled

Oct 21st, 2024
54
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 0.98 KB | None | 0 0
  1. {
  2.    "id":"1000041489-2",
  3.    "order_number":"1000041489-2",
  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.       },
  26.       {
  27.          "position":2,
  28.          "product":{
  29.             "sku":"dostava gls"
  30.          },
  31.          "quantity":1,
  32.          "price":0
  33.       }
  34.    ],
  35.    "payment":{
  36.       "status":"paid",
  37.       "method":"credit_card",
  38.       "transaction_id":"241169",
  39.       "credit_card":{
  40.          "brand":"VISA"
  41.       }
  42.    },
  43.    "discount_amount":23.08
  44. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement