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 269B

12345678910111213
  1. [
  2. {
  3. "pk": 1,
  4. "model": "catalogue.productclass",
  5. "fields": {
  6. "track_stock": true,
  7. "options": [],
  8. "requires_shipping": true,
  9. "name": "Books",
  10. "slug": "books"
  11. }
  12. }
  13. ]