I’m trying to make some pulls from one of my shops and no matter how hard I try I keep getting:
{
“code”: “woocommerce_rest_cannot_view”,
“message”: “Sorry, you cannot list resources.”,
“data”: {
“status”: 401
}
}
I am using Insomniac for testing at the recommendation of the plugin author that I’m trying to work with and have created a REST API via WooCommerce to test pull customers. I have also tried to make pulls to the Make platform via their plugin and API creation. Every time I get the above which leads me to believe that I’m missing a step.
If I try to visit the endpoint via web browser the same happens.
Can someone learn me what I’m missing, this sounds like something super fun once I can figure it out however I’m stuck on this hump.
Thanks in advance for the help.
[ad_2]