Conversation
supportHi I got all customers’ details with the user_id using a Python script, I tried to get the wishlist using the following code, but got an error. url = f”{SHOP_URL}/wp-json/yith-wcwl/v1/get_wishlist?user_id={USER_ID}” response = requests.get(url, auth=HTTPBasicAuth(CONSUMER_KEY, CONSUMER_SECRET)) Status: 401 Error: {“code”:”invalid_username”,”message”:”Fout:<\/strong> onbekende gebruikersnaam. Controleer opnieuw of probeer je e-mailadres.”,”data”:{“status”:401}} Please help me get customer’s wishlist. Best Regards, Nihar.
Hi there, I hope you’re well. In this case, I suggest you open a new topic in the correct forum for the wishlist plugin, since the plugins are managed by different teams. https://wordpress.org/support/plugin/yith-woocommerce-wishlist/ We’ll remain at your disposal.
Hi there, I hope you’re well. In this case, I suggest you open a new topic in the correct forum for the wishlist plugin, since the plugins are managed by different teams. https://wordpress.org/support/plugin/yith-woocommerce-wishlist/ We’ll remain at your disposal.