Du kannst nicht mehr als 25 Themen auswählen Themen müssen mit entweder einem Buchstaben oder einer Ziffer beginnen. Sie können Bindestriche („-“) enthalten und bis zu 35 Zeichen lang sein.

multi-stockrecord-product.json 2.5KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113
  1. [
  2. {
  3. "pk": 1,
  4. "model": "catalogue.productclass",
  5. "fields": {
  6. "track_stock": true,
  7. "options": [],
  8. "requires_shipping": true,
  9. "name": "Book",
  10. "slug": "book"
  11. }
  12. },
  13. {
  14. "pk": 1,
  15. "model": "catalogue.category",
  16. "fields": {
  17. "description": null,
  18. "numchild": 2,
  19. "slug": "books",
  20. "depth": 1,
  21. "path": "0001",
  22. "image": "",
  23. "name": "Books"
  24. }
  25. },
  26. {
  27. "pk": 1,
  28. "model": "catalogue.productcategory",
  29. "fields": {
  30. "category": 1,
  31. "product": 1
  32. }
  33. },
  34. {
  35. "pk": 1,
  36. "model": "catalogue.product",
  37. "fields": {
  38. "rating": null,
  39. "description": "",
  40. "parent": null,
  41. "title": "David's book",
  42. "date_updated": "2013-07-18T12:23:50.102Z",
  43. "upc": "",
  44. "is_discountable": true,
  45. "date_created": "2013-07-18T12:23:29.804Z",
  46. "product_options": [],
  47. "slug": "davids-book",
  48. "product_class": 1
  49. }
  50. },
  51. {
  52. "pk": 2,
  53. "model": "catalogue.product",
  54. "fields": {
  55. "rating": null,
  56. "description": "",
  57. "parent": null,
  58. "title": "Other book",
  59. "date_updated": "2013-07-18T14:35:52.484Z",
  60. "upc": "ABC",
  61. "is_discountable": true,
  62. "date_created": "2013-07-18T14:35:52.484Z",
  63. "product_options": [],
  64. "slug": "other-book",
  65. "product_class": 1
  66. }
  67. },
  68. {
  69. "pk": 1,
  70. "model": "partner.partner",
  71. "fields": {
  72. "code": "book-partner",
  73. "name": "Book partner",
  74. "users": []
  75. }
  76. },
  77. {
  78. "pk": 1,
  79. "model": "partner.stockrecord",
  80. "fields": {
  81. "price_currency": "GBP",
  82. "product": 1,
  83. "partner_sku": "a1",
  84. "price_retail": null,
  85. "date_updated": "2013-07-18T12:25:41.107Z",
  86. "num_in_stock": 5,
  87. "num_allocated": null,
  88. "low_stock_threshold": null,
  89. "date_created": "2013-07-18T12:25:41.107Z",
  90. "partner": 1,
  91. "price_excl_tax": "20",
  92. "cost_price": null
  93. }
  94. },
  95. {
  96. "pk": 2,
  97. "model": "partner.stockrecord",
  98. "fields": {
  99. "price_currency": "GBP",
  100. "product": 1,
  101. "partner_sku": "a2",
  102. "price_retail": null,
  103. "date_updated": "2013-07-18T12:25:49.939Z",
  104. "num_in_stock": 15,
  105. "num_allocated": null,
  106. "low_stock_threshold": null,
  107. "date_created": "2013-07-18T12:25:49.939Z",
  108. "partner": 1,
  109. "price_excl_tax": "10",
  110. "cost_price": null
  111. }
  112. }
  113. ]