Advertisement
Guest User

Untitled

a guest
Apr 28th, 2016
87
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.16 KB | None | 0 0
  1. {
  2. "order":{
  3. "id":623,
  4. "order_number":623,
  5. "order_key":"wc_order_57224dc67c4ec",
  6. "created_at":"2016-04-28T17:52:06Z",
  7. "updated_at":"2016-04-28T17:52:06Z",
  8. "completed_at":"2016-04-28T17:52:06Z",
  9. "status":"on-hold",
  10. "currency":"USD",
  11. "total":"23.00",
  12. "subtotal":"23.00",
  13. "total_line_items_quantity":1,
  14. "total_tax":"0.00",
  15. "total_shipping":"0.00",
  16. "cart_tax":"0.00",
  17. "shipping_tax":"0.00",
  18. "total_discount":"0.00",
  19. "shipping_methods":"",
  20. "payment_details":{
  21. "method_id":"bacs",
  22. "method_title":"u4ebau6c11u5e01u4ed8u6b3euff08u5faeu4fe1/u652fu4ed8u5b9duff09",
  23. "paid":false
  24. },
  25. "billing_address":{
  26. "first_name":"test",
  27. "last_name":"test",
  28. "company":"",
  29. "address_1":"",
  30. "address_2":"",
  31. "city":"",
  32. "state":"",
  33. "postcode":"",
  34. "country":"US",
  35. "email":"test@163.com",
  36. "phone":""
  37. },
  38. "shipping_address":{
  39. "first_name":"test",
  40. "last_name":"test",
  41. "company":"",
  42. "address_1":"",
  43. "address_2":"",
  44. "city":"",
  45. "state":"",
  46. "postcode":"",
  47. "country":"US"
  48. },
  49. "note":"",
  50. "customer_ip":"192.200.194.126",
  51. "customer_user_agent":"Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.87 Safari/537.36",
  52. "customer_id":0,
  53. "view_order_url":"http://www.domain.com/my-account/view-order/623",
  54. "line_items":[
  55. {
  56. "id":151,
  57. "subtotal":"23.00",
  58. "subtotal_tax":"0.00",
  59. "total":"23.00",
  60. "total_tax":"0.00",
  61. "price":"23.00",
  62. "quantity":1,
  63. "tax_class":null,
  64. "name":"u5251u7075u7f8eu670du91d1u5e01100G",
  65. "product_id":26,
  66. "sku":"bnsus100g",
  67. "meta":[
  68.  
  69. ]
  70. }
  71. ],
  72. "shipping_lines":[
  73.  
  74. ],
  75. "tax_lines":[
  76.  
  77. ],
  78. "fee_lines":[
  79.  
  80. ],
  81. "coupon_lines":[
  82.  
  83. ],
  84. "customer":{
  85. "id":0,
  86. "email":"test@163.com",
  87. "first_name":"test",
  88. "last_name":"test",
  89. "billing_address":{
  90. "first_name":"test",
  91. "last_name":"test",
  92. "company":"",
  93. "address_1":"",
  94. "address_2":"",
  95. "city":"",
  96. "state":"",
  97. "postcode":"",
  98. "country":"US",
  99. "email":"test@163.com",
  100. "phone":""
  101. },
  102. "shipping_address":{
  103. "first_name":"test",
  104. "last_name":"test",
  105. "company":"",
  106. "address_1":"",
  107. "address_2":"",
  108. "city":"",
  109. "state":"",
  110. "postcode":"",
  111. "country":"US"
  112. }
  113. }
  114. }
  115. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement