Advertisement
santha

Untitled

Jul 15th, 2019
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.23 KB | None | 0 0
  1. enduro.api.flat.load('/generators/collections/granit').then(collection => {
  2. collection.categories.forEach(category => {
  3. category.products.forEach(product => {
  4. console.log(product);
  5. });
  6. });
  7. });
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement