Customer’s Canvas
Call us at 1-800-661-8190 or send an email at info@aurigma.com
Lists all design elements in the product.
editor.getProduct() // If we have successfully obtained the product. .then(async function(product) { // Get the item list. const items = await product.getAllItems({includeMockup: false}); console.log("The product contains " + items.length + " design elements"); });
Additional parameters.
Allows you to include mockup items in the resulting array. The default value is true.
true
An array of elements from all product pages.