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

offers.json 3.5KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129
  1. [
  2. {
  3. "pk": 1,
  4. "model": "offer.conditionaloffer",
  5. "fields": {
  6. "status": "Open",
  7. "max_global_applications": null,
  8. "start_datetime": "2013-02-21T00:00:00Z",
  9. "max_user_applications": null,
  10. "num_applications": 0,
  11. "description": "This is a normal site offer.<br>",
  12. "num_orders": 0,
  13. "total_discount": "0.00",
  14. "redirect_url": "",
  15. "priority": 0,
  16. "benefit": 1,
  17. "end_datetime": null,
  18. "max_discount": null,
  19. "max_basket_applications": null,
  20. "date_created": "2013-02-21T15:50:56.701Z",
  21. "offer_type": "Site",
  22. "slug": "dave",
  23. "condition": 1,
  24. "name": "Normal site offer"
  25. }
  26. },
  27. {
  28. "pk": 3,
  29. "model": "offer.conditionaloffer",
  30. "fields": {
  31. "status": "Open",
  32. "max_global_applications": null,
  33. "start_datetime": "2013-03-12T00:00:00Z",
  34. "max_user_applications": null,
  35. "num_applications": 0,
  36. "description": "This gives a shipping discount<br>",
  37. "num_orders": 0,
  38. "total_discount": "0.00",
  39. "redirect_url": "",
  40. "priority": 0,
  41. "benefit": 3,
  42. "end_datetime": null,
  43. "max_discount": null,
  44. "max_basket_applications": null,
  45. "date_created": "2013-03-12T15:43:43.839Z",
  46. "offer_type": "Site",
  47. "slug": "shipping-offer",
  48. "condition": 3,
  49. "name": "Shipping offer"
  50. }
  51. },
  52. {
  53. "pk": 1,
  54. "model": "offer.condition",
  55. "fields": {
  56. "range": 1,
  57. "type": "Count",
  58. "proxy_class": null,
  59. "value": "3.00"
  60. }
  61. },
  62. {
  63. "pk": 2,
  64. "model": "offer.condition",
  65. "fields": {
  66. "range": 1,
  67. "type": "Count",
  68. "proxy_class": null,
  69. "value": "1.00"
  70. }
  71. },
  72. {
  73. "pk": 3,
  74. "model": "offer.condition",
  75. "fields": {
  76. "range": 1,
  77. "type": "Count",
  78. "proxy_class": null,
  79. "value": "1.00"
  80. }
  81. },
  82. {
  83. "pk": 1,
  84. "model": "offer.benefit",
  85. "fields": {
  86. "range": 1,
  87. "proxy_class": null,
  88. "type": "Multibuy",
  89. "max_affected_items": null,
  90. "value": null
  91. }
  92. },
  93. {
  94. "pk": 2,
  95. "model": "offer.benefit",
  96. "fields": {
  97. "range": null,
  98. "proxy_class": "apps.offers.ChangesOwnerName",
  99. "type": "",
  100. "max_affected_items": null,
  101. "value": null
  102. }
  103. },
  104. {
  105. "pk": 3,
  106. "model": "offer.benefit",
  107. "fields": {
  108. "range": null,
  109. "proxy_class": null,
  110. "type": "Shipping fixed price",
  111. "max_affected_items": null,
  112. "value": "1.99"
  113. }
  114. },
  115. {
  116. "pk": 1,
  117. "model": "offer.range",
  118. "fields": {
  119. "included_categories": [],
  120. "name": "Site",
  121. "included_products": [],
  122. "proxy_class": null,
  123. "excluded_products": [],
  124. "classes": [],
  125. "date_created": "2013-02-21T15:26:09.651Z",
  126. "includes_all_products": true
  127. }
  128. }
  129. ]