Fungsi Shopify NodeJS

shopify.order.list({ limit: 5 })
  .then(orders => console.log(orders))
  .catch(err => console.error(err));
Fullstack Demon