Skip to content

Instantly share code, notes, and snippets.

@AJSturrock
Created July 6, 2018 19:26
Show Gist options
  • Select an option

  • Save AJSturrock/c7a8afde0c29ea5e9c4f8bca68e59375 to your computer and use it in GitHub Desktop.

Select an option

Save AJSturrock/c7a8afde0c29ea5e9c4f8bca68e59375 to your computer and use it in GitHub Desktop.
Moltin products with main_image
<script src="https://unpkg.com/@moltin/sdk@3.6.0"></script>
<pre id="result"></pre>
const Moltin = moltin.gateway({
client_id: 'j6hSilXRQfxKohTndUuVrErLcSJWP15P347L6Im0M4'
})
Moltin.Products.With('main_image').All().then(products => {
document.querySelector("#result").innerHTML = JSON.stringify(products, '\t', 2)
})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment