{"id":23843405,"url":"https://github.com/jordyvanraalte/picqer-client-python","last_synced_at":"2026-02-26T00:45:00.518Z","repository":{"id":57452559,"uuid":"323175942","full_name":"jordyvanraalte/picqer-client-python","owner":"jordyvanraalte","description":"Picqer REST client made in python","archived":false,"fork":false,"pushed_at":"2021-01-04T18:57:27.000Z","size":29,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-28T05:48:10.663Z","etag":null,"topics":["api","picqer","python","rest-api","restclient"],"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/jordyvanraalte.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2020-12-20T22:20:09.000Z","updated_at":"2022-11-15T10:51:59.000Z","dependencies_parsed_at":"2022-09-05T17:50:37.457Z","dependency_job_id":null,"html_url":"https://github.com/jordyvanraalte/picqer-client-python","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jordyvanraalte%2Fpicqer-client-python","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jordyvanraalte%2Fpicqer-client-python/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jordyvanraalte%2Fpicqer-client-python/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jordyvanraalte%2Fpicqer-client-python/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jordyvanraalte","download_url":"https://codeload.github.com/jordyvanraalte/picqer-client-python/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254259440,"owners_count":22040821,"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","picqer","python","rest-api","restclient"],"created_at":"2025-01-02T19:28:31.846Z","updated_at":"2026-02-26T00:45:00.474Z","avatar_url":"https://github.com/jordyvanraalte.png","language":"Python","readme":"Picqer client python by Jordy van Raalte\n==========\n\nThis project is a python package to use the Picqer API for python applications. Compatible with Python \u003e= 3.6\n\nThe documentation of Picqer can be found on [picqer.com/en/api](https://picqer.com/en/api)\n\n## Installation\n```\npip install picqer-client-python\n```\n\n## Examples\n\nInstalling the package:\n\n```python\nfrom picqer_client_python.picqer_client import Client\n```\n\nCreating a Picqer client:\n```python\nclient = Client(\"--API-KEY--\", \"https://example.picqer.com/api/v1/\")\n```\nGetting the first 100 orders:\n```python\n# gets the first 100 orders. Use offset to get more orders\nclient.orders.get_all()\n```\n\nCreate a new product\n```python\n# create new product\nproduct_object = {\n    \"productcode\": \"883629-22\",\n    \"name\": \"Hyperkewl Evaporative Cooling Vest Ultra Blue 7-9yr\",\n    \"price\": 54.46\n}\n\n# make sure to dump the json.\nresponse = client.products.post(json.dumps(product_object))\nprint(response.status_code) # 201\n```\n\nProcess backorders:\n```python\n# processes backorders\nclient.backorders.process()\n```\n\n\n## Bug reporting\nIf you find any bugs in the application please open up an issue in this repository.\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjordyvanraalte%2Fpicqer-client-python","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjordyvanraalte%2Fpicqer-client-python","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjordyvanraalte%2Fpicqer-client-python/lists"}