some REST API endpoints return 401

Issue #896 resolved
Valentina R created an issue

Example for the user with read/write privilege:

Reported here.

Comments (4)

  1. Željan Topić

    Cannot reproduce. The error is most likely a result of the lack of correct API configuration. Customer should go through the configuration here: https://woocommerce.com/document/woocommerce-rest-api/. Once the Consumer Key and Consumer Secret password are created, they should add this as username/password to their API platform/client (Basic Auth).

    In the past, API was open to all users with read/write priviliges, but now also requires a working API keys created on their WooCommerce sites.

  2. Valentina R reporter
    • changed status to open

    I have tried this myself. The availabilities endpoint works ok, but the appointments endpoint doesn't. Both have the same product_id attribute and same creds.

  3. Log in to comment