Good day, i would like to "close" the store via webservice, is that possible? where? i have found only the shop features, but i'm not using the multishop, but if i request the resource "stores"
http://www.storeserv.../B2B/api/stores
returns:
<prestashop xmlns:xlink="http://www.w3.org/1999/xlink">
<stores></stores>
</prestashop>
so, basically, nothing...
i have found the "shops" resource on the webservice, but if i set "active" to 0, all the storefront give a 302 temporary redirect error...
i guess it is becouse i'm not using shops either if i call shops on webservice, it gives me one in response....
strangem, but by the way...i would like to "close" the store via webservice, where is the resource?