Advertisement
Guest User

Untitled

a guest
Feb 8th, 2016
49
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.56 KB | None | 0 0
  1. {
  2. "name": "TEST",
  3. "description": "TEST",
  4. "created_by": 3,
  5. "brand": 2,
  6. "categories": [
  7. {
  8. "id": 1,
  9. "primary": true
  10. },
  11. {
  12. "id": 2,
  13. "primary": false
  14. }
  15. ],
  16. "original_price":2000,
  17. "variation_sort" : [
  18. [
  19. "color",
  20. ["green","red"]
  21. ],
  22. [
  23. "size",
  24. ["14","15"]
  25. ]
  26. ],
  27. "feature_list" : [
  28. "Amazing material",
  29. "Guaranteed to get you laid",
  30. "Gives you 100k daily"
  31. ]
  32. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement