{"id":24173358,"url":"https://github.com/brianjp93/channeladvisor","last_synced_at":"2025-03-02T13:18:08.464Z","repository":{"id":87188923,"uuid":"42159049","full_name":"brianjp93/ChannelAdvisor","owner":"brianjp93","description":"A python wrapper for the channel advisor api.","archived":false,"fork":false,"pushed_at":"2015-09-09T08:29:51.000Z","size":168,"stargazers_count":2,"open_issues_count":0,"forks_count":3,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-01-13T01:15:47.748Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/brianjp93.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2015-09-09T05:56:09.000Z","updated_at":"2021-08-30T06:40:11.000Z","dependencies_parsed_at":"2023-03-01T18:45:26.473Z","dependency_job_id":null,"html_url":"https://github.com/brianjp93/ChannelAdvisor","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/brianjp93%2FChannelAdvisor","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/brianjp93%2FChannelAdvisor/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/brianjp93%2FChannelAdvisor/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/brianjp93%2FChannelAdvisor/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/brianjp93","download_url":"https://codeload.github.com/brianjp93/ChannelAdvisor/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241509656,"owners_count":19974071,"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":[],"created_at":"2025-01-13T01:16:14.252Z","updated_at":"2025-03-02T13:18:08.423Z","avatar_url":"https://github.com/brianjp93.png","language":"Python","readme":"# ChannelAdvisor\nA python wrapper for the channel advisor api.\nI've been writing and testing the api in python2.7 but I learned python3 first, so it may very well work in python 3.\n\n### Dependencies\n- python2.7\n- suds\n- beautifulsoup\n    \n### Setup\n- Rename ```your.cookie``` to ```data.cookie```\n  - fill in the ??? next to pwd, devkey, and localID\n- run the main() function\n```python\nimport channelAdvisor\nmain()\n```\n- You should then be able to retrieve you account ID from channel advisor.\n  - fill in data.cookie with your accountid (replace the last question marks)\n\n### Usage\n#### Get a dictionary of your skus and information\n```python\nfrom channelAdvisor import ChannelAdvisor\nca = ChannelAdvisor()\nproducts = ca.getAllInventory()  # This could take a while depending on how many skus you have.\n```\nproducts will be a dictionary indexed by sku.\n\nFor example if you have a sku (1001), you can view details about that sku by doing\n```python\nproducts[\"1001\"]\n```\n#### Update a sku with some information\n```python\nfrom channelAdvisor import ChannelAdvisor\nca = ChannelAdvisor()\nproducts = ca.synchInventoryItem(\"1001\", title=\"ipod\", description=\"black 32gb ipod\", upc=\"########\")\n```\n\nI've written other functions which I'll try to document later if I have the motivation.\n#### License\nhttp://opensource.org/licenses/MIT\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbrianjp93%2Fchanneladvisor","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbrianjp93%2Fchanneladvisor","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbrianjp93%2Fchanneladvisor/lists"}