Advertisement
Guest User

Untitled

a guest
Feb 5th, 2016
59
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.81 KB | None | 0 0
  1. {
  2.  
  3. "name" : "PRODUCT TOP LEVEL NAME",
  4. "description" : "MORE TOP LEVEL ATTRIBUTES",
  5. "primary_variations" : [
  6. {
  7. "sort_id" : 0,
  8. "data" : {
  9. "color" : red"
  10. },
  11. "media" : {
  12. "images" : [],
  13. "videos" : []
  14. },
  15. "secondary_variations" : [
  16. {
  17. "sort_id" : 0,
  18. "data" : {
  19. "size" : 14
  20. },
  21. "inventory" : [
  22. {
  23. "created_by" : 14,
  24. "price" : 400,
  25. "quantity" : 40
  26. }
  27. ]
  28. }
  29. ]
  30. }
  31. ]
  32. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement