Another user let me know that they found an error that you can check:
The error results from the fact that before returning the correct results, the store’s API appends the following html code at the beginning:
<link rel=”stylesheet” id=”wd-section-title-css” href=”domain.com/wp-content/themes/woodmart/css/parts/el-section-title.min.css?ver=6.0.2″ type=”text/css” media=”all” /> <link rel=”stylesheet” id=”wd-info-box-css” href=”domain.com/wp-content/themes/woodmart/css/parts/el-info-box.min.css?ver=6.0.2″ type=”text/css” media=”all” /> <link rel=”stylesheet” id=”wd-image-hotspot-css” href=”domain.com/wp-content/themes/woodmart/css/parts/el-hotspot.min.css?ver=6.0.2″ type=”text/css” media=”all” /> <link rel=”stylesheet” id=”wd-photoswipe-css” href=”domain.com/wp-content/themes/woodmart/css/parts/lib-photoswipe.min.css?ver=6.0.2″ type=”text/css” media=”all” />
This makes it impossible to decode data from JSON format.