ArtD Shopify
============
ArtD Shopify is a package that connects with a store developed in Shopify and extracts products, their variants, prices, stock and images and other data.
---------------------------------------------------------------------------------------------------------------------------------------------------------
1. Add to your INSTALLED_APPS setting like this:
.. code-block:: python
INSTALLED_APPS = [
...
'django-json-widget'
'artd_location',
'artd_partner',
'artd_product',
'artd_product_price',
'artd_stock',
'artd_shopify',
]
2. Run the migration commands:
.. code-block::
python manage.py makemigrations
python manage.py migrate
3. Run the seeder data:
.. code-block::
python manage.py create_countries
python manage.py create_colombian_regions
python manage.py create_colombian_cities
python manage.py create_taxes
4. After you've installed the migrations and set up login details, you can import the information from Shopify
.. code-block::
python manage.py import_shopify_product <<partner_slug>>
Raw data
{
"_id": null,
"home_page": "https://www.artd.com.co/",
"name": "artd-shopify",
"maintainer": null,
"docs_url": null,
"requires_python": null,
"maintainer_email": null,
"keywords": null,
"author": "Jonathan Urzola",
"author_email": "jonathan@artd.com.co",
"download_url": "https://files.pythonhosted.org/packages/10/c6/4ae244c89c922d27e10bb6e942683e5e49ffa88e0525e6405dd2783466ee/artd_shopify-1.1.7.tar.gz",
"platform": null,
"description": "ArtD Shopify\n============\nArtD Shopify is a package that connects with a store developed in Shopify and extracts products, their variants, prices, stock and images and other data.\n---------------------------------------------------------------------------------------------------------------------------------------------------------\n1. Add to your INSTALLED_APPS setting like this:\n\n.. code-block:: python\n\n INSTALLED_APPS = [\n ...\n 'django-json-widget'\n 'artd_location',\n 'artd_partner',\n 'artd_product',\n 'artd_product_price',\n 'artd_stock',\n 'artd_shopify',\n ]\n2. Run the migration commands:\n \n.. code-block::\n \n python manage.py makemigrations\n python manage.py migrate\n\n\n3. Run the seeder data:\n \n.. code-block::\n\n python manage.py create_countries\n python manage.py create_colombian_regions\n python manage.py create_colombian_cities\n python manage.py create_taxes\n\n4. After you've installed the migrations and set up login details, you can import the information from Shopify\n \n.. code-block::\n \n python manage.py import_shopify_product <<partner_slug>>\n",
"bugtrack_url": null,
"license": "BSD-3-Clause",
"summary": "ArtD Shopify.",
"version": "1.1.7",
"project_urls": {
"Homepage": "https://www.artd.com.co/"
},
"split_keywords": [],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "f3415e3dc9305adfc1ac0bb6f19c10cf2176a17f7ecb940e15d84d94cad19be9",
"md5": "64537412ca96ebbe2b887423d8ef6757",
"sha256": "a08025fa0dae5c9ce0686854365964e76b3989cb9f5c99f024c9b198f955196a"
},
"downloads": -1,
"filename": "artd_shopify-1.1.7-py3-none-any.whl",
"has_sig": false,
"md5_digest": "64537412ca96ebbe2b887423d8ef6757",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": null,
"size": 33281,
"upload_time": "2024-06-23T22:56:53",
"upload_time_iso_8601": "2024-06-23T22:56:53.044236Z",
"url": "https://files.pythonhosted.org/packages/f3/41/5e3dc9305adfc1ac0bb6f19c10cf2176a17f7ecb940e15d84d94cad19be9/artd_shopify-1.1.7-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "10c64ae244c89c922d27e10bb6e942683e5e49ffa88e0525e6405dd2783466ee",
"md5": "cb999d698642c582e99b7fc2d5851f3e",
"sha256": "17ede8dc8e9c31c9c1cb043fbd0605606b5f57c94910861ca334c1abee4a3f45"
},
"downloads": -1,
"filename": "artd_shopify-1.1.7.tar.gz",
"has_sig": false,
"md5_digest": "cb999d698642c582e99b7fc2d5851f3e",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 22874,
"upload_time": "2024-06-23T22:56:54",
"upload_time_iso_8601": "2024-06-23T22:56:54.942533Z",
"url": "https://files.pythonhosted.org/packages/10/c6/4ae244c89c922d27e10bb6e942683e5e49ffa88e0525e6405dd2783466ee/artd_shopify-1.1.7.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2024-06-23 22:56:54",
"github": false,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"lcname": "artd-shopify"
}