Product
All product methods respond with a promise.
Fetch product information.
api.fetchProduct("productdot").then((product) => {
console.log(product.name); // productdot
});
Last updated
Was this helpful?
All product methods respond with a promise.
Fetch product information.
api.fetchProduct("productdot").then((product) => {
console.log(product.name); // productdot
});
Last updated
Was this helpful?