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.

product-classes.json 1.1KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546
  1. [
  2. {
  3. "pk": 5,
  4. "model": "catalogue.productclass",
  5. "fields": {
  6. "track_stock": true,
  7. "options": [],
  8. "requires_shipping": true,
  9. "name": "Banners",
  10. "slug": "banners"
  11. }
  12. },
  13. {
  14. "pk": 2,
  15. "model": "catalogue.productclass",
  16. "fields": {
  17. "track_stock": true,
  18. "options": [],
  19. "requires_shipping": true,
  20. "name": "Books",
  21. "slug": "books"
  22. }
  23. },
  24. {
  25. "pk": 4,
  26. "model": "catalogue.productclass",
  27. "fields": {
  28. "track_stock": true,
  29. "options": [],
  30. "requires_shipping": true,
  31. "name": "Clothing",
  32. "slug": "clothing"
  33. }
  34. },
  35. {
  36. "pk": 3,
  37. "model": "catalogue.productclass",
  38. "fields": {
  39. "track_stock": false,
  40. "options": [],
  41. "requires_shipping": false,
  42. "name": "Downloads",
  43. "slug": "downloads"
  44. }
  45. }
  46. ]