- Notifications
You must be signed in to change notification settings - Fork110
Closed
Description
I connect to my WooCommerce webshop through the WooCommerce REST API Python wrapper,
I.e,
from woocommerce import APIwcapi = API( url="https://mywebshop.whatever", consumer_key="ck_xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx", consumer_secret="cs_xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx", wp_api=True, version="wc/v1")API has read/write access.
All worked fine for months up to yesterday.
Problem
Since yesterdaylatest_order = wcapi.get('orders').json() returns aJSONDecodeError: Expecting value. Also,wcapi.get('orders') returns a<Response [403]>.
I don't know what's causing this all of a sudden and I'm not sure how to solve it either.
Metadata
Metadata
Assignees
Labels
No labels