Hi,
i’m updating my products with code, all works great except visible option
wixStoresBackend.updateProductFields(productId, {
"name": addProductName,
"description": productDiscription,
"price": Number(productPrice),
"manageVariants": false,
"productType": "physical",
"weight": weight,
"sku": String(sku),
"visible": visible
})
i’m also printing to console the visible parameter and is getting false or true
all other options work fine
i think is a bug
can someone from wix can fix it please
Thanks