Guest User

Untitled

a guest
Dec 17th, 2018
59
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.48 KB | None | 0 0
  1. {
  2. "products" :
  3. [
  4. {
  5. "productid": "Product1",
  6. "listprice": "10.99",
  7. "description": "Product 1 is the best!!!",
  8. "variants" :
  9. [
  10. {
  11. "variantid": "Product1-Variant1",
  12. "listprice": "11.99"
  13. },
  14. {
  15. "variantid": "Product1-Variant2",
  16. "listprice": "12.99"
  17. },
  18. {
  19. "variantid": "Product1-Variant3",
  20. "listprice": "13.99"
  21. }
  22. ]
  23. }
  24. ]
  25. }
Add Comment
Please, Sign In to add comment