Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.

orders.json 3.2KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109
  1. [
  2. {
  3. "fields": {
  4. "status": "Pending",
  5. "billing_address": null,
  6. "shipping_method": "Free shipping",
  7. "total_incl_tax": "7.99",
  8. "date_placed": "2014-10-10T13:07:36.499Z",
  9. "number": "100099",
  10. "guest_email": "",
  11. "site": 1,
  12. "currency": "GBP",
  13. "total_excl_tax": "7.99",
  14. "shipping_excl_tax": "0.00",
  15. "user": 1,
  16. "shipping_address": 1,
  17. "basket": null,
  18. "shipping_code": "free-shipping",
  19. "shipping_incl_tax": "0.00"
  20. },
  21. "model": "order.order",
  22. "pk": 1
  23. },
  24. {
  25. "fields": {
  26. "phone_number": "",
  27. "first_name": "Emery",
  28. "last_name": "Martin",
  29. "search_text": "Emery Martin Iusto ut rem doloribus irure non architecto tempor rerum ex et ut Earum id magnam et libero voluptas sed et et Voluptas illum alias facilis recusandae Laudantium Velit non aut repellendus Sint ut incididunt eiusmod aliqua Et Excepteur eos distinctio Ut eu EN1 9EL United Kingdom of Great Britain and Northern Ireland",
  30. "title": "Ms",
  31. "country": "GB",
  32. "notes": "Velit enim eos, asperiores architecto nesciunt, non ad dolor ullam esse, in et eum qui in recusandae.",
  33. "line4": "Velit non aut repellendus Sint ut incididunt eiusmod aliqua Et",
  34. "line3": "Voluptas illum alias facilis recusandae Laudantium",
  35. "line2": "Earum id magnam et libero voluptas sed et et",
  36. "line1": "Iusto ut rem doloribus irure non architecto tempor rerum ex et ut",
  37. "state": "Excepteur eos distinctio Ut eu",
  38. "postcode": "EN1 9EL"
  39. },
  40. "model": "order.shippingaddress",
  41. "pk": 1
  42. },
  43. {
  44. "fields": {
  45. "unit_price_excl_tax": "7.99",
  46. "status": "Pending",
  47. "stockrecord": 6,
  48. "partner_sku": "9780553380958",
  49. "line_price_excl_tax": "7.99",
  50. "partner_line_reference": "",
  51. "partner_name": "Book partner",
  52. "line_price_incl_tax": "7.99",
  53. "title": "Snow Crash",
  54. "product": 12,
  55. "line_price_before_discounts_excl_tax": "7.99",
  56. "upc": "9780553380958",
  57. "line_price_before_discounts_incl_tax": "7.99",
  58. "partner_line_notes": "",
  59. "unit_price_incl_tax": "7.99",
  60. "partner": 3,
  61. "order": 1,
  62. "quantity": 1
  63. },
  64. "model": "order.line",
  65. "pk": 1
  66. },
  67. {
  68. "fields": {
  69. "price_incl_tax": "7.99",
  70. "shipping_incl_tax": "0.00",
  71. "shipping_excl_tax": "0.00",
  72. "line": 1,
  73. "price_excl_tax": "7.99",
  74. "order": 1,
  75. "quantity": 1
  76. },
  77. "model": "order.lineprice",
  78. "pk": 1
  79. },
  80. {
  81. "fields": {
  82. "category": "Deferred",
  83. "voucher_code": "",
  84. "offer_id": 2,
  85. "message": "Your name has been changed to Barry!",
  86. "amount": "0.00",
  87. "frequency": 1,
  88. "voucher_id": null,
  89. "offer_name": "Deferred benefit offer",
  90. "order": 1
  91. },
  92. "model": "order.orderdiscount",
  93. "pk": 1
  94. },
  95. {
  96. "fields": {
  97. "user": 1,
  98. "num_product_views": 1,
  99. "num_basket_additions": 1,
  100. "num_orders": 1,
  101. "num_order_lines": 1,
  102. "num_order_items": 1,
  103. "total_spent": 7.99,
  104. "date_last_order": "2014-10-10T13:07:36.499Z"
  105. },
  106. "model": "analytics.userrecord",
  107. "pk": 1
  108. }
  109. ]