issues Search Results · repo:woocommerce/wc-api-python language:Python
Filter by
82 results
(80 ms)82 results
inwoocommerce/wc-api-python (press backspace or delete to remove)When I push product with images node which in src link contain media.n. All attached Image ID s are being converted to
unknown format.
Image
images : [
{
src : https://4520456.app.netsuite.com/core/media/media.nl?id=6106485 ...
AnelHodzic
- Opened on Nov 1, 2024
- #106
Hı i have a question this api. Can I owerwrite the existing products? Because I want to make cron job on my sistem which
is every night will be worked
yusufhandogan
- Opened on Oct 14, 2024
- #105
Hi guys, I have a problem to create new product when import csv file, receive this erros e in log to woocommerce.
{ error : woocommerce_rest_product_not_created , code : 400 }
my code
import time
import ...
relderdesigner
- Opened on Sep 7, 2024
- #104
I found that r.Json() doesn t return code that follows json standards. it is returning with single quotes instead of
double quotes.
jarredAwesome
- Opened on Aug 12, 2024
- #103
when i call this /wp-json/wc/v3/products/ product_id /variations to List all product variations it s won t return the
list that is bigger than 10 and just return the first then of the variation of the ...
seyed0123
- 2
- Opened on Aug 12, 2024
- #102
Whenever I make a POST request by passing a dictionary to post, i.e.
api = API(...)
payload = { key : value }
api.post( webhooks/batch , payload)
it fails.
However, if I change the last line to api.post( ...
zkkv
- Opened on Jun 4, 2024
- #100
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
import base64
wcapi = API(
url= ...
dinhopereira
- 3
- Opened on Apr 4, 2024
- #99
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 non-legacy WC API to this package?
mluessi
- Opened on Jan 9, 2024
- #97
Did a basic install of the library:
pip install woocommerce
Tried to follow example:
from woocommerce import API
Python 3.9.5 (default, May 4 2021, 03:36:27)
[Clang 12.0.0 (clang-1200.0.32.29)] on ...
kornpow
- Opened on Dec 18, 2023
- #96
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= ...
wailoonho
- Opened on Dec 16, 2023
- #95

Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Press the /
key to activate the search input again and adjust your query.
Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Press the /
key to activate the search input again and adjust your query.