python-magento icon indicating copy to clipboard operation
python-magento copied to clipboard

Python API to access magento API

Results 12 python-magento issues
Sort by recently updated
recently updated
newest added

## Description of the change > Switched suds-jurko to suds-community ## Type of change - [ X] Bug fix (non-breaking change that fixes an issue) - [ ] New feature...

## Expected Behavior I'm getting the error when I try to install -> pip install magento==2.1 from -> https://pypi.org/project/magento/2.1/#history ![image](https://user-images.githubusercontent.com/109877266/180622928-92e448e8-9583-4036-bc7f-ded94f3248f1.png) How to solve this problem? Thanks ## Specifications - Version:...

Can there be a flag in cart.order to specify whether or not email should be sent to customer?

## Expected Behavior pip install --no-cache-dir magento installs magento plugin and dependencies correctly ## Actual Behavior `pip install --no-cache-dir magento Collecting magento Downloading magento-3.1.tar.gz (15 kB) Collecting suds-jurko>=0.6 Downloading suds-jurko-0.6.zip...

- Version: 1.9.2.4 - Platform: ubuntu 18 was trying to set cart shipping method but it is giving this error ``` >>>client.cart_shipping.method(cart_id, {"method":"purchaseorder"}) Traceback (most recent call last): File "",...

## Specifications - Version: 1.9.2.4 - Platform: ubuntu 18 I was trying to create an order so first i created a cart and then added product data then address the...

## Expected Behavior client.order.search() -> should give the function takes5 arguments but one provided ## Actual Behavior client.order.search() -> says invalid api path ## Steps to Reproduce the Problem 1....

## Specifications - Version: 1.9 - Platform: Linux - Subsystem: Linux Lite Hello, good morning! I can currently use the API normally. But I didn't understand how this function works....

``` client = magento.API(url, apiuser, apipass) client.connect() print(client.client) ``` Can someone help me?thk

Running the demo on the README with the latest Pypi release causes an error: ``` $ python test.py Traceback (most recent call last): File "test.py", line 12, in products =...