Use to connect Magento 2.
Project description
AWS-Mage2Connector
=====================
Synopsis
The python extension is used to connect the Magento 2 with MySQL connection and RESTful API to perform all of the data related functions.
Configuration
import logging, sys
logging.basicConfig(
level=logging.INFO
handlers=[
logging.StreamHandler(sys.stdout)
]
)
logger = logging.getLogger()
from aws_mage2connector import Mage2Connector
setting = {
"MAGE2DBSERVER": "127.0.0.1",
"MAGE2DBUSERNAME": "admin",
"MAGE2DBPASSWORD": "12345abc",
"MAGE2DB": "mage23ee",
"MAGE2DBPORT": 10022,
"VERSION": "EE"
}
mage2Connector = Mage2Connector(setting=setting, logger=logger)
MAGE2DBSERVER
Magento 2 MySQL DB Server full DNS name or IP address.
MAGE2DBUSERNAME
Magento 2 MySQL username.
MAGE2DBPASSWORD
Magento 2 MySQL password.
MAGE2DB
Magento 2 MySQL database name.
MAGE2DBPORT
Magento 2 MySQL database port.
VERSION
Magento 2 EE/CE
Sync Products
sku='abc-111'
attributeSet='Default'
data={
'status': '1',
'visibility': '4',
'tax_class_id': '2',
'short_description': 'XXXXXXXXXX',
'color': 'White',
'weight': '1',
'name': 'XXXXXXXXXX',
'description': 'XXXXXXXXXX',
'price': '5.0'
}
typeId='simple'
storeId='0'
mage2Connector.syncProduct(sku, attributeSet, data, typeId, storeId)
Related Articles
Feel free to create a GitHub issue or send us an email for support regarding this application.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
AWS-Mage2Connector-0.0.2.tar.gz
(13.2 kB
view details)
Built Distribution
File details
Details for the file AWS-Mage2Connector-0.0.2.tar.gz
.
File metadata
- Download URL: AWS-Mage2Connector-0.0.2.tar.gz
- Upload date:
- Size: 13.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.20.1 setuptools/42.0.2 requests-toolbelt/0.9.1 tqdm/4.40.1 CPython/3.7.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | f0f76605b1401dc5134e601374ad4f99faeb3fa5b2dd8607bb5a923ab5743247 |
|
MD5 | 72a1ddd57d52ee8af9375b77a739489b |
|
BLAKE2b-256 | 0d3a381f6778be91acb9c1c945945fd75c4208fe8f8bdc32cb2cc4fc34332497 |
File details
Details for the file AWS_Mage2Connector-0.0.2-py3-none-any.whl
.
File metadata
- Download URL: AWS_Mage2Connector-0.0.2-py3-none-any.whl
- Upload date:
- Size: 14.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.20.1 setuptools/42.0.2 requests-toolbelt/0.9.1 tqdm/4.40.1 CPython/3.7.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 87e4080ffd9cb708572ac3a41af06a88d5e68ca8632eca6966c59a6778aea283 |
|
MD5 | 1dded0e438c30eec287b2e1831786bee |
|
BLAKE2b-256 | 720da091a51fd55330f335a83733a75e870bae0a9f4cd5b7ee609edc01dbaed2 |