{"id":20507085,"url":"https://github.com/kroniak/extensions-ecwid","last_synced_at":"2026-01-14T05:50:44.024Z","repository":{"id":144136355,"uuid":"52101884","full_name":"kroniak/extensions-ecwid","owner":"kroniak","description":"C# client services to the Ecwid API v1 and v3","archived":true,"fork":false,"pushed_at":"2020-06-30T08:46:46.000Z","size":457,"stargazers_count":6,"open_issues_count":1,"forks_count":8,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-08-16T02:35:22.087Z","etag":null,"topics":["api","async","ecwid","oauth2","rest"],"latest_commit_sha":null,"homepage":"","language":"C#","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/kroniak.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,"zenodo":null}},"created_at":"2016-02-19T16:45:25.000Z","updated_at":"2025-01-30T13:15:37.000Z","dependencies_parsed_at":null,"dependency_job_id":"53775864-9d86-4d9e-8d97-0ee60a38bbfe","html_url":"https://github.com/kroniak/extensions-ecwid","commit_stats":null,"previous_names":[],"tags_count":10,"template":false,"template_full_name":null,"purl":"pkg:github/kroniak/extensions-ecwid","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kroniak%2Fextensions-ecwid","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kroniak%2Fextensions-ecwid/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kroniak%2Fextensions-ecwid/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kroniak%2Fextensions-ecwid/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/kroniak","download_url":"https://codeload.github.com/kroniak/extensions-ecwid/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kroniak%2Fextensions-ecwid/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28411637,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-14T05:26:33.345Z","status":"ssl_error","status_checked_at":"2026-01-14T05:21:57.251Z","response_time":107,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["api","async","ecwid","oauth2","rest"],"created_at":"2024-11-15T20:02:10.255Z","updated_at":"2026-01-14T05:50:44.019Z","avatar_url":"https://github.com/kroniak.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"# C# client for Ecwid API\n\n[![Build status](https://ci.appveyor.com/api/projects/status/4mgx59ese69wjx7d?svg=true)](https://ci.appveyor.com/project/kroniak/extensions-ecwid)\n[![NuGet Pre Release](https://img.shields.io/nuget/vpre/Ecwid.svg)](https://www.nuget.org/packages/Ecwid/)\n\u003e This repository contains models and services C# classes for Ecwid API v1 and v3.\n\nC# Ecwid client is a modern, asynchronous, fast, testable client for [Ecwid API](https://developers.ecwid.com/api-documentation)\n\n```c#\nvar client = new EcwidClient();\nvar result = await client.Configure(someShopId, someToken).Orders\n                .Limit(10)\n                .CreatedFrom(DateTime.Today)\n                .PaymentStatuses(\"PAID\")\n                .GetAsync();\n```\n\n## Install\n\n\u003e The package is compiled for NET45 and .NET Platform Standard 1.4 which include .NET Core and other targets. [Read about it](https://github.com/dotnet/corefx/blob/master/Documentation/architecture/net-platform-standard.md#mapping-the-net-platform-standard-to-platforms).\n\n`PM\u003e Install-Package Ecwid -Pre` - services and models\n\n`PM\u003e Install-Package Ecwid.Legacy -Pre` - Legacy v1 services and models\n\n`PM\u003e Install-Package Ecwid.OAuth -Pre` - a pipeline OAuth2 wrapper for ASP.NET Core\n\n## Ecwid API\n\nYou can learn about v3 (general) API [here](https://developers.ecwid.com/api-documentation)\n\nYou can learn about v1 (Legacy) API:\n\n- Orders API [here](https://help.ecwid.com/customer/en/portal/articles/1166917-legacy-order-api)\n- Products API [here](https://help.ecwid.com/customer/en/portal/articles/1163920-legacy-product-api)\n- Instant Order Notifications API [here](https://help.ecwid.com/customer/en/portal/articles/1167200-instant-order-notifications-api)\n\n## Namespaces\n\n- Ecwid - client for API v3\n- Ecwid.Models - model classes for API v3\n- Ecwid.Legacy - client for API v1\n- Ecwid.Legacy.Models - model classes for API v1\n\n## How to use\n\n[Look wiki pages](https://github.com/kroniak/extensions-ecwid/wiki)","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkroniak%2Fextensions-ecwid","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkroniak%2Fextensions-ecwid","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkroniak%2Fextensions-ecwid/lists"}