wc-api-python icon indicating copy to clipboard operation
wc-api-python copied to clipboard

A Python wrapper for the WooCommerce API.

Results 33 wc-api-python issues
Sort by recently updated
recently updated
newest added

I have been trying to use a simple code to post a product on WooCommerce from Python. Im trying this code: ``` import sys import googlemaps from woocommerce import API...

Hi Woocommerce team, I use your api for updating prices and stock on a website , but when multiple requests are made in row there is a spike in ram...

As far as I can tell, this package currently uses the Legacy REST API, will be removed in WooCommerce 9.0. Is there a plan to to add support for the...

Did a basic install of the library: ```bash pip install woocommerce ``` Tried to follow example: ```python3 from woocommerce import API Python 3.9.5 (default, May 4 2021, 03:36:27) [Clang 12.0.0...

Hi I'm trying to get product and sales data from woocommerce using python here is my code `import json from woocommerce import API wcapi = API( url="https://abc", consumer_key="ck_abc", consumer_secret="cs_abc", version="wc/v3",...

added docstring for `API` class

 I am using the Woocommerce API to create products for my website.  How should I send the colour hex code to the attribute term and turn on “Enable swatch”. I...

I am attempting to batch update prices for products, this is just a small example to test updating using the batch method: When I swap the POST for PUT I...

before timeout set to 5sec its very low some times if network is not good getting this error : ``` raise ReadTimeout(e, request=request) requests.exceptions.ReadTimeout: HTTPSConnectionPool(host='......', port=....): Read timed out. (read...

If there is nobody to maintain this repo than I can take that responsibility and handle it well. Please let me know if you are interested. Hpoing for the positive...