{"id":36496295,"url":"https://github.com/hotafrika/ebay-shopping-api","last_synced_at":"2026-01-12T02:04:38.367Z","repository":{"id":44722605,"uuid":"436764775","full_name":"hotafrika/ebay-shopping-api","owner":"hotafrika","description":"Golang client for eBay Shopping API","archived":false,"fork":false,"pushed_at":"2022-01-28T15:01:44.000Z","size":61,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2024-06-21T03:03:15.839Z","etag":null,"topics":["ebay","ebay-api","ebay-shopping-api","go","golang"],"latest_commit_sha":null,"homepage":"","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/hotafrika.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}},"created_at":"2021-12-09T21:21:08.000Z","updated_at":"2024-06-21T03:03:15.840Z","dependencies_parsed_at":"2022-09-21T13:12:46.123Z","dependency_job_id":null,"html_url":"https://github.com/hotafrika/ebay-shopping-api","commit_stats":null,"previous_names":[],"tags_count":4,"template":false,"template_full_name":null,"purl":"pkg:github/hotafrika/ebay-shopping-api","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hotafrika%2Febay-shopping-api","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hotafrika%2Febay-shopping-api/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hotafrika%2Febay-shopping-api/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hotafrika%2Febay-shopping-api/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/hotafrika","download_url":"https://codeload.github.com/hotafrika/ebay-shopping-api/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hotafrika%2Febay-shopping-api/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28331516,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-12T00:36:25.062Z","status":"online","status_checked_at":"2026-01-12T02:00:08.677Z","response_time":98,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":["ebay","ebay-api","ebay-shopping-api","go","golang"],"created_at":"2026-01-12T02:01:49.223Z","updated_at":"2026-01-12T02:04:38.361Z","avatar_url":"https://github.com/hotafrika.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"![example workflow](https://github.com/hotafrika/ebay-shopping-api/actions/workflows/autotests.yml/badge.svg)\n\n# ebay-shopping-api\nGolang client for eBay Shopping API\n\nFor using eBay shopping API you need to get Application Token. You can make it using [this repo.](github.com/hotafrika/ebay-common)\n\n### Example\n```go\npackage main\n\nimport (\n\t\"fmt\"\n\t\"github.com/hotafrika/ebay-common/auth\"\n\t\"github.com/hotafrika/ebay-shopping-api\"\n)\n\nfunc main() {\n\tauthService := auth.NewService().WithScopes(auth.ScopeCredentialCommon).\n\t\tWithCredentials(\"myAppID\", \"myAppSecret\")\n\n\ttoken, err := authService.GetAppToken()\n\tif err != nil {\n\t\tpanic(err)\n\t}\n\tshoppingService := shopping.NewService(token.Token)\n\tr := shoppingService.NewGetSingleItemRequest()\n\tr.WithItemID(\"123\")\n\tr.WithVariationSpecifics(\"param1\", \"one\", \"two\")\n\tr.WithVariationSpecifics(\"param2\", \"one2\", \"two2\")\n\t\n\tres, err := r.Execute()\n\tif err != nil {\n\t\tfmt.Println(err)\n\t}\n\tfmt.Println(res)\n}\n\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhotafrika%2Febay-shopping-api","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhotafrika%2Febay-shopping-api","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhotafrika%2Febay-shopping-api/lists"}