https://github.com/kentico/xperience-by-kentico-ecommerce-common
This repository uses as common code base for specific E-Commerce integrations.
https://github.com/kentico/xperience-by-kentico-ecommerce-common
xperience-by-kentico xperience-by-kentico-labs
Last synced: 7 months ago
JSON representation
This repository uses as common code base for specific E-Commerce integrations.
- Host: GitHub
- URL: https://github.com/kentico/xperience-by-kentico-ecommerce-common
- Owner: Kentico
- License: mit
- Created: 2024-04-19T10:32:56.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-04-11T08:13:32.000Z (7 months ago)
- Last Synced: 2025-04-12T19:09:12.100Z (7 months ago)
- Topics: xperience-by-kentico, xperience-by-kentico-labs
- Language: C#
- Homepage:
- Size: 82 KB
- Stars: 1
- Watchers: 5
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: docs/Contributing-Setup.md
- License: LICENSE.md
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
# Xperience by Kentico - E-Commerce common
[](https://github.com/Kentico/.github/blob/main/SUPPORT.md#full-support)
[](https://github.com/Kentico/xperience-by-kentico-ecommerce-common/actions/workflows/ci.yml)
[](https://www.nuget.org/packages/Kentico.Xperience.Ecommerce.Common)
## Description
This repository uses as common code base for specific E-Commerce integrations.
Currently contains one library `Kentico.Xperience.Ecommerce.Common`.
## Library Version Matrix
| Xperience Version | Library Version |
| ----------------- | --------------- |
| >= 30.0.1 | >= 2.0.0 |
| >= 29.0.1 | 1.0.0 |
### Dependencies
- [ASP.NET Core 8.0](https://dotnet.microsoft.com/en-us/download)
- [Xperience by Kentico](https://docs.kentico.com/changelog)
## Package Installation
Add the package to your application using the .NET CLI
```powershell
dotnet add package Kentico.Xperience.Ecommerce.Common
```
## Quick Start
The primary reason for this repository is to maintain common functionality for all current and future E-Commerce integrations in one place.
Repository is used as a submodule repo in these projects:
- [Xperience By Kentico E-Commerce](https://github.com/Kentico/xperience-by-kentico-ecommerce)
- [Xperience By Kentico - Shopify](https://github.com/Kentico/xperience-by-kentico-shopify)
Be aware of all breaking changes that may occur in parent projects.
Library `Kentico.Xperience.Ecommerce.Common` covers this domains:
- **ContentItemSynchronization** namespace
- Common functionality for synchronization of content items
## Full Instructions
View the [Usage Guide](./docs/Usage-Guide.md) for more detailed instructions.
## Contributing
To see the guidelines for Contributing to Kentico open source software, please see [Kentico's `CONTRIBUTING.md`](https://github.com/Kentico/.github/blob/main/CONTRIBUTING.md) for more information and follow the [Kentico's `CODE_OF_CONDUCT`](https://github.com/Kentico/.github/blob/main/CODE_OF_CONDUCT.md).
Instructions and technical details for contributing to **this** project can be found in [Contributing Setup](./docs/Contributing-Setup.md).
## License
Distributed under the MIT License. See [`LICENSE.md`](./LICENSE.md) for more information.
## Support
This contribution has __Full Support__.
See [`SUPPORT.md`](https://github.com/Kentico/.github/blob/main/SUPPORT.md) for more information.
For any security issues see [`SECURITY.md`](https://github.com/Kentico/.github/blob/main/SECURITY.md).