| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546 |
- [
- {
- "pk": 5,
- "model": "catalogue.productclass",
- "fields": {
- "track_stock": true,
- "options": [],
- "requires_shipping": true,
- "name": "Banners",
- "slug": "banners"
- }
- },
- {
- "pk": 2,
- "model": "catalogue.productclass",
- "fields": {
- "track_stock": true,
- "options": [],
- "requires_shipping": true,
- "name": "Books",
- "slug": "books"
- }
- },
- {
- "pk": 4,
- "model": "catalogue.productclass",
- "fields": {
- "track_stock": true,
- "options": [],
- "requires_shipping": true,
- "name": "Clothing",
- "slug": "clothing"
- }
- },
- {
- "pk": 3,
- "model": "catalogue.productclass",
- "fields": {
- "track_stock": false,
- "options": [],
- "requires_shipping": false,
- "name": "Downloads",
- "slug": "downloads"
- }
- }
- ]
|