{"id":15145641,"url":"https://github.com/gearplug/prestashop-python","last_synced_at":"2026-02-05T08:01:27.747Z","repository":{"id":65924708,"uuid":"601235156","full_name":"GearPlug/prestashop-python","owner":"GearPlug","description":"prestashop-python is an API wrapper for Prestashop, written in Python.","archived":false,"fork":false,"pushed_at":"2023-04-11T14:57:03.000Z","size":17,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-06-20T23:35:25.879Z","etag":null,"topics":["api","customer","ecommerce","library","prestashop","python","requests","shopping-cart","wrapper"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/GearPlug.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2023-02-13T16:39:28.000Z","updated_at":"2023-04-07T19:57:26.000Z","dependencies_parsed_at":"2024-09-21T18:01:41.345Z","dependency_job_id":"cbc90b6b-4a62-4da1-b2d0-a43ff8edac10","html_url":"https://github.com/GearPlug/prestashop-python","commit_stats":{"total_commits":15,"total_committers":1,"mean_commits":15.0,"dds":0.0,"last_synced_commit":"abd829eea16937b861a29d5dfcbe0fbbde70db88"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/GearPlug/prestashop-python","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GearPlug%2Fprestashop-python","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GearPlug%2Fprestashop-python/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GearPlug%2Fprestashop-python/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GearPlug%2Fprestashop-python/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/GearPlug","download_url":"https://codeload.github.com/GearPlug/prestashop-python/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GearPlug%2Fprestashop-python/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":266235436,"owners_count":23897180,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["api","customer","ecommerce","library","prestashop","python","requests","shopping-cart","wrapper"],"created_at":"2024-09-26T11:41:28.623Z","updated_at":"2026-02-05T08:01:27.702Z","avatar_url":"https://github.com/GearPlug.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"\n# prestashop-python\n![](https://img.shields.io/badge/version-0.1.4-success) ![](https://img.shields.io/badge/Python-3.8%20|%203.9%20|%203.10%20|%203.11-4B8BBE?logo=python\u0026logoColor=white)  \n\n*prestashop-python* is an API wrapper for Prestashop, written in Python.\n## Installing\n```\npip install prestashop-python\n```\n## Usage\n```\nclient = Client(webservice_key, domain)\n```\n### Check API features\n```\nresponse = client.check_api_features()\n```\n### List service (customers, orders, carts, countries, states...)\n```\nresponse = client.list_service(service, filter_field=None, filter_operator=None, filter_value=None, is_date_filter=False,\n                                 sort_field=None, sort_order=\"ASC\", limit=100)\n# Some service options are: \"customers\", \"orders\", \"carts\", \"countries\", \"states\", \"addresses\"\n# Filter operation options = \"!\" not equal, \"\" equal, \"\u003e\" greater than,\"\u003c\" less than\n# set is_date_filter to True if you are filtering a date field.\n```\nFor a full list of available services, check: https://devdocs.prestashop-project.org/8/webservice/resources/\n### List inactive carts\n```\nresponse = client.list_inactive_carts(inactive_before, inactive_from=None, sort_field=None, sort_order=\"ASC\", limit=100)\n# Checks all carts without an order and inactive before parameter 'inactive_before'.  \n# If 'inactive_from' is added, it will check inactive carts between inactive_from and inactive_before time.  \n# inactive_before and inactive_from format must be: 2023-02-13 13:31:28 (string).  \n# Sort order only works if sort_field is added. \n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgearplug%2Fprestashop-python","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgearplug%2Fprestashop-python","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgearplug%2Fprestashop-python/lists"}