You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

sample-voucher.json 1.5KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364
  1. [
  2. {
  3. "pk": 1,
  4. "model": "offer.range",
  5. "fields": {
  6. "includes_all_products": true,
  7. "excluded_products": [],
  8. "name": "Whole site",
  9. "included_products": []
  10. }
  11. },
  12. {
  13. "pk": 1,
  14. "model": "offer.condition",
  15. "fields": {
  16. "range": 1,
  17. "type": "Count",
  18. "value": "1.00"
  19. }
  20. },
  21. {
  22. "pk": 1,
  23. "model": "offer.benefit",
  24. "fields": {
  25. "range": 1,
  26. "type": "Percentage",
  27. "max_affected_items": null,
  28. "value": "25.00"
  29. }
  30. },
  31. {
  32. "pk": 1,
  33. "model": "offer.conditionaloffer",
  34. "fields": {
  35. "name": "Voucher offer",
  36. "end_date": null,
  37. "priority": 0,
  38. "benefit": 1,
  39. "date_created": "2011-04-14 19:42:25",
  40. "offer_type": "Voucher",
  41. "start_date": null,
  42. "condition": 1,
  43. "description": ""
  44. }
  45. },
  46. {
  47. "pk": 1,
  48. "model": "offer.voucher",
  49. "fields": {
  50. "code": "BOOM",
  51. "name": "Oscar voucher",
  52. "end_date": "2011-04-28",
  53. "num_orders": 0,
  54. "offers": [
  55. 1
  56. ],
  57. "num_basket_additions": 0,
  58. "total_discount": "0.00",
  59. "usage": "Once per customer",
  60. "date_created": "2011-04-14",
  61. "start_date": "2011-04-14"
  62. }
  63. }
  64. ]