Open JasonCrowe opened 7 years ago
The following information is returned by Bottlenose. How can I access it? `
`
<Length Units="hundredths-inches"> 1701 </Length> <Weight Units="hundredths-pounds"> 1280 </Weight> <Width Units="hundredths-inches"> 1449 </Width> </PackageDimensions>`
Hi @JasonCrowe You can use _safe_get_element() function
_safe_get_element()
print("Height:" + str(product._safe_get_element("ItemAttributes.ItemDimensions.Height")))
Will print
Height:400
The following information is returned by Bottlenose. How can I access it? `
`
`